Creating an organization with AWS Organizations
You can create an organization with your AWS account as the management account. When you create an organization, you can choose whether the organization supports all features (recommended) or only consolidated billing. By default, an organization you create supports all features.
Create an organization
You can create an organization by using either the AWS Management Console or by using a command from the AWS CLI or one of the SDK APIs.
Minimum permissions
To create an organization with your current AWS account, you must have the following permissions:
-
organizations:CreateOrganization
-
iam:CreateServiceLinkedRole
You can restrict this permission to only the service principal
organizations.amazonaws.com
.
To create an organization
-
Sign in to the AWS Organizations console
. You must sign in as an IAM user, assume an IAM role, or sign in as the root user (not recommended) in the organization’s management account. -
By default, the organization is created with all features enabled. However, you can choose either of the following steps:
-
To create an organization with all features enabled, on the introduction page, choose Create an organization.
-
To create an organization with Consolidated Billing features only, on the introduction page and under Create an organization, choose consolidated billing features, and then in the confirmation dialog box, choose Create an organization.
If you accidentally choose the wrong option, you can immediately go to the Settings
page, and then choose Delete organization and start over. -
-
The organization is created and the AWS accounts
page appears. The only account present is your management account, and it's currently stored in the root organizational unit (OU). If required, Organizations automatically sends a verification email to the address that is associated with your management account. There might be a delay before you receive the verification email. Verify your email address within 24 hours. For more information, see Email address verification with AWS Organizations. You can create accounts to grow your organization without verifying your management account's email address. However, to invite existing accounts, you must first complete email verification.
Note
If this account previously verified its email address, then it doesn't happen again when you use the account to create an organization.
The following code examples show how to use CreateOrganization
.
After you have created an organization, you can add accounts to your organization in these ways from the management account:
-
Create other AWS accounts that are automatically added to your organization as member accounts
-
After verifying your email address, invite existing AWS accounts to join your organization as member accounts.