Skip to main content

Command Palette

Search for a command to run...

Creating and Configuring with Amazon S3

Updated
2 min read
Creating and Configuring with Amazon S3

What is Amazon S3?

Simple Storage Service is a scalable and secure cloud storage service provided by Amazon Web Services (AWS). It allows you to store and retrieve any amount of data from anywhere on the web.

What are S3 buckets?

S3 buckets are containers for storing objects (files) in Amazon S3. Each bucket has a unique name globally across all of AWS.

Why use S3 buckets?

S3 buckets provide a reliable and highly scalable storage solution for various use cases. They are commonly used for backup and restore, data archiving, content storage for websites, and as a data source for big data analytics.

Benefits of S3 :

Durability and availability : S3 provides high durability and availability for your data.

Scalability : You can store and retrieve any amount of data without worrying about capacity constraints.

Security : S3 offers multiple security features such as encryption, access control, and audit logging.

Performance : S3 is designed to deliver high performance for data retrieval and storage operations.

Cost-effective : S3 offers cost-effective storage options and pricing models based on your usage patterns.

Creating and Configuring with Amazon S3 Buckets :

Step 1: Sign in to AWS Management Console

Step 2: Create an S3 Bucket

Navigate to S3 Service:

In the AWS Management Console, find and click on "S3" under "Storage" services.

Create a Bucket :

Click on the "Create bucket" button.

  • Enter a unique bucket name (bucket names must be globally unique across AWS).

  • Choose a AWS Region where you want to create the bucket.

If you want private bucket access, you need to select Block all public access.

Optionally, configure settings like versioning, logging, tags, and encryption.

Note : Versioning, encryption features are chargeable.

Click "Create bucket" to finalize.

Now, successfully created "dinesh-credentials" bucket.

Step 3 : Upload Objects to Your S3 Bucket

  1. Click on "Upload" button.

Choose files or folders from your local machine to upload to the bucket.

Now, Successfully stored file (Object) in AWS S3 buckets.

Conclusion:

By following these steps, you can create and configure S3 buckets effectively to store, manage, and secure your data in AWS.

More from this blog

Dinesh's Blog

104 posts