{
    "content": "<h1>Amazon Elastic Block Store (EBS)<\/h1><p><a href=\"..\/EBS\/\">EBS<\/a> is a high-performance, network-attached <a href=\"..\/Block-Storage\/\">block storage<\/a> service designed for use with <a href=\"..\/EC2\/\">EC2<\/a> instances within the <a href=\"..\/AWS\/\">AWS<\/a> ecosystem. It provides the persistent storage required for a wide range of workloads, including relational and non-relational databases, enterprise applications, and big data analytics engines. Unlike <a href=\"..\/Instance-Store\/\">Instance Store<\/a>, which is ephemeral, data on <a href=\"..\/EBS\/\">EBS<\/a> volumes persists independently of the life of the instance to which it is attached.<\/p><h2>Volume Types and Performance Characteristics<\/h2><p>Amazon categorizes <a href=\"..\/EBS\/\">EBS<\/a> volumes into two main categories: <a href=\"..\/SSD\/\">SSD<\/a>-backed storage for transactional workloads and <a href=\"..\/HDD\/\">HDD<\/a>-backed storage for throughput-intensive workloads. Common types include:<\/p><ul><li><strong>General Purpose SSD (gp3\/gp2):<\/strong> Balances price and performance for a wide variety of transactional workloads.<\/li><li><strong>Provisioned IOPS SSD (io2\/io1):<\/strong> Designed for I\/O-intensive database applications requiring low latency and high <a href=\"..\/IOPS\/\">IOPS<\/a>.<\/li><li><strong>Throughput Optimized HDD (st1):<\/strong> A low-cost <a href=\"..\/HDD\/\">HDD<\/a> volume designed for frequently accessed, throughput-intensive workloads like <a href=\"..\/Big-Data\/\">Big Data<\/a> and log processing.<\/li><li><strong>Cold HDD (sc1):<\/strong> The lowest-cost <a href=\"..\/HDD\/\">HDD<\/a> volume designed for less frequently accessed workloads.<\/li><\/ul><p>Performance can be fine-tuned by selecting <a href=\"..\/EBS-Optimized\/\">EBS-Optimized<\/a> instances, which provide dedicated bandwidth between <a href=\"..\/EC2\/\">EC2<\/a> and <a href=\"..\/EBS\/\">EBS<\/a>. Detailed specifications can be found on the <a href=\"https:\/\/docs.aws.amazon.com\/AWSEC2\/latest\/UserGuide\/ebs-volume-types.html\">AWS Volume Types documentation<\/a>.<\/p><h2>Data Durability and Security<\/h2><p><a href=\"..\/EBS\/\">EBS<\/a> volumes are automatically replicated within their <a href=\"..\/Availability-Zone\/\">Availability Zone<\/a> to protect against hardware failure. For further protection, users can create <a href=\"..\/Snapshots\/\">Snapshots<\/a>, which are incremental backups stored in <a href=\"..\/S3\/\">S3<\/a>. Security is managed through <a href=\"..\/Encryption\/\">Encryption<\/a>, which uses <a href=\"..\/KMS\/\">KMS<\/a> keys to secure data at rest and in transit between the instance and the volume. For more information on security best practices, visit the <a href=\"https:\/\/aws.amazon.com\/ebs\/resources\/\">AWS EBS Resources<\/a> page.<\/p><ul><li><a href=\"..\/S3\/\">S3<\/a><\/li><li><a href=\"..\/EFS\/\">EFS<\/a><\/li><li><a href=\"..\/Instance-Store\/\">Instance Store<\/a><\/li><li><a href=\"..\/RDS\/\">RDS<\/a><\/li><\/ul>",
    "tags": [
        "ebs",
        "aws",
        "cloud storage",
        "block storage",
        "ec2",
        "amazon web services",
        "data persistence",
        "ssd",
        "hdd",
        "iops",
        "snapshots"
    ]
}