amazon web services - Creating multiple sub accounts in IAM AWS -


i have parent iam account , have multiple clients. want have multiple child account in aws. dont want child account see resources in parent account , other child account.

how can implement this?

thanks

you can create multiple aws accounts, , link them. have master account root credentials, not iam account.

full details here: http://docs.aws.amazon.com/awsaccountbilling/latest/about/consolidatedbilling.html

update, q1 2017:

aws has introduced organizations, lets create new account linked payer account. organizazions supported aws cli, can create new accounts programmatically, whithout needing root credentials.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -