Day 21 | AWS: How to create S3 bucket.
Table of contents
Today, I have covered about AWS S3 Practical.
- Open AWS console and search for S3, then click on create bucket.
- You have to fill the required details as highlighted below.
- Now, Click on ACLs disabled under the object ownership.If you will enable the ACLs Objects in this bucket can be owned by other AWS accounts.
- By default all public access is blocked for the bucket if we want to enable it we can.
- Bucket versioning: Versioning is, if we will enable the versioning our data will be safe just in case it deleted accidentally, we can can restore our data if versioning is enabled.
- Default encryption keep the same as default.
- Now, click on create bucket. This is how we can create the bucket by following above steps.