• Home >
  • News >
  • News >
  • AI News >
  • Amazon EC2 C8id, M8id, and R8id instances with up to 22.8 TB local NVMe storage are generally available
<-- Back to All News

Amazon EC2 C8id, M8id, and R8id instances with up to 22.8 TB local NVMe storage are generally available

February 4, 2026

Executive Overview

The general availability of Amazon EC2 C8id, M8id, and R8id instances marks a substantial leap in AWS’s eighth-generation compute portfolio, specifically targeting workloads that demand high-speed, local ephemeral storage. By integrating custom Intel Xeon 6 processors (formerly codenamed Sierra Forest and Granite Rapids) and massive local NVMe-based SSD capacity, AWS is directly addressing the “I/O wait” bottleneck that frequently plagues data-intensive enterprise applications. These instances provide a significant architectural upgrade over the sixth-generation “id” family, offering up to 3x more vCPUs, memory, and local storage capacity.

From a strategic infrastructure perspective, the “id” series represents AWS’s commitment to the “Local Store” architecture, which is increasingly critical for real-time data analytics and high-performance databases. As data volumes grow and latency requirements shrink, the physics of moving data from remote EBS volumes to compute nodes can become a limiting factor. By providing up to 22.8 TB of locally attached NVMe storage with 3.3x more memory bandwidth, AWS is enabling a new class of high-concurrency, low-latency applications that were previously constrained by the throughput of networked storage. This launch is a clear signal to enterprise CTOs that AWS is prioritizing the “Data Gravity” problem by bringing massive storage capacity directly to the compute host.

Features

The C8id, M8id, and R8id instances introduce a technical specification suite that emphasizes scale, throughput, and hardware-level optimization.

  • Custom Intel Xeon 6 Processors: These instances are powered by custom Intel Xeon 6 processors with an all-core turbo frequency of 3.9 GHz. These processors are designed to deliver a 43% increase in compute performance compared to the previous generation, specifically excelling in vector-heavy and single-threaded performance metrics.
  • Massive Local NVMe Storage: The defining feature of this release is the physically connected local storage. These instances offer up to 22.8 TB of NVMe-based SSD block-level instance storage. This is 3 times the capacity of the previous generation, enabling significantly larger datasets to be cached or processed locally.
  • 3.3x Memory Bandwidth Increase: Leveraging DDR5 memory technology, these instances provide a massive jump in memory bandwidth. This is a critical enhancement for memory-bound applications such as in-memory databases and large-scale data analytics where the speed of data transfer between the CPU and RAM is the primary performance limiter.
  • Scalability up to 96xlarge: Unlike the sixth generation which peaked at 32xlarge, the eighth generation scales up to 96xlarge sizes. This allows for massive vertical scaling, offering up to 384 vCPUs and 3 TiB of memory in a single virtual instance, effectively tripling the compute density per node.
  • Instance Bandwidth Configuration (IBC): This feature allows customers to dynamically allocate resources between network and Amazon Elastic Block Store (EBS) bandwidth. Users can scale either network or EBS throughput by up to 25%, allowing for a more customized performance profile that matches the specific traffic patterns of the workload.
  • Hardware-Level Encryption: To maintain a high security posture for ephemeral data, each local NVMe device is hardware-encrypted using the XTS-AES-256 block cipher. The unique keys are destroyed when the instance is stopped or terminated, ensuring data-at-rest protection for sensitive temp files or caches.

Benefits

The deployment of C8id, M8id, and R8id instances provides tangible performance and financial benefits for organizations managing high-growth data environments.

  • Enhanced Database Performance: For I/O-intensive database workloads like Apache Cassandra and PostgreSQL, these instances deliver up to 46% higher performance. This allows organizations to support more transactions per second and handle larger user bases without increasing their overall instance count.
  • Reduced Analytics Query Times: Real-time data analytics engines like Apache Spark benefit from up to 30% faster query results. The proximity of the data on local NVMe drives eliminates the network latency inherent in EBS-only architectures, significantly speeding up time-to-insight for data scientists.
  • Operational Efficiency through Consolidation: With the ability to scale to 96xlarge, enterprises can consolidate multiple smaller instances into a single large node. This reduces the “management tax” of maintaining distributed systems and can lead to improved utilization of purchased Savings Plans.
  • Native Nitro System Security: By utilizing the sixth-generation AWS Nitro cards, these instances offload virtualization, storage, and networking functions to dedicated hardware. This provides better performance consistency (lower jitter) and a smaller attack surface compared to software-based hypervisors.
  • Flexibility for Specialized Workloads: The inclusion of two bare metal sizes (metal-48xl and metal-96xl) ensures that performance-sensitive workloads that require direct access to physical hardware resources—such as specialized hypervisors or compliance-sensitive kernels—can be accommodated within the same family.

Use cases

The varied profiles of the C8id, M8id, and R8id families allow them to target specific, high-value enterprise use cases.

  • Compute-Intensive Web and Batch Processing (C8id): C8id instances are ideal for high-performance web servers, ad serving, and video encoding. The high CPU-to-memory ratio combined with local storage for temporary scratch space makes them perfect for batch processing jobs that require rapid read/write access to temporary files.
  • Balanced Enterprise Applications (M8id): M8id instances serve as the “workhorse” for general-purpose enterprise applications. They are well-suited for microservices, application servers, and small-to-medium databases where a balanced ratio of CPU and memory is required alongside high-speed data logging.
  • Memory-Intensive Analytics (R8id): Designed specifically for memory-hungry workloads, the R8id is the preferred choice for in-memory databases (like Redis or Memcached), large-scale SQL/NoSQL databases, and real-time big data analytics. The 3 TiB memory limit allows for massive datasets to be held in memory for sub-millisecond query responses.
  • Electronic Design Automation (EDA) and Scientific Computing: The increased memory bandwidth and high all-core turbo frequency make these instances excellent for EDA tools and scientific simulations that are sensitive to memory latency and require high per-core performance for complex calculations.

Alternatives

Organizations should consider several alternatives depending on their specific persistence and cost requirements.

  • Amazon EC2 C8i/M8i/R8i (Standard) Instances: These are the primary alternative for workloads that do not require local ephemeral storage. By using EBS for all storage needs, organizations can benefit from data persistence across instance stops/starts and potentially lower compute costs if the high-speed local NVMe is not being utilized.
  • Amazon EC2 I4i/I4g Storage Optimized Instances: For workloads that are even more storage-intensive (high-density storage), the “I” family offers a higher ratio of storage to vCPU. While the 8id family provides a great balance, the I4i is specifically built for massive local storage footprints that exceed 22.8 TB.
  • Amazon EC2 R7iz High Frequency Instances: For applications that are extremely sensitive to single-threaded performance and require even higher clock speeds than 3.9 GHz, the R7iz family (with up to 3.9 GHz sustained all-core frequency and higher bursts) may be a better fit, though they lack the eighth-generation memory bandwidth improvements.
  • EBS-Optimized Instances with io2 Block Express: If data persistence is a non-negotiable requirement, using standard 8-series instances with io2 Block Express volumes can achieve sub-millisecond latencies and high IOPS. However, this typically comes at a higher cost than the “id” instances which include the local storage in the compute price.

Alternative perspective

Critical thinking suggests that while the 22.8 TB of local storage is a headline-grabbing feature, it introduces a significant “operational burden of persistence.” Because instance storage is ephemeral, it is lost if the instance is stopped or fails. This forces developers to build complex data replication and durability logic at the application layer (e.g., using NoSQL replication or synchronous mirroring). For teams accustomed to the “set it and forget it” durability of EBS, the move to “id” instances represents a shift back toward a more complex “shared-nothing” architecture. Furthermore, the 43% performance gain and 3.3x memory bandwidth are measured against the sixth-generation. Organizations currently on seventh-generation (e.g., R7i) instances will see a much smaller incremental improvement, potentially complicating the ROI case for an immediate migration. Lastly, the requirement for specific AMIs with ENA and NVMe drivers means that legacy systems may require significant refactoring before they can take advantage of these new hardware features.

Final thoughts

The Amazon EC2 C8id, M8id, and R8id instances are a powerful addition to the AWS compute landscape, effectively tripling the capacity of the previous “id” generation. For data-intensive enterprises, the combination of custom Intel Xeon 6 silicon and massive local NVMe storage provides the necessary headroom to scale the next generation of real-time applications. While the ephemeral nature of the storage requires a more sophisticated architectural approach to data durability, the performance gains in database throughput and analytics speed make this a compelling choice for any I/O-bound workload.

Source: https://aws.amazon.com/blogs/aws/amazon-ec2-c8id-m8id-and-r8id-instances-with-up-to-22-8-tb-local-nvme-storage-are-generally-available/