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

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

c# - Sort XmlNodeList with a specific Node value -