Welcome to Chronicles, let' explore Amazon Simple Storage Service (Amazon S3).
Creating an S3 Bucket in AWS
Amazon Simple Storage Service (Amazon S3) is a logical storage unit in AWS. An S3 bucket serves as a container for objects like files and metadata and is created within specific AWS regions. Below are the steps to create an S3 bucket:
Step 1: Sign in to AWS Management Console and Open Amazon S3 Console
Step 2: Create Bucket
Navigate to the Buckets page and click the “Create Bucket” button. Specify a globally unique name for your bucket in the Bucket name field.
Step 3: Choose Region
Select the AWS Region where you want the bucket to reside.
Step 4: Configure Optional Settings
You can configure additional storage management options for the bucket, such as:
- Object Ownership: Control who owns the objects in your bucket.
- Block Public Access Settings: Manage public access to objects in your bucket.
Step 5: Create Bucket
Click the "Create bucket" button to finalize the creation.
Step 6: Upload a File
Click the upload button to add a file to the S3 bucket.
Step 7: Select File
Choose the file you want to upload to the S3 bucket.
Step 8: Upload File
Click the upload button to proceed with uploading the selected file.
Step 9: Verify Upload
Check the upload status to ensure that the file is uploaded correctly.
Congratulations!! You have successfully explored the features of AWS S3 and successfully created in the AP-South-1 regional server, and a file was uploaded to the created bucket.