mooc-notes

Notes from online courses

View on GitHub

Amazon Elastic Block Store (EBS)

EBS Snapshots

EBS Volume Types

Allows you to optimise your volumes on a cost-to-performance perspective

  1. SSD-backed storage - Solid State Drive
    • Suited for work with smaller blocks such as
    • Databases using transactional workloads
    • Often used for boot volumes on EC2 instances
    • Types
      • General Purpose SSD (GP2)
      • Provisioned IOS (IO1)
  2. HDD-backed storage - Hard Disk Drive
    • Designed for workloads requiring a high rate of throughput (MB/s) such as
    • Big Data processing and logging information
    • Larger blocks of data
    • Types
      • Cold HDD (SC1)
      • Throughput Optimized HDD (ST1)

General Purpose SSD (GP2)

Provisioned IOPS (IO1)

Cold HDD (SC1)

Throughput Optimized HDD (ST1)

Encryption

Creating a new EBS Volume

2 ways to create from within the management console

  1. During the creation of a new EC2 instance
  2. As a stand alone EBS Volume Must specify which AZ that volume will exist in EBS volumes can only be attached to EC2 instances that exist within the same AZ

Changing the size of an EBS Volume

Pricing

Anti-patterns

EBS is not well suited fro all storage requirements like