AWS For Admins For Dummies
Book image
Explore Book Buy On Amazon
Before you can use an Elastic Block Store (EBS) volume for Amazon Web Services (AWS), you must create it. EBS volumes can take on many different characteristics. The following steps describe how to create a simple volume that you can use with EC2.
  1. Sign into AWS using your administrator account.
  2. Navigate to the EC2 Console. You see the page shown. Notice the Navigation pane on the left, which contains options for performing various EC2-related tasks. The Resources area of the main pane tells you the statistics for your EC2 setup, which currently includes just the one security group.

    aws-ec2console
    The EC2 Console tells you all about your current EC2 configuration.
  3. Choose a EC2 setup region from the Region drop-down list at the top of the page. The example uses the Oregon region.
  4. Select Volumes in the Navigation pane. The EC2 Console shows that you don't currently have any volumes defined.
  5. Click Create Volume. You see the Create Volume dialog box, shown in the following figure. Notice that you can choose a volume type and size, but not the Input/output Operations Per Second (IOPS) or the throughput, which are available only with certain volume types. The Availability Zone field contains the location of the storage, which must match your EC2 setup. The Snapshot ID field contains the name of an S3 storage location to use for incremental backups of your EBS data. You can also choose to encrypt sensitive data, but doing so places some limits on how you can use EBS. For example, you can't use encryption with all EC2 instance types.

    aws-volume
    A new volume displays all pertinent statistics, such as the size and speed.
  6. Click Create.

    AWS creates a new volume for you and displays statistics about it, as shown. The new volume lacks any sort of backup. The next step configures a snapshot that AWS uses to perform incremental backups of the EBS data, reducing the risk of lost data.

  7. Choose Actions→ Create Snapshot. You see the Create Snapshot dialog box. Notice that AWS fills in the Volume field for you and determines the need for encryption based on the volume settings.

    aws-amis
    To start an instance, you must select one of the available AMIs.
  8. Type EBS.Backup in the Name field, type Test Backup in the Description field, and then click Create. You see a dialog box telling you that AWS has started the snapshot.
  9. Click Close. The volume is ready to use.
When you finish this example, you can delete the volume you created by selecting its entry in the list and choosing Actions →Delete Volume. In a real-world setup, you can attach this volume to any EC2 instance or detach it when it's no longer needed.

About This Article

This article is from the book:

About the book author:

John Paul Mueller is a prolific technical writer and editor with 101 books and 600 articles to his credit. His topics range from networking and home security to database management and heads-down programming, and his editing skills have helped more than 63 authors refine their manuscripts. Visit his blog at http://blog.johnmuellerbooks.com/.

This article can be found in the category: