Day 21 | AWS: How to create S3 bucket.

Today, I have covered about AWS S3 Practical.

  1. Open AWS console and search for S3, then click on create bucket.

  1. You have to fill the required details as highlighted below.

  1. 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.

  1. By default all public access is blocked for the bucket if we want to enable it we can.

  1. 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.

  1. Default encryption keep the same as default.

  1. Now, click on create bucket. This is how we can create the bucket by following above steps.