[Solved] AWS Error: TooManyBuckets - Bucket Limit Exceeded

0 min read 102 words

If you get the following error:

│ Error: creating Amazon S3 (Simple Storage) Bucket (<your-bucket-name): TooManyBuckets: You have attempted to create more buckets than allowed │ status code: 400, request id: 0P1TV2VCEDKGFQNY, host id: gc9di71ONabECoBYkkzc7Lmqs0DOo2DVhV2kqCgNruNO6Okm5K3EXzosdf5MCxP8uI= │

The reason for the problem

There is a soft limit of 100 S3 buckets per AWS account.

Find out more

https://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html

The solution to the problem

Option 1 - Quick fix

Remove unused S3 buckets.

Option 2 - The next steps

If you need additional buckets, submit a support ticket to increase your limit. However, there is a hard limit of 1000 S3 buckets per account.

Tags:
Andrew
Andrew

Andrew is a visionary software engineer and DevOps expert with a proven track record of delivering cutting-edge solutions that drive innovation at Ataiva.com. As a leader on numerous high-profile projects, Andrew brings his exceptional technical expertise and collaborative leadership skills to the table, fostering a culture of agility and excellence within the team. With a passion for architecting scalable systems, automating workflows, and empowering teams, Andrew is a sought-after authority in the field of software development and DevOps.

Tags

Recent Posts