EBS (Elastic Block Store)

aws/storage aws/service

💡 Definition

Amazon EBS provides persistent block storage volumes for use with AWS EC2 instances. EBS volumes are highly available, reliable, and can be attached to any running EC2 instance in the same AZ.

🔑 Key Concepts

⚙️ How it Works

  1. Create Volume: Specify size, type (e.g., SSD, HDD), and the AZ it will reside in.
  2. Attach to EC2: Attach the volume to a running EC2 instance within the same AZ.
  3. Format & Mount: Treat it like a local hard drive on the instance (format with a file system, then mount).

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * EC2 * Instance Store * S3