Friday 26 June 2020

Create an S3 bucket

S3 is an object based storage.

for more intro regarding the S3, please check my post: Details info of S3 bucket



Practical steps of creating new S3 bucket are as below:



1. services --> storage --> S3.


2.Choose with create bucket option (available in the top left).

3.Provide bucket name --> it should be unique, Because S3 bucket is global.

          select the region

          * ignore the option Copy settings from an existing bucket option. Only  if case you are create bucket for the very first time in the AWS account.

 4. Click on Next.

5. Enable versioning,logs for each login, tags, if really required.

6.click on Next. 

7.Then screen prompts to screen, where we can make S3 bucket as public or private. Again enable or disable complete depends on individual requirements.

8.Click on Next. 

9.Now screen prompts to summary screen. Cross check all the inputs provided till now for creating new S3 bucket and finally click on create bucket option. Which is available as the right side edge of the screen.

10. Now click on new bucket name. Which is created just now. 

11.In the left top of the screen you will find upload option to upload files. 

12.To download one object from S3 bucket. Open the S3 bucket and  check the check box in the left side of the screen and click and Actions drop Down and go with download option.

13. If need to make private access bucket to public. Need to select the bucket check box and click on Edit public access settings option - ->enable check box for public access. By this public access is enable at S3 bucket level.

14.similarly for make an object as public accessible. Need to select the object and in the Actions drop down - - > Make public is the option for making the object publicly accessible.


15. To make an object publicly accessible. Need to enable public access enable @ both S3 bucket level and object level.

16. If need of moving S3 object from one standard to another standard type.  Need click on the object and in the properties section - - >object can be classified to another type.



No comments:

Post a Comment