Skip to content

AWS Control Tower cannot create an account because you have reached the limit on the number of accounts in your organization.

-1

Hello,

I'm trying to set up AWS Control Tower in the eu-south-2 region. My AWS Organization currently has only the management account.

During the landing zone setup, Control Tower attempted to create the Security OU accounts (Audit and Log Archive), but only the Audit account was created successfully. The setup then failed with the following error:

"AWS Control Tower failed to set up your landing zone completely: AWS Control Tower cannot create an account because you have reached the limit on the number of accounts in your organization."

According to Service Quotas, the limit for accounts in my organization is set to 10, and I currently have only 2 accounts: the management account and the audit account created by Control Tower. So the quota should not have been exceeded.

Is there any reason why this error might still occur?

Any guidance would be appreciated!

asked 16 days ago121 views
3 Answers
0

This is a common issue with new AWS accounts trying to set up Control Tower. Even though your Service Quotas show a limit of 10 accounts, there can be hidden limitations on brand new AWS accounts that aren't immediately reflected in the Service Quotas console.

There are a few approaches to resolve this issue:

  1. Launch a free tier EC2 instance (such as an Amazon Linux AMI on a t2.micro) in your management account, wait about 15-20 minutes, and then retry the Control Tower setup. This often helps establish account credibility with AWS systems.

  2. If the first approach doesn't work, you can open a free support case by choosing "Account and Billing" in the AWS Support Center Console. Even without a paid support plan, AWS can assist with account-related issues like this.

  3. Check if there are any failed provisioned products in Service Catalog that might be blocking the process. If found, you may need to terminate these failed provisioning attempts.

  4. If Control Tower is partially set up, you might need to decommission the landing zone using the AWS CLI (via CloudShell) before retrying:

  • Use aws controltower list-landing-zones to identify existing landing zones
  • Then aws controltower delete-landing-zone --landing-zone-id <identifier>
  • Verify with aws controltower get-landing-zone-operation --operation-identifier <identifier>

After resolving the issue, retry the Control Tower setup with valid email addresses that aren't already associated with AWS accounts.
Sources
Cannot create accounts in my organization | AWS re:Post
ControlTower - Your existing service limits for this AWS account are not sufficient for AWS Control Tower to launch. | AWS re:Post
Unable to Create Account in Control Tower – Email Conflict + Cannot Reset/Delete Control Tower Setup | AWS re:Post

answered 16 days ago
EXPERT
reviewed 16 days ago
0

Hey, we hit something similar while setting up Control Tower, even though the account quota wasn’t technically exceeded.

Here’s what we found (and what to check):

  1. Pending/Failed Account Creations Count Against the Quota Even if you only see two active accounts (Mgmt + Audit), a failed account creation attempt (like Log Archive) still consumes a quota slot temporarily. It won’t show up in the Organizations console right away but internally it’s held for retry or cleanup.

Check AWS CloudTrail for CreateAccount API events; look for FAILED, IN_PROGRESS, or SUCCEEDED statuses.

In Control Tower → Account Factory, or via Service Catalog, check if the Log Archive account request is stuck in progress or failed.

  1. Service Quota Sync Delays Sometimes Control Tower doesn’t instantly sync with the updated Organization quota limits, especially right after increasing them or creating accounts. A retry might work after ~30 min.

  2. Possible Soft Quota at Region or Setup Level Even though the Organization quota is 10, some setups enforce soft limits per Control Tower deployment or region. Especially if you’ve tried setting up and deleting Landing Zones multiple times, there might be residual artifacts.

Additional STeps: Go to AWS Organizations → Accounts tab and filter for “suspended” or “pending” accounts.

Go to CloudTrail → Lookup events → Event Name: CreateAccount and inspect any failures.

Try removing failed resources manually before re-running setup.

If the slot is still blocked: open an AWS Support ticket and provide the landing zone setup ID and region (eu-south-2). They can release stuck provisioning attempts or increase the limit if needed.

answered 16 days ago
0

Hello.

I've seen similar errors in the past.
As stated in the documentation below, service quotas may be set lower than the actual numbers in rare cases.
Therefore, I recommend that you increase your quotas from the Service Quotas screen or contact AWS Support by opening a case under "Account and billing."
https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html

Your account's actual quota value may be less than the AWS default quota value if the account was recently created or if you use the account minimally.

EXPERT
answered 16 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.