Skip to content

How do I troubleshoot the “Exceeded the allowed number" error for AWS Organizations?

1 minute read
0

When I invite or create accounts in AWS Organizations, I receive the “Exceeded the allowed number" error message.

Resolution

Note: If you receive errors when you run AWS Command Line Interface (AWS CLI) commands, then see Troubleshooting errors for the AWS CLI. Also, make sure that you're using the most recent AWS CLI version.

If you exceed the default maximum quota of accounts for your organization, then you receive the following error message:

"You have exceeded the allowed number of AWS accounts"

To resolve this error, request an increase to the maximum number of accounts in your organization. You can use the Service Quotas console or AWS CLI to request the increase.

Important: You must use the us-east-1 Region to access Organizations quotas from the Service Quotas console or AWS CLI.

Related information

How do I manage my AWS service quotas?

How do I use AWS CLI commands to request, view, and manage service quota increases?

AWS OFFICIALUpdated 3 months ago