© 2023 Hashnode
#ebs
After EC2, Let's learn about EBS. --> Think of it as a Network drive, you attach to your instance while they run. --> It allows you to persist data, even after your termination. --> They are bound to …
What is EBS Snapshot in AWS? Amazon Elastic Block Store (Amazon EBS) snapshots are point-in-time copies of Amazon EBS volumes. Snapshots are saved in Amazon S3 and are incremental, meaning that only t…
Here I will tell you what is S3 (simple storage service) and EBS(elastic block storage). What is S3 in aws? S3 define as a simple storage service in aws . You can virtually store anything in S3. Am…
EBS Volume Encryption Key Points Encryption is supported by all EBS volume types. Amazon EBS offers volume encryption capability. The volume key is encrypted under a KMS key in your account. Amazon …
Mount an EBS volume to EC2 Instance Follow the steps given below carefully for the setup. Step 1: Launch an EC2 Instance Step 2: Create a new Volume, Confirm the Availability Zone from the Instance C…