

# AWS Quick Start Guide: Back Up Your Files to Amazon Simple Storage Service
<a name="welcome"></a>

Welcome to the *AWS Quick Start Guide: Back Up Your Files to Amazon Simple Storage Service*. You can use Amazon S3 to store and retrieve any amount of data at any time, from anywhere on the web. By completing the steps in this quick start guide, you will successfully create a new S3 bucket, add a file to it, retrieve this file, and finally delete it, all within the [AWS Free Tier](http://aws.amazon.com/free/).

In order to complete this quick start guide, you must have an Amazon Web Services (AWS) account. When you sign up for AWS, your AWS account is automatically signed up for all services in AWS, including Amazon S3. If you don't have an AWS account, use the following procedure to create one.

**To sign up for AWS**

1. Open [https://portal.aws.amazon.com/billing/signup](https://portal.aws.amazon.com/billing/signup).

1. Follow the online instructions.

   Part of the sign-up procedure involves receiving a phone call or text message and entering a verification code on the phone keypad.

   When you sign up for an AWS account, an *AWS account root user* is created. The root user has access to all AWS services and resources in the account. As a security best practice, assign administrative access to a user, and use only the root user to perform [tasks that require root user access](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_root-user.html#root-user-tasks).

This quick start guide includes the following topics:
+ [Step 1: Create an Amazon S3 Bucket](step-1-create-bucket.md)
+ [Step 2: Upload a File to Your Amazon S3 Bucket](step-2-upload-file.md)
+ [Step 3: Retrieve a File from Your Amazon S3 Bucket](step-3-retrieve-file.md)
+ [Step 4: Delete a File From Your Amazon S3 Bucket](step-4-delete-file.md)

For more information about Amazon S3, see the [Amazon Simple Storage Service Documentation](http://aws.amazon.com/documentation/s3/).

# Step 1: Create an Amazon S3 Bucket
<a name="step-1-create-bucket"></a>

**Important**  
This quick start guide uses a new version of the [AWS Management Console](https://console.aws.amazon.com/) that is currently in preview release and is subject to change.

First, you need to create an Amazon S3 bucket where you will store your objects.

1. Sign in to the preview version of the [AWS Management Console](https://console.aws.amazon.com/).

1. Under **Storage & Content Delivery**, choose **S3** to open the Amazon S3 console.

   If you are using the **Show All Services** view, your screen looks like this:  
![\[AWS console showing shortcuts, recently viewed services, and categories of AWS services.\]](http://docs.aws.amazon.com/quickstarts/latest/s3backup/images/aws-console-s3.png)

   If you are using the **Show Categories** view, your screen looks like this with **Storage & Content Delivery** expanded:  
![\[AWS Services dashboard showing Storage & Content Delivery options, including S3 and CloudFront.\]](http://docs.aws.amazon.com/quickstarts/latest/s3backup/images/aws-console-s3-categorized.png)

1. From the Amazon S3 console dashboard, choose **Create Bucket**.

1. In **Create a Bucket**, type a bucket name in **Bucket Name**.

   The bucket name you choose must be globally unique across all existing bucket names in Amazon S3 (that is, across all AWS customers). For more information, see [Bucket Restrictions and Limitations](http://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html).  
![\[Interface for creating an Amazon S3 bucket, showing fields for bucket name and region selection.\]](http://docs.aws.amazon.com/quickstarts/latest/s3backup/images/s3-create-bucket.png)

1. In **Region**, choose **Oregon**.

1. Choose **Create**.

   When Amazon S3 successfully creates your bucket, the console displays your empty bucket in the **Buckets** pane.

# Step 2: Upload a File to Your Amazon S3 Bucket
<a name="step-2-upload-file"></a>

Now that you've created a bucket, you're ready to add an object to it. An object can be any kind of file: a document, a photo, a video, a music file, or other file type.

1. In the Amazon S3 console, choose the bucket where you want to upload an object, choose **Upload**, and then choose **Add Files**.  
![\[Empty Amazon S3 bucket interface showing "Upload" button and "The bucket is empty" message.\]](http://docs.aws.amazon.com/quickstarts/latest/s3backup/images/s3-upload-1.png)

1. In the file selection dialog box, find the file that you want to upload, choose it, choose **Open**, and then choose **Start Upload**.

   You can watch the progress of the upload in the **Transfer** pane.   
![\[Upload interface showing options to add files, remove files, and enable enhanced uploader.\]](http://docs.aws.amazon.com/quickstarts/latest/s3backup/images/s3-upload-2.png)

# Step 3: Retrieve a File from Your Amazon S3 Bucket
<a name="step-3-retrieve-file"></a>

Now that you've added an object to a bucket, you can open and view it in a browser. You can also download the object to your local computer.

1. In the Amazon S3 console, choose your S3 bucket, choose the file that you want to open or download, choose **Actions**, and then choose **Open** or **Download**.  
![\[Actions dropdown menu in AWS S3 console showing options like Open, Download, and Make Public.\]](http://docs.aws.amazon.com/quickstarts/latest/s3backup/images/s3-retrieve.png)

1. If you are downloading an object, specify where you want to save it. 

   The procedure for saving the object depends on the browser and operating system that you are using.

# Step 4: Delete a File From Your Amazon S3 Bucket
<a name="step-4-delete-file"></a>

If you no longer need to store the file you've uploaded to your Amazon S3 bucket, you can delete it.
+ Within your S3 bucket, select the file that you want to delete, choose **Actions**, and then choose **Delete**.

  In the confirmation message, choose **OK**.   
![\[Actions dropdown menu in AWS S3 console with "Delete" option highlighted.\]](http://docs.aws.amazon.com/quickstarts/latest/s3backup/images/s3-delete.png)