英文:
What is the difference between users presented in Identity and Access Managenment (IAM) and IAM identity center?
问题
我在我的AWS账户中添加了一个用户,现在它出现在“身份和访问管理(IAM)”页面上。但在“IAM身份中心”页面上却找不到。为什么?
“IAM身份中心”不是管理相同用户的另一种方式吗?
我期望在“IAM身份中心”和“IAM身份中心”两者中都能看到相同的用户。
英文:
Once I added a user to my AWS account, and it is present on the "Identity and Access Management (IAM)" page now. But it is absent on "IAM Identity Center" page. Why?
Isn't "IAM Identity Center" just another way of managing the same users?
I expect to see the same users in both "IAM Identity Center" and "IAM Identity Center".
答案1
得分: 2
An IAM user and an IAM Identity Center user are two distinct identities.
英文:
An IAM user and an IAM Identity Center user are two distinct identities.
答案2
得分: 1
IAM身份中心旨在向您的组织帐户添加或邀请其他AWS帐户。它还可用于创建联合用户或单一登录用户。AWS建议在给予用户控制台访问权限时使用它。另一方面,身份和访问管理中心旨在创建用户以便访问AWS资源。这是创建IAM用户以生成访问密钥和秘密密钥的最佳位置。
英文:
The IAM Identity Center is designed for adding or inviting other AWS accounts to your organization account. It can also be used to create federated users or single sign on users. AWS recommends it when giving a user console access. On the other hand. Identity and Access Management Center is designed for creation of users so as to enable access to AWS resources. It is the best place to create IAM users for Access and Secret key generation
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论