How to create private S3 bucket in AWS
If not specified, S3 buckets are by default private. This is to ensure objects in these buckets which are not meant for public consumption are not accessible to everyone.
The following are steps in creating a private S3 bucket.
-
Choose a unique name for your bucket and choose the region that you want your
S3
bucket to be hosted. ClickCreate
.
The name must be unique regardless of regions. You’ll get an error when trying to use bucket name already being used anywhere within S3