Configuring Storage Volumes on AWS
Configuring Storage Volumes on AWS
Features of EBS:
1. Persistent Storage: Data persists even when the EC2 instance is stopped or
terminated.
2. Snapshots: EBS allows you to take snapshots (backups) stored in S3, which can
be used to create new volumes.
3. Encryption: EBS provides encryption for data at rest and in transit, ensuring
security.
4. High Availability: EBS volumes are replicated within the same AZ, offering high
availability and durability.
5. IOPS Performance: EBS volumes provide configurable IOPS (up to 64,000
IOPS), allowing for high-performance storage.