How to make a EC2 AWS backup and how to restore that backup using elastic block storage (EBS)

EBS provides:

Scott
3 min readApr 8, 2020
  1. Data Storage — EBS provides 8GB of primary storage for linux instances and 32GB of storage for windows instances.
  2. Data Availability — You can purchase secondary storage beyond that which will still be available when the primary storage is terminated.
  3. Data Persistence — Doesn’t get deleted automatically.
  4. Data Encryption — EBS uses Key Management Service (KMS) for encryption
  5. Snapshots — incremental backups, used to create multiple volumes.
Click on Volumes
Click on Create Volume

--

--