This step-by-step tutorial will help you store your files in the cloud using Amazon Simple Storage Solution (Amazon S3). Amazon S3 is a service that enables you to store your data (referred to as objects) in at massive scale. In this tutorial, you will create an Amazon S3 bucket, upload a file, retrieve the file and delete the file.
Manage Your Amazon Web Services Resources
Sign in to the ConsoleWhen you click here, the Amazon Web Services Management Console will open in a new browser window, so you can keep this step-by-step guide open. When the screen loads, enter your user name and password to get started. Then type Amazon S3 in the search bar and select S3 to open the console.
In this step, you will create an Amazon S3 bucket. A bucket is the container you store your files in.
b. Enter a bucket name. Bucket names must be unique across all existing bucket names in Amazon S3. There are a number of other restrictions on Amazon S3 bucket names as well. Then select a region to create your bucket in.
Select Next.
c. You have many useful options for your Amazon S3 bucket including Versioning, Server Access Logging, Tags, Object-level Logging and Default Encryption. We won't enable them for this tutorial. Select Next.
In this step, you will upload a file to your new Amazon S3 bucket.
In this step, you will download the file from your Amazon S3 bucket.
You can easily delete your object and bucket from the Amazon S3 console. In fact, it is a best practice to delete resources you are no longer using so you don’t keep getting charged for them.
You have backed up your first file to the cloud by creating an Amazon S3 bucket and uploading your file as an Amazon S3 object. Amazon S3 is designed for 99.999999999% durability to help ensure that your data is always available when you want it. You’ve also learned how to retrieve your backed up file and how to delete the file and bucket.
Now that you have learned how to use Amazon S3 from the web console you can progress to the next tutorial where you will learn how to use the command line to do these same backup and recovery actions in a scripted way.