From 55f220ffb911ac1801430c6a47b4cd9620d83ab8 Mon Sep 17 00:00:00 2001 From: bgagent Date: Fri, 24 Jul 2026 19:45:12 +0000 Subject: [PATCH] docs(aws-notes): add S3 bucket default quota note with source URL Co-Authored-By: Claude Sonnet 4.6 Task-Id: 01KYATG7RHK2X6QW3M1KA352PM Prompt-Version: 1c9c10e027a2 --- docs/aws-notes.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/aws-notes.md diff --git a/docs/aws-notes.md b/docs/aws-notes.md new file mode 100644 index 000000000..0604078f5 --- /dev/null +++ b/docs/aws-notes.md @@ -0,0 +1,7 @@ +# AWS Notes + +## S3 Buckets per Account — Default Maximum + +By default, AWS allows up to **10,000 general purpose S3 buckets per AWS account**. This quota can be increased by submitting a request through the [Service Quotas console](https://console.aws.amazon.com/servicequotas/home/services/s3/quotas/). + +**Source:** [Amazon S3 — Bucket quotas, limitations, and restrictions](https://docs.aws.amazon.com/AmazonS3/latest/userguide/BucketRestrictions.html)