Amazon S3 (Simple Storage Service) is a highly scalable, durable, and secure object storage service from AWS. It stores data as objects within buckets, each object consisting of the data itself, a unique key, and customizable metadata. S3 provides 99.999999999% (11 9's) durability and is accessible via a simple web services interface, making it a cornerstone for data lakes, backups, and serving static web content. Its architecture is fundamentally different from traditional file or block storage systems.
