Skip to content

Instantly share code, notes, and snippets.

@ross-humphrey
Last active December 11, 2019 16:11
Show Gist options
  • Save ross-humphrey/c9275d2e1acc7786179307e9af2948ce to your computer and use it in GitHub Desktop.
Save ross-humphrey/c9275d2e1acc7786179307e9af2948ce to your computer and use it in GitHub Desktop.
🧪 Self Paced Lab: Elastic Block Store Notes
Introduction to Amazon Elastic Block Store (EBS) Lab Notes:
-------------------------------------------------------------------------------------------------------------
EBS - volumes are like hard drives on a computer
The data on them persists through the lifetime of the volume and can be transported between virtual machines as needed
In the Console:
ELASTIC BLOCK STORE -> VOLUMES
Always recommended you give EBS volumes names.
-------------------------------------------------------------------------------------------------------------
CREATE VOLUME:
Volume Type: Magnetic or SSD
Size: Up to 16TB
IOPS: Speed of the desk Input/Output per second
Availability Zone: Where to create volume (should be same AZ as instance creating it)
Snapshot ID: Allows a previous snapshot to be restored onto volum
Encryption: Chooses whether the contents of the volume should be automatically encrypted when stored on disk
-------------------------------------------------------------------------------------------------------------
ATTACH VOLUME:
ACTIONS-> Attach Volume
SNAPSHOT OF VOLUME:
Snapshots are incremental point-in-time-snapshots. Incremental backups, meaning that only blocks that have changed
are saved. Minimizes time to create.
ACTIONS -> Create Snapshot
View Snapshots from left hand pane.
-------------------------------------------------------------------------------------------------------------
MODIFY THE EBS VOLUME:
Volumes -> Select 'Volume name here'
ACTIONS -> Modify Volume
Change the size of the volume
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment