paint-brush
How To Create an AWS S3 Bucketby@jubaan

How To Create an AWS S3 Bucket

by Julio AñoverosAugust 24th, 2020
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

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 on

Company Mentioned

Mention Thumbnail
featured image - How To Create an AWS S3 Bucket
Julio Añoveros HackerNoon profile picture

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.