Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/aws-notes.md
Original file line number Diff line number Diff line change
@@ -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)
Loading