How To Create an AWS S3 Bucket

Written by jubaan | Published 2020/08/24
Tech Story Tags: aws | amazon-web-services | ruby-on-rails | aws-s3-bucket | amazon | s3 | backend | simple-storage-service

TLDR Amazon Simple Storage Service (AWS S3) is storage for the Internet. Designed to make web-scale computing easier for developers. These files are stored in Buckets, a resource where you can upload any number of objects using the Amazon S3 API. Creating a Bucket is a simple and simple way to use the API to store your files in the cloud. This article is part of the Mini Ruby on Ruby on Rails tutorials collection. The Mini RoR collection is a series of short and straight forward tutorials directed to Ruby onvia the TL;DR App

What's AWS S3?

Long story short...
AWS S3, or Amazon Simple Storage Service, is storage for the Internet. Designed to make web-scale computing easier for developers.
source: Amazon

Why you need it?

Well... to store files in the cloud.
These files are stored in Buckets, a resource where you can upload any number of objects using the Amazon S3 API.

How to create a Bucket?

1. Visit Amazon Web Services (AWS) website.
2. Sign in to your AWS Amazon Account (if you don't have one click on this link).
Select "Root user" and use your email and password to enter your AWS Management console.
3. In the AWS Management Console, search for "S3", and select the first option.
You'll be taken to the S3 Bucket dashboard.
4. Click on Create Bucket button
5. Enter the desired Bucket name and select the geographical Region closest to you.
NOTE: You can review the other options and change as needed but for a basic configuration is not needed.
Click on the Create bucket button
6. Done!... you should see a success message and the created bucket in your bucket list in the dashboard.
Related links from the source:
This article is part of the Mini Ruby on Rails tutorials collection.
The Mini RoR collection is a series of short and straight forward tutorials. Directed to Ruby on Rails beginners, to help them set up a Rails application in a fast and easy way.

Written by jubaan | Hi!, I'm a remote Full-stack Web Developer and student at Microverse.
Published by HackerNoon on 2020/08/24