S3 Express One Zone
An AWS S3 storage class delivering single-digit millisecond latency for frequently accessed data. Uses directory buckets in a single Availability Zone, providing up to 10x faster performance than S3 Standard. An 85% price reduction in early 2025 transformed the TCO equation.
Summary
An AWS S3 storage class delivering single-digit millisecond latency for frequently accessed data. Uses directory buckets in a single Availability Zone, providing up to 10x faster performance than S3 Standard. An 85% price reduction in early 2025 transformed the TCO equation.
S3 Express One Zone fills the performance gap between standard S3 and local attached storage. It enables latency-sensitive workloads — ML training data loading, interactive analytics, real-time feature serving — to use S3 without the cold-start penalty. The 2025 price cut made it practical as a high-performance buffer tier: systems like WarpStream use Express One Zone for low-latency writes before compacting to S3 Standard.
- Not multi-AZ. S3 Express One Zone trades cross-AZ durability for latency. Data resides in a single AZ. It is not a replacement for S3 Standard for durable primary storage.
- Not a separate service — it is an S3 storage class. The same S3 API applies, but with directory bucket semantics and different pricing.
- After the 85% price reduction, the cost gap vs S3 Standard narrowed significantly — re-evaluate workloads previously dismissed as too expensive for Express One Zone.
implementsS3 API — same API, different performance tiersolvesCold Scan Latency — single-digit ms access latencyscoped_toDirectory Buckets / Hot Object Storage — the AWS implementation of this conceptconstrained_byVendor Lock-In — AWS-specific feature
Definition
AWS's purpose-built low-latency storage class using directory buckets within a single AZ, delivering up to 10x faster performance than S3 Standard with single-digit ms first-byte latency. An 85% price reduction in early 2025 repositioned it as a viable high-performance buffer tier for streaming and analytics pipelines.
Standard S3 is optimized for durability across 3 AZs, but this adds latency. Express One Zone trades multi-AZ redundancy for speed, targeting AI/ML training, real-time analytics, and high-frequency trading. The 2025 price cut made it economical for systems like WarpStream to use Express One Zone as a high-throughput buffer before compacting data into S3 Standard.
AI/ML training data staging, real-time analytics acceleration, high-frequency checkpoint storage, interactive query acceleration, low-latency buffer tier for streaming pipelines.
Connections 8
Outbound 6
implements1solves1constrained_by1Inbound 2
depends_on1enables1Resources 3
Official user guide for S3 Express One Zone directory buckets covering creation, access, and performance characteristics.
Product page with pricing, feature overview, and use-case guidance for the single-digit-millisecond storage class.
Launch announcement with architecture details and performance benchmarks showing up to 10x faster request processing.