简体   繁体   中英

AWS Access environments in different Organizations using the same account

We manage environments for different customers.

On Microsoft Azure is possible to the same user to be part of different Directories and Subscriptions. It's all matter of invites and permissions.

Is it possible to use the same (email) account to manage environments in different organizations on AWS?

You can create an IAM user for the same person (email address) in multiple AWS accounts. To log into a different account, the person would use the login screen that corresponds to the account they want to access. This is how it works if you are creating IAM users in an account. They would not be linked, so to see a different account they would need to go to a different login url--and likely a separate password even though the email address may be the same. Essentially, they would be separate users in separate accounts, with no linkage.

For enterprises, you can use things like SAML authentication where users would authenticate with their own company, then go to a link like https://signin.aws.amazon.com/saml which will show all of the accounts to which they have access. Then it is just a matter of picking the account to which you want to connect.

See

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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