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)