Shrestha Rajat

Search

Search IconIcon to open search

Last updated Jul 9, 2023 Edit Source

# Elastic Block Storage (EBS)

#cloud #aws #storage

A device access block storage solution by AWS.

Highly available and durable solution for attaching persistent block storage volumes to an EC2 instance. Volumes are automatically replicated within their Availability Zone (AZ) to protect from component failure. Currently most types of EBS do not store multi-attach (Except io1 Provisioned IPOS volume on Nitro based systems).

EBS multi-Attach You can use a provisioned IOPS io1 volume that could be accessed by Nitro system based EC2 upto 16 instances.

# EBS Volume Types

1. SSD-Backed Volumes

2. HDD-Backed Volumes

Summary: Pasted image 20220723215556 Pasted image 20220723215541

# Moving EBS Volumes and Operations

# From one AZ to another

  1. Take a snapshot
  2. create an AMI from the snapshot
  3. launch an EC2 instance

# From one Region to another

  1. Take a snapshot
  2. create an AMI from the snapshot
  3. Copy the AMI from one region to another
  4. launch an EC2 instance

# EBS - Encrypted Root Volume

You can enable Encryption on the root volume Pasted image 20220723224133

# EBS Operations Summary

A EBS volume could be recreated through a snapshot. An Snapshot is alco created while you create a AMI. You can also create a AMI from a snapshot. It is discussed in detail on the slides.

Snapshot Operations

# Cheatsheets:

Pasted image 20220723224449