runbook: Create new AWS Organization
August 15, 2024
Use AWS Control Tower to add a new organization unit (OU) and admin account to an existing organization.
-
LOGIN to your AWS identity center.
-
CLICK the admin role (“AWSAdministratorAccess”) for the management account.
-
OPEN the Control Tower service.
-
CLICK “Organization” in the vertical menu on the left.
-
CLICK the “Create resources” button.
-
SELECT “Create organizational unit” in the context menu.
-
ENTER the new OU name, the parent, and CLICK the “Add” button.
-
WAIT for the new OU to be created.
-
CLICK “Account factory” in the vertical menu on the left.
-
CLICK the “Create account” button.
-
ENTER the account email, using the pattern aws+{{env}}-{{OU name}}@example.com. For example, if you are adding the OU
foo
to underroot/workloads/prod
, then the account email would be aws+prod-foo@example.com. -
ENTER the email of an existing identity center user to add this role to the list they can chose from when they login. For example, aws+{{user-name}}@example.com.
-
ENTER the first and last name for this user.
-
PICK the OU that you just created as the “Organizational unit”.
-
CLICK the “Create account” button.
-
WAIT for AWS to create the account.
-
VERIFY you see the new OU and the AWSAdministratorAccess role on the identity center AWS access portal.