Amazon S3
IPv6 support | Yes |
---|---|
Commercial | Yes |
Registration | Required (included in free tier layer) |
Launched | March 14, 2006 |
Current status | Active |
Amazon Simple Storage Service (S3) is a service offered by Amazon Web Services (AWS) that provides object storage through a web service interface.[1][2] Amazon S3 uses the same scalable storage infrastructure that Amazon.com uses to run its e-commerce network.[3] Amazon S3 can store any type of object, which allows uses like storage for Internet applications, backups, disaster recovery, data archives, data lakes for analytics, and hybrid cloud storage. AWS launched Amazon S3 in the United States on March 14, 2006,[1][4] then in Europe in November 2007.[5]
Technical details
[edit]Design
[edit]Amazon S3 manages data with an object storage architecture[6] which aims to provide scalability, high availability, and low latency with high durability.[3] The basic storage units of Amazon S3 are objects which are organized into buckets. Each object is identified by a unique, user-assigned key.[7] Buckets can be managed using the console provided by Amazon S3, programmatically with the AWS SDK, or the REST application programming interface. Objects can be up to five terabytes in size.[8][9] Requests are authorized using an access control list associated with each object bucket and support versioning[10] which is disabled by default.[11] Since buckets are typically the size of an entire file system mount in other systems, this access control scheme is very coarse-grained. In other words, unique access controls cannot be associated with individual files.[citation needed] Amazon S3 can be used to replace static web-hosting infrastructure with HTTP client-accessible objects,[12] index document support, and error document support.[13] The Amazon AWS authentication mechanism allows the creation of authenticated URLs, valid for a specified amount of time. Every item in a bucket can also be served as a BitTorrent feed. The Amazon S3 store can act as a seed host for a torrent and any BitTorrent client can retrieve the file. This can drastically reduce the bandwidth cost for the download of popular objects. A bucket can be configured to save HTTP log information to a sibling bucket; this can be used in data mining operations.[14] There are various User Mode File System (FUSE)–based file systems for Unix-like operating systems (for example, Linux) that can be used to mount an S3 bucket as a file system. The semantics of the Amazon S3 file system are not that of a POSIX file system, so the file system may not behave entirely as expected.[15]
Amazon S3 storage classes
[edit]Amazon S3 offers nine different storage classes with different levels of durability, availability, and performance requirements.[16]
- Amazon S3 Standard is the default. It is general purpose storage for frequently accessed data.
- Amazon S3 Express One Zone is a single-digit millisecond latency storage for frequently accessed data and latency-sensitive applications. It stores data only in one availability zone.[17]
- Amazon S3 Standard-Infrequent Access (Standard-IA) is designed for less frequently accessed data, such as backups and disaster recovery data.
- Amazon S3 One Zone-Infrequent Access (One Zone-IA) performs like the Standard-IA, but stores data only in one availability zone.
- Amazon S3 Intelligent-Tiering moves objects automatically to a more cost-efficient storage class.
- Amazon S3 on Outposts brings storage to installations not hosted by Amazon.
- Amazon S3 Glacier Instant Retrieval is a low-cost storage for rarely accessed data, but which still requires rapid retrieval.
- Amazon S3 Glacier Flexible Retrieval is also a low-cost option for long-lived data; it offers 3 retrieval speeds, ranging from minutes to hours.
- Amazon S3 Glacier Deep Archive is the lowest cost storage for long-lived archive data that is accessed less than once per year and is retrieved asynchronously.
The Amazon S3 Glacier storage classes above are distinct from Amazon Glacier, which is a separate product with its own APIs.
File size limits
[edit]An object in S3 can be between 0 bytes and 5 TB. If an object is larger than 5 TB, it must be divided into chunks prior to uploading. When uploading, Amazon S3 allows a maximum of 5 GB in a single upload operation; hence, objects larger than 5 GB must be uploaded via the S3 multipart upload API.[18]
Uses
[edit]Notable users
[edit]- Photo hosting service SmugMug has used Amazon S3 since April 2006. They experienced a number of initial outages and slowdowns, but after one year they described it as being "considerably more reliable than our own internal storage" and claimed to have saved almost $1 million in storage costs.[19]
- Netflix uses Amazon S3 as their system of record. Netflix implemented a tool, S3mper,[20] to address the Amazon S3 limitations of eventual consistency.[21] S3mper stores the filesystem metadata: filenames, directory structure, and permissions in Amazon DynamoDB.[22]
- Reddit is hosted on Amazon S3.[23]
- Bitcasa,[24] and Tahoe-LAFS-on-S3,[25] among others, use Amazon S3 for online backup and synchronization services. In 2016, Dropbox stopped using Amazon S3 services and developed its own cloud server.[26][27]
- Swiftype's CEO has mentioned that the company uses Amazon S3.[28]
S3 API and competing services
[edit]The broad adoption of Amazon S3 and related tooling has given rise to competing services based on the S3 API. These services use the standard programming interface but are differentiated by their underlying technologies and business models.[29] A standard interface enables better competition from rival providers and allows economies of scale in implementation, among other benefits.[30]
History
[edit]Amazon Web Services introduced Amazon S3 in 2006.[31][32]
Date | Number of Items Stored |
---|---|
October 2007 | 10 billion[33] |
January 2008 | 14 billion[33] |
October 2008 | 29 billion[34] |
March 2009 | 52 billion[35] |
August 2009 | 64 billion[36] |
March 2010 | 102 billion[37] |
April 2013 | 2 trillion[38] |
March 2021 | 100 trillion[39] |
March 2023 | 280 trillion[40] |
November 2024 | 400 trillion[40] |
In November 2017 AWS added default encryption capabilities at bucket level.[41]
Limitations of Service Level Agreement
[edit]Amazon S3 provides a durability guarantee of 99.999999999% (referred to as "11 nines"), primarily addressing data loss from hardware failures. However, this guarantee does not extend to losses resulting from human errors (such as accidental deletion), misconfigurations, third-party failures and subsequent data corruptions, natural disasters, force majeure events, or security breaches. Customers are responsible for monitoring SLA compliance and must submit claims for any unmet SLAs within a designated timeframe. They should understand how deviations from SLAs are calculated, as these parameters may differ from those of other AWS services. These requirements can impose a significant burden on customers. Additionally, SLA percentages and conditions can vary from those of other AWS services. In cases of data loss due to hardware failure attributable to Amazon, the company does not provide monetary compensation; instead, affected users may receive credits if they meet the eligibility criteria.[42][43][44][45][46]
See also
[edit]References
[edit]Citations
[edit]- ^ a b Archived from the original on 2018-11-15. Retrieved 2018-11-14.
- ^ Huang, Dijiang; Wu, Huijun (2017-09-08). Archived from the original on 2018-11-15. Retrieved 2018-11-15.
- ^ a b Archived from the original on 2018-05-17. Retrieved 2018-05-17.
- ^ Archived from the original on 2018-09-29. Retrieved 2018-09-28.
- ^ Archived from the original on 2018-11-15. Retrieved 2018-11-14.
- ^ Archived from the original on 2018-09-20. Retrieved 2018-07-09.
- ^ the original on 2010-03-12.
- ^ Archived from the original on 2018-01-03. Retrieved 2018-05-17.
- ^ Archived from the original on 2017-12-24. Retrieved 2018-05-21.
- ^ "Using versioning in S3 buckets - Amazon Simple Storage Service".
- ^ Archived from the original on 2018-05-12. Retrieved 2018-05-17.
- ^ the original on 2008-04-08. Retrieved 2008-05-06.
- ^ Archived 2011-02-20 at the Wayback Machine Docs.amazonwebservices.com. Retrieved on 2013-08-09.
- ^ Archived 2014-12-23 at the Wayback Machine Server Access Logging
- ^ Archived from the original on 2012-08-05. Retrieved 2012-06-29.
- ^ Archived from the original on 2018-06-13. Retrieved 2018-05-17.
- ^ "Announcing the new Amazon S3 Express One Zone high performance storage class | AWS News Blog". aws.amazon.com. 2023-11-28. Retrieved 2023-12-01.
- ^ the original on October 1, 2022. Retrieved June 22, 2022.
- ^ Archived from the original on 2017-03-03. Retrieved 2017-03-03.
- ^ Archived from the original on 2016-04-24. Retrieved 2016-05-01.
- ^ Archived from the original on 2017-12-25. Retrieved 28 December 2017.
- ^ Hern, Alex (2017-02-02). Archived from the original on 2018-05-02. Retrieved 2018-04-23.
- ^ Archived from the original on 2015-03-17. Retrieved March 18, 2015.
- ^ the original on 2013-06-28. Retrieved 2013-05-16.
- ^ Archived from the original on 2013-05-06. Retrieved 2012-08-21.
- ^ Archived from the original on 2018-01-25. Retrieved 2018-04-23.
- ^ Archived from the original on 2018-04-23. Retrieved 2018-04-23.
- ^ Archived from the original on 2014-12-08. Retrieved 2014-12-08.
- ^ Watters, Audrey (12 July 2010). Archived from the original on 2013-02-17. Retrieved 19 December 2012.
- ^ Archived from the original on 2014-03-25. Retrieved 2014-03-25.
{{cite book}}
: CS1 maint: others (link) - ^ Overview of Amazon Web Services, 2018, Archived 2017-11-18 at the Wayback Machine
- ^ Garfinkel, Simson L. 2007. An Evaluation of Amazon's Grid Computing Services: EC2, S3, and SQS. Harvard Computer Science Group Technical Report TR-08-07. Archived 2018-07-29 at the Wayback Machine
- ^ a b Vogels, Werner (2008-03-19). Archived from the original on 2008-05-09. Retrieved 2008-05-23.
- ^ the original on 2008-10-11. Retrieved 2008-10-09.
- ^ Archived from the original on 2011-07-07. Retrieved 2009-04-01.
- ^ the original on January 23, 2013.
- ^ Archived from the original on 2010-03-12. Retrieved 2010-03-09.
- ^ "Amazon S3 – Two Trillion Objects, 1.1 Million Requests / Second - Amazon Web Services". typepad.com. 18 April 2013.
- ^ "Celebrate 15 Years of Amazon S3 with 'Pi Week' Livestream Events". amazon.com. 14 March 2021.
- ^ a b "Celebrate Amazon S3's 17th birthday at AWS Pi Day 2023". amazon.com. 14 March 2023.
- ^ "AWS re:Invent 2024 - Dive deep on Amazon S3 (STG302)". 9 December 2024.
- ^ Cloud Security and Privacy An Enterprise Perspective on Risks and Compliance. O'Reilly Media. September 4, 2009. ISBN 9781449379513.
- ^ Requirements Engineering for Service and Cloud Computing. Springer International Publishing. April 10, 2017. ISBN 9783319513102.
- ^ Srinivasan (May 14, 2014). Cloud Computing Basics. Springer. ISBN 9781461476993.
- ^ Murugesan, San (August 2016). Encyclopedia of Cloud Computing. John Wiley & Sons. ISBN 9781118821978.
- ^ Genomics in the AWS Cloud Analyzing Genetic Code Using Amazon Web Services. ISBN 9781119573401.
Sources
[edit]- "Server Access Logging".
- "Amazon S3 Developer Guide". 2006-03-01.
- "Amazon S3 Introduces Storage Pricing Tiers". 2008-10-08.
- the original on 2008-11-03. Retrieved 2009-01-07.