Getting started with AWS S3

AWS S3 is a great storage service that allows you to store “unlimited files” and have unlimited space, and Amazon look after all the data by storing it in at least two different physical locations and they guarantee 99.999999999% durability this basically means that it there is also no chance of losing the data so it is very safe.

S3 is also very cheap as you only pay for the storage you use on a monthly basis. It also comes packed full of features but they are out of the scope of this tutorial.

Today we are going to get started with AWS S3 (Simple Storage Service), I’m going to walk you through create an S3 bucket an upload a file.

There is only one requirement in this tutorial which is an AWS account.

So if you log into your AWS account you will be presented with the screen below.

Then if you click on S3 as annotated on the screen. 

 

When you click on the bucket you will get this page

Then you can upload a file(can be any type).

 

There you have, easy isn’t it. You will find that S3 can be very powerful some use cases are as follows:

  • Backing up random data/databases and whole websites
  • Using it as a temp store for some apps
  • Actually making a website/app use S3 for all assets (images etc)
  • Can also use S3 to host a static website, all you need to do is add the HTML files and some options boom you have a basic website.