Creating multiple sub accounts in IAM AWS

0 votes

I have a parent IAM account and I have multiple clients. I want to have multiple child account in AWS. I dont want the child account to see the resources in parent account and other child account. How can I implement this?

Jul 10, 2018 in AWS by bug_seeker
• 15,520 points
2,059 views

1 answer to this question.

0 votes

you can check this link and proceed accordingly  http://docs.aws.amazon.com/awsaccountbilling/latest/about/consolidatedbilling.html

You can create multiple AWS accounts, and link them. You will have to do this with the master account root credentials, not an IAM account. AWS has introduced Organizations, which lets you create a new account linked to your payer account. Organizations is also supported by the AWS CLI, so you can create new accounts programmatically, without needing the root credentials.

answered Jul 11, 2018 by Priyaj
• 58,090 points

Related Questions In AWS

0 votes
2 answers

How to skip headers when reading a CSV file in S3 and creating a table in AWS Athena?

Thanks for the answer. This should be clear ...READ MORE

answered Aug 14, 2019 in AWS by athenauserz
11,187 views
0 votes
1 answer

How to add IAM role to an existing instance in aws?

As of AWS CLI v1.11.46,  you can ...READ MORE

answered Sep 6, 2018 in AWS by Archana
• 4,170 points
1,421 views
0 votes
1 answer

Pass account id of an AWS sub account using a variable as an argument in CloudWatch Alarm Actions with python (boto3)?

Python String and Integer concatenation >>> print("arn:aws:swf:us-east-2:{0}:action/actions/AWS_EC2.InstanceId.Stop/1.0".format(acccnum)) arn:aws:swf:us-east-2:12312312312312:action/actions/AWS_EC2.InstanceId.Stop/1.0 >>> print("arn:aws:swf:us-east-2:" ...READ MORE

answered Oct 5, 2018 in AWS by Priyaj
• 58,090 points
1,357 views
0 votes
1 answer

Problem in creating AWS CodeBuild Webhook

The two possible scenario can be 1. ...READ MORE

answered Nov 12, 2018 in AWS by Priyaj
• 58,090 points
2,922 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

How to switch between multiple accounts with AWS SDK

You can define multiple profiles in ~/.aws/credentials ...READ MORE

answered Aug 24, 2018 in AWS by Priyaj
• 58,090 points
1,835 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP