PRACTICAL NO.
5
Aim :
a) Create bucket using S3 bucket
Theory :
Steps for Creating bucket on Amazon S3 Bucket.
1. Sign in to the AWS Management Console and open the Amazon S3 console
at https://console.aws.amazon.com/s3/.
2. In the left navigation pane, choose Buckets.
3. Choose Create bucket.
The Create bucket page opens.
4. For Bucket name, enter a name for your bucket.
The bucket name must:
Be unique within a partition. A partition is a grouping of Regions. AWS currently has
three partitions: aws (Standard Regions), aws-cn (China Regions), and aws-us-gov (AWS
GovCloud (US) Regions).
Be between 3 and 63 characters long.
Consist only of lowercase letters, numbers, dots (.), and hyphens (-). For best
compatibility, we recommend that you avoid using dots (.) in bucket names, except for
buckets that are used only for static website hosting.
Begin and end with a letter or number.
After you create the bucket, you cannot change its name.
For Region, choose the AWS Region where you want the bucket to reside.
5. Under Object Ownership, to disable or enable ACLs and control ownership of objects
uploaded in your bucket, choose one of the following settings:
6. Under Block Public Access settings for this bucket, choose the Block Public Access settings
that you want to apply to the bucket.
7. To add a bucket tag, enter a Key and optionally a Value and choose Add Tag.
8. Under Default encryption, choose Edit.
9. To configure default encryption, under Encryption type, choose one of the following:
Amazon S3 managed key (SSE-S3)
AWS Key Management Service key (SSE-KMS)
10. Choose Create bucket.
We have created a bucket in Amazon S3.
Conclusion :-
We have successfully performed the practical and learn how to create bucket
using S3 bucket.