INRODUCTION
A bucket is a fundamental storage container within AWS. A bucket is used to store objects, which can be files, data, or any other content, Bucket are created in S3 service storage. Buckets in S3 are similar to folders or directories in a traditional file system, but they are highly scalable and designed for cloud storage.
S3: Simple Storage Service; S3 is designed to store and retrieve any amount of data from anywhere on the web.
This article tends to discuss about the benefit of storing your data in S3 bucket and how you can get started creating a bucket.
Storing your data in an Amazon S3 bucket offers several significant benefits such as;
Versioning and Data Protection: S3 allows you to keep multiple versions of an object, protecting you against accidental deletion or overwrites.
Static Website Hosting: S3 can be used to host static websites (HTML, CSS, JavaScript), offering a low-cost and easy-to-manage solution for web hosting.
Flexibility and Accessibility: Data stored in S3 can be accessed from anywhere in the world via the internet, using HTTP/HTTPS, AWS SDKs, or the AWS CLI.
Prerequisite
- A working computer
- Have an AWS account Amazon
- VS code.
Implementation: step by step guide
Log in to AWS Management Console:
Log in with your AWS account credentials.
Navigate to S3 From the AWS services dashboard.
Click on storage on the left navigation and then click on S3 on the right navigation.
Chose a region that is close to you for easy accessibility of the bucket the closer you are to the region the faster the access.
Enter the name of your bucket.
Uncheck the box for block all public access.
Leave everything as default scroll down to click on create bucket.
Conclusion
In this article, we learnt about what a bucket is in AWS the benefit of creating a bucket and a step guide of creating a bucket. In my next article, we will discuss about how to upload a file and folder in the bucket.
And I encourage you to try this simple approach to create an AWS S3 bucket.
Top comments (0)