我试图以编程方式添加"工作" AWS账户通过API。
实际上我正在执行此操作:
当我继续" AWS"如果我查看链接到组织的帐户我无法找到我的新帐户,我会收到错误。 但如果我继续https://console.aws.amazon.com/iam/home#/home,那么用户就在那里。
我是否遗漏了什么? USER和ACCOUNT之间有什么区别吗?
答案 0 :(得分:1)
Of course USER and ACCOUNT are different. An account contains users and other resources (S3 bucket, EC2 instance). If you want to create new AWS account, you need to use Organizations API.
See: