Sitemap

AWS S3 — create a bucket

2 min readSep 23, 2023

In this article we will see steps to create a s3 bucket.

Press enter or click to view image in full size

AWS S3

Amazon S3 is an object storage service by AWS which offers scalability, high availability, security, and performance on your data.

Here data is stored in buckets and we can dump any type and amount of data.

More about S3 — https://aws.amazon.com/s3/

S3 Types

There are many S3 variants provided by AWS but most commons are -

  1. S3 Standard
  2. S3 Intelligent Tiering
  3. S3 Glacier

… More here — https://aws.amazon.com/s3/storage-classes

Login to AWS Account

You can signup for free tier account if you don’t already have an account with AWS. AWS provides free tier for 12 months for certain types of services and EC2 instances.

Login to AWS console.

# Create S3 Bucket

Go to S3 Service Page (using either of below options)

# Using Recently visited section (Initially Recently visited section will be blank) — Select S3 as shown in image

Press enter or click to view image in full size

# Using Search bar — Type S3 and select service

Press enter or click to view image in full size

Create S3 Bucket

Click on Create bucket

Press enter or click to view image in full size

Select all default configurations and create. It will create new bucket and will be visible in your buckets grid.

Press enter or click to view image in full size

Congratulations. Your first bucket is created.

Expand bucket details by Click on bucket name.

Press enter or click to view image in full size

Now you can go and upload your files in it.

Manually add the files and folders you want to upload to S3. To upload a file larger than 160GB, use the AWS CLI, AWS SDK or Amazon S3 REST API.

Happy Learning.

--

--

No responses yet