IAM & AWS IAM Identity Center differences

0

In my AWS account create cloud9 ide using IAM Identity Center user. But after logging into the same aws account & same region using a normal IAM user. The previously created cloud9 environment is not listed there. What is the reason?

2 回答
1

IAM and Identity centre are 2 different authetication mechinisims. If you have a user in IAM and one in Ident Centre with the same user name then they are actually different unqiue users and therefore will not necessarily see the same environments.

You may want to look at shared enviornments so that both accounts can see the same https://docs.aws.amazon.com/cloud9/latest/user-guide/share-environment.html

profile picture
专家
已回答 10 个月前
0
已接受的回答

Verify if the IAM user logged in region is same as the region where the cloud9 environment was provisioned. Next, make sure the IAM principal (user) has the correct cloud9 IAM policy attached for accessing cloud9 environment whether AWS managed policies are attached or customer managed ones. AWS managed policies:- AWSCloud9Administrator / AWSCloud9User / AWSCloud9EnvironmentMember

Note: Identity Center federated user access uses roles, verify if the permission sets for identity center role and the permissions in iam user have discrepancy

References: https://docs.aws.amazon.com/cloud9/latest/user-guide/security-iam.html#auth-and-access-control-managed-policies https://docs.aws.amazon.com/cloud9/latest/user-guide/security-iam.html#auth-and-access-control-ref

AWS
已回答 10 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则