Prerequisites
Before creating a new account, ensure you have:- A unique email address for the account’s root user (see Naming Standards for email conventions).
- Access to your AWS Organizations management account (if creating a member account).
- A defined naming convention for the account name.
Creating an Account in AWS Organizations
1. Navigate to AWS Organizations
From the management account console, go to AWS Organizations → Add an AWS account → Create an AWS account.2. Provide Account Details
- Account name: Follow your established naming convention (e.g.,
workload-production). - Email address: Use a unique email alias (e.g.,
aws+workload-prod@corp.co). - IAM role name: Accept the default
OrganizationAccountAccessRoleor specify a custom role name for cross-account access.
3. Place in the Correct OU
Move the new account into the appropriate Organizational Unit (OU) to inherit the correct Service Control Policies (SCPs), tag policies, and guardrails.Post-Creation Configuration
After the account is created, complete the following baseline tasks:Secure the Root User
- Set a strong password for the root user.
- Enable MFA on the root user immediately.
- Store root credentials securely (e.g., in a secrets vault).
- Do not use the root user for day-to-day operations.
Configure IAM Access
- Deploy an IAM role for cross-account access from your identity provider or management account.
- Enable AWS IAM Identity Center (SSO) access for the account.
Enable Baseline Services
- AWS CloudTrail: Ensure organization-level trail covers this account.
- AWS Config: Verify the account is recording configuration changes.
- Amazon GuardDuty: Confirm enrollment via the delegated administrator.
Set Alternate Contacts
Configure billing, operations, and security contacts so critical notifications reach the right teams. See Configure AWS Alternate Contacts.Apply Tags
Tag the account with standard metadata (e.g.,environment, owner, cost-center) as defined in your Resource Tagging Strategy.
Standalone Account Creation
If you are not using AWS Organizations, the process is similar but you will:- Sign up at aws.amazon.com.
- Provide a credit card and verify your identity.
- Manually configure all security baselines (no inherited SCPs or centralized logging).
We strongly recommend using AWS Organizations even for small environments. The governance benefits far outweigh the minimal setup effort.

