Slide 8
Slide 8 text
Account creation
1. CreateAccount() - Creates an AWS account (asynchronously) that is automatically a member
of the organization whose credentials made the request.
{ "Email": "anaya@example.com", "AccountName": "Production Account" }
2. DescribeCreateAccountStatus() - Retrieves the current status of an asynchronous request to
create an account.
3. AssumeRole(OrganizationAccountAccessRole) - Assume permissions in the new account.
4. Run CloudFormation templates to create standardized roles, complete trusted advisor steps,
configure CloudTrail, etc
5. Set up MFA and root password
6. Add alternate contacts