S3s
S3, or Amazon Simple Storage Service, is a scalable object storage service provided by Amazon Web Services. The plural form S3s is sometimes used informally to refer to multiple S3 deployments across regions, though the product is officially singular. S3 is designed to store and retrieve unlimited data over the internet through a simple API.
Data in S3 is stored as objects within named buckets. Each object consists of a key, data
Storage classes allow balance of cost and access time: Standard, Intelligent-Tiering, Standard-IA, One Zone-IA, Glacier, and
Security and access control include server-side encryption options (SSE-S3, SSE-KMS, and client-side encryption), in-transit encryption via
Other capabilities include S3 Select for querying a subset of data within an object, event notifications to
Typical use cases include backups, data lakes, static website and media hosting, and disaster recovery. Pricing