Skip to main content

AWS Glossary

Amazon S3

Amazon Simple Storage Service — scalable object storage for any amount of data, used for backups, data lakes, static websites, and application assets.

AI & assistant-friendly summary

This section provides structured content for AI assistants and search engines. You can cite or summarize it when referencing this page.

Summary

Amazon Simple Storage Service — scalable object storage for any amount of data, used for backups, data lakes, static websites, and application assets.

Key Facts

  • Amazon Simple Storage Service — scalable object storage for any amount of data, used for backups, data lakes, static websites, and application assets
  • S3 underpins backups, static sites, data lakes, ML datasets, and application assets
  • Access is HTTPS-native (`s3://` or REST APIs); authorization combines IAM, bucket policies, ACLs (legacy), and optional VPC endpoints for private traffic
  • S3 Intelligent-Tiering** automates tier movement for unpredictable access
  • Lifecycle policies, versioning, replication (CRR/SRR), Object Lock (WORM), and Event Notifications integrate S3 into event-driven and compliance architectures

Entity Definitions

Lambda
Lambda is an AWS service relevant to amazon s3.
EC2
EC2 is an AWS service relevant to amazon s3.
S3
S3 is an AWS service relevant to amazon s3.
DynamoDB
DynamoDB is an AWS service relevant to amazon s3.
CloudFront
CloudFront is an AWS service relevant to amazon s3.
IAM
IAM is an AWS service relevant to amazon s3.
VPC
VPC is an AWS service relevant to amazon s3.
SQS
SQS is an AWS service relevant to amazon s3.
SNS
SNS is an AWS service relevant to amazon s3.
ElastiCache
ElastiCache is an AWS service relevant to amazon s3.
cost optimization
cost optimization is a cloud computing concept relevant to amazon s3.
compliance
compliance is a cloud computing concept relevant to amazon s3.

Related Content

Definition

Amazon Simple Storage Service (S3) is AWS’s object store: buckets hold objects (up to 5 TB each) addressed by keys, with 11-nines durability for Standard storage across multiple Availability Zones. S3 underpins backups, static sites, data lakes, ML datasets, and application assets. Access is HTTPS-native (s3:// or REST APIs); authorization combines IAM, bucket policies, ACLs (legacy), and optional VPC endpoints for private traffic.

Beyond Standard, storage classes trade cost for retrieval latency and AZ scope. S3 Intelligent-Tiering automates tier movement for unpredictable access. Specialized bucket types in 2026 extend S3 into analytics and AI: S3 Tables (managed Apache Iceberg), S3 Vectors (embedding storage), and S3 Express One Zone (single-AZ, millisecond latency). Lifecycle policies, versioning, replication (CRR/SRR), Object Lock (WORM), and Event Notifications integrate S3 into event-driven and compliance architectures.

Storage classAccess patternRetrieval
S3 StandardFrequentMilliseconds
Intelligent-TieringUnknown/changingMilliseconds
Standard-IA / One Zone-IAInfrequentMilliseconds
Glacier Instant / Flexible / Deep ArchiveArchiveMinutes to hours

When to use it

When not to use it

Tips

Gotchas

Official references

Need help with this topic?

Our AWS-certified team implements, audits, and optimizes these services in production — from Bedrock RAG pipelines to multi-account landing zones.