简体   繁体   English

在其账户中创建来自 AWS 组织的用户

[英]Create users from AWS organizations in an account from it

I created a script that automatically creates users based on inputs.我创建了一个基于输入自动创建用户的脚本。 My organization has many accounts, and to create users in a particular account I would need to enter credentials for that account.我的组织有许多帐户,要在特定帐户中创建用户,我需要输入该帐户的凭据。 My question is if I could create a user directly from the AWS organization in a specific account.我的问题是我是否可以直接从特定账户中的 AWS 组织创建用户。 I did some research but couldn't find anything to help me?我做了一些研究,但找不到任何可以帮助我的东西?

No. AWS Organizations is focused on organizing your account structures and SCPs based on OUs.不会。AWS Organizations 专注于根据 OU 组织您的账户结构和 SCP。 You can enable AWS SSO (now called AWS IAM Identity Center) to create users and give centralized permissions to your various accounts and OUs in conjunction with AWS Organizations.您可以启用 AWS SSO(现在称为 AWS IAM 身份中心)来创建用户并与 AWS Organizations 一起为您的各种账户和 OU 授予集中权限。

https://docs.aws.amazon.com/singlesignon/latest/userguide/getting-started.html https://docs.aws.amazon.com/singlesignon/latest/userguide/getting-started.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM