Amazon S3

Amazon Simple Storage Service
Type of site
Cloud storage
Available in English
Owner Amazon.com
Website aws.amazon.com/s3/
IPv6 support Yes
Commercial Yes
Registration Required (included in free tier layer)
Launched March 14, 2006 (2006-03-14)
Current status Active

Amazon S3 (Simple Storage Service) is a cloud computing web service offered by Amazon Web Services (AWS). Amazon S3 provides object storage through web services interfaces (REST, SOAP, and BitTorrent).[1][2] Amazon launched S3 as its fifth publicly-available web service in March 2006,[3] [4] then in Europe in November 2007.[5]

Amazon says that S3 uses the same scalable storage infrastructure that Amazon.com uses to run its own global e-commerce network.[6]

Amazon S3 is reported to store more than 2 trillion objects as of April 2013.[7] S3 uses include web hosting, image hosting, and storage for backup systems. S3 guarantees 99.9% monthly up-time service-level agreement (SLA);[8] that is, not more than 43 minutes of downtime per month.[9]

Amazon S3 is one of the earliest and key drivers (along with EC2) of AWS, the most profitable division under the entire Amazon company.[10]

Design

At AWS Summit 2013 NYC, CTO Werner Vogels announces 2 trillion objects stored in S3.

Amazon does not publically provide the details of S3's design, although it manages data with an object-storage architecture.[11] According to Amazon, S3's design aims to provide scalability, high availability, and low latency at commodity costs.

S3 is designed to provide 99.9% durability and between 99.99%–99.95% availability of objects over a given year depending on which Amazon S3 Storage classes are used,[12] though there is no service-level agreement for durability.

The basic storage units of Amazon S3 are objects which are organized into buckets (each owned by an Amazon Web Services account) and identified within each bucket by a unique, user-assigned key. Amazon Machine Images (AMIs) which are used in the Elastic Compute Cloud (EC2) can be exported to S3 as bundles.[13]

Buckets and objects can be created, listed, and retrieved using either a REST-style HTTP interface or a SOAP interface, but new Amazon S3 features will not be supported for SOAP, Amazon recommends using either the REST API or the AWS SDKs.[14]

https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html

Additionally, objects can be downloaded using the HTTP GET interface and the BitTorrent protocol.

S3 stores arbitrary objects, for example computer files, up to 5 terabytes in size since 2011,[15] each accompanied by up to 2 kilobytes of metadata.

Requests are authorized using an access control list associated with each bucket and object and support versioning, disabled by default,[16] and lifecycle management of objects.

Bucket names and keys are chosen so that objects are addressable using HTTP URLs:

  • http://s3.amazonaws.com/bucket/key
  • http://bucket.s3.amazonaws.com/key
  • http://bucket/key (where bucket is a DNS CNAME record pointing to bucket.s3.amazonaws.com)

S3 is usable to replace significant existing (static) web-hosting infrastructure due to the HTTP client accessible objects.[17] The Amazon AWS Authentication mechanism allows the bucket owner to create an authenticated URL with time-bounded validity. That is, someone can construct a URL that can be handed off to a third-party for access for a period such as 30 minutes, or 24 hours.

Every item in a bucket can also be served as a BitTorrent feed. The S3 store can act as a seed host for a torrent and any BitTorrent client can retrieve the file. This drastically reduces the bandwidth costs for the download of popular objects. While the use of BitTorrent does reduce bandwidth, AWS does not provide native bandwidth limiting and, as such, users have no access to automated cost control. This can lead to users on the "free-tier" S3 or small hobby users amassing dramatic bills. AWS representatives have previously stated that such a feature was on the design table from 2006 to 2010,[18] but in 2011 stated the feature is no longer in development.[19]

A bucket can be configured to save HTTP log information to a sibling bucket; this can be used in later data mining operations.[20]

Amazon S3 Storage Classes

Amazon S3 offers four different storage classes designed for different use case depending on durability, availability and performance requirements.[21] Amazon S3 Standard and Reduced Redundancy Storage (RRS),[22] Amazon S3 Standard Infrequent Access (IA), Amazon S3 One Zone Infrequent Access and Amazon Glacier which is designed for data archiving.

  • Amazon S3 Standard is the default class.
  • Amazon S3 Standard Infrequent Access (IA) is used for less frequently accessed data. Typical use cases are backups and disaster recovery solutions. Costs are lower than the Amazon S3 Standard, but applies additional fees per gigabyte of data retrieved.
  • Amazon S3 Reduced Redundancy Storage (RRS) is designed for noncritical, reproducible data at lower levels of redundancy. It reduces the costs of storing data in a less fault-tolerance manner. It supports one facility fault instead of two, unlike the Amazon S3 Standard.[23] Typical use cases can be data that could be recreated in the case of data loss. Durability is claimed to be 99.99% in comparison with 99.999999999% of standard class.
  • Amazon Glacier is designed for long-term storage of data that is infrequently accessed and for which retrieval latency of minutes or hours are acceptable. Use cases for this may be as a status service, where other servers may not need to be checked so frequently.

Pricing

Amazon S3 pricing varies depending on the different S3 storage classes. Prices vary from storage usage, number of requests, and data transfers. At its inception, Amazon charged end users $0.15 per gigabyte-month, with additional charges for bandwidth used in sending and receiving data, and a per-request (get or put) charge.[24] On November 1, 2008, pricing moved to tiers where end users storing more than 50 terabytes receive discounted pricing.[25] As of July 2018, the price for the first 50 Tb ranges from $0.023 to $0.0405 per gigabyte per month, depending on the choice of location for storage.[26] currently in August 2018, for region Asia pacific(Mumbai) S3 Standard infrequent storage charges $0.019 per GB[27]

Hosting entire websites

Amazon S3 provides the option to host static websites with index document support and error document support.[28] This support was added as a result of user requests dating to at least 2006.[29] For example, suppose that Amazon S3 was configured with CNAME records to host "http://subdomain.example.com/". In the past, a visitor to this URL would find only an XML-formatted list of objects instead of a general landing page (e.g., index.html) to accommodate casual visitors. However, websites now hosted on S3 may designate a default page to display, and another page to display in the event of a partially invalid URL, such as a 404 error.

Notable users

There are various User Mode File System (FUSE)-based file systems for Unix-like operating systems (Linux, etc.) that can be used to mount an S3 bucket as a file system. Note that as the semantics of the S3 file system are not that of a POSIX file system, so the file system may not behave entirely as expected.[30]

  • Photo hosting service SmugMug has used 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.[31]
  • Apache Hadoop file systems can be hosted on S3, as its requirements of a file system are partially met by S3.[32] As a result, Hadoop can be used to run MapReduce algorithms on EC2 servers, reading data and writing results back to S3.
  • Netflix uses Amazon Web Services for their storage and compute operations with S3 being their system of record. Netflix implemented a tool, S3mper,[33] to address the limitations of eventual consistency that Amazon S3 provides.[34] S3mper stores the filesystem metadata: filenames, directory structure and permissions in Amazon DynamoDB.[10]
  • reddit is hosted on S3.[35]
  • Dropbox,[36] Bitcasa,[37] and Tahoe-LAFS-on-S3,[38] among others, use S3 for online backup and synchronization services. In 2016, Dropbox moved out from using Amazon S3 services and developed its own cloud server.[39][40]
  • Mojang hosts Minecraft game updates and player skins on S3.[41]
  • Tumblr, Formspring, and Pinterest host images on S3.
  • Swiftype's CEO has mentioned that the company uses S3.[42]
  • S3 was used in the past by some enterprises as a long term archiving solution, until Amazon Glacier was released in August 2012.
  • The API has become a popular method for object storage.[43] As a result, more and more applications have been built to natively support the S3 API.[44] This includes applications that write data to AWS S3, as well as to S3-compatible object stores:[45]
TypeCompany NameProduct
Client BackupHaystack Software LLCArq backup[46]
Client BackupCloudBerry LabCloudBerry Backup[47]
Client Backupopen-sourceDuplicati[48]
Client BackupNovosoft LLCHandy Backup[49]
File Browserodriveodrive[50]
MySQL BackupOracleMySQL Enterprise Backup
Oracle Database BackupOracleOracle Secure Backup Cloud Manager[51]
Server BackupActifioActifio[52]
Server Backup Atempo Digital Archive (ADA)[53]
Server BackupCommvaultCommvault[54]
Server Backup Veritas NetBackup[55]
Server Backup Asigra Asigra Cloud Backup[56]
Server Backup Rubrik Rubrik[57]
Cloud Storage Wasabi Wasabi Hot Storage
Cloud Storage Gateway CTERA Networks C00 Series[58]
Cloud Storage Gateway Avere FXT Series[59]
Cloud Storage Gateway EMC CloudArray[60]
Cloud Storage Gateway Microsoft StorSimple[61]
Cloud Storage Gateway Nasuni NF Series[62]
Cloud Storage Gateway NetApp Altavault[63]
Cloud Storage Gateway Panzura Global File System[64]
Sync & Share Storage Made Easy SME
Hybrid Storage Cloudian Cloudian HyperStore[65]
Hybrid Storage NooBaa NooBaa Storage
On-Premises Storage Pure Storage FlashBlade
On-Premises Storage Scality RING Storage[66]
Open Source Zenko.io Open Source S3 Server[67]

Amazon S3 logs

Amazon S3 allows users to enable or disable logging. If enabled, the logs are stored on Amazon S3 buckets which can then be analyzed. These logs contain useful information such as:

These logs can be analyzed and managed by using third-party tools such as S3Stat, Cloudlytics, Qloudstat, AWStats or Splunk.

S3 API and competing services

S3 API allows operations on different components of Amazon S3 solution such as Buckets, Objects, and the Service.[68]

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; however, they are differentiated by their underlying technologies and supporting business models.[69] A cloud storage standard (like electrical and networking standards) enables competing service providers to design their services and clients using different parts in different ways yet still communicate and provide the following benefits:[70]

  1. Increase competition by providing a set of rules and a level playing field, encouraging market entry by smaller companies which might otherwise be precluded.
  2. Encourage innovation by cloud storage & tool vendors, & developers because they can focus on improving their own products and services instead of focusing on compatibility.
  3. Allow economies of scale in implementation (i.e., if a service provider encounters an outage or as clients outgrow their tools and need faster operating systems or tools, they can easily swap out solutions).
  4. Provide timely solutions for delivering functionality in response to demands of the marketplace (i.e., as business growth in new locations increases demand, clients can easily change or add service providers simply by subscribing to the new service).

Examples of competing S3 compliant storage implementations:

Amazon S3 tools

Amazon S3 provides an API for third-party developers. It describes various API operations, related request and response structures, and error codes.[77] The original AWS Console provides tools for managing and uploading files, but it is not capable of managing large buckets or editing files online.[78] Third-party websites like S3edit.com or Cloudberry Explorer software can help edit files on S3.[79]

History

Amazon introduced S3 in 2006.[80][81]

Amazon S3 is reported to store more than 2 trillion objects as of April 2013.[7] This is up from 10 billion objects as of October 2007,[82] 14 billion objects in January 2008, 29 billion objects in October 2008,[25] 52 billion objects in March 2009,[83] 64 billion objects in August 2009,[84] and 102 billion objects in March 2010.[85]

See also

Notes

  1. Amazon S3, Cloud Computing Storage for Files, Images, Videos. Aws.amazon.com (2006-03-01). Retrieved on 2013-08-09.
  2. Huang, Dijiang; Wu, Huijun (2017-09-08). Mobile Cloud Computing: Foundations and Service Models. Morgan Kaufmann. p. 67. ISBN 9780128096444.
  3. "5 Key Events in the history of Cloud Computing - DZone Cloud". dzone.com. Retrieved 2018-09-28.
  4. in March 2006 in the United States"Amazon Web Services Launches "Amazon S3"" (Press release). Amazon.com. 2006-03-14. Retrieved 2015-09-22.
  5. "Amazon Web Services Offers European Storage for Amazon S3" (Press release). Amazon.com. 2007-11-06. Retrieved 2015-09-22.
  6. "Cloud Object Storage - Store & Retrieve Data Anywhere - Amazon Simple Storage Service". Amazon Web Services, Inc.
  7. 1 2 "Amazon S3 – Two Trillion Objects, 1.1 Million Requests / Second - Amazon Web Services". typepad.com. 18 April 2013.
  8. "Service Level Agreement – Amazon Simple Storage Service (S3) – AWS". Amazon Web Services, Inc.
  9. 60 min/hour * 24 hours in a day * 30 days * 0.1% = 43.2 min
  10. 1 2 Hern, Alex (2017-02-02). "Amazon Web Services: the secret to the online retailer's future success". the Guardian. Retrieved 2018-04-23.
  11. "What is Cloud Object Storage? – AWS". Amazon Web Services, Inc. Retrieved 2018-07-09.
  12. "Cloud Object Storage - Store & Retrieve Data Anywhere - Amazon Simple Storage Service". Amazon Web Services, Inc.
  13. "Tech Blog » Starting Websphere in Cloud and saving the data in S3". techblog.aasisvinayak.com. Archived from the original on 2010-03-12.
  14. "Error Responses - Amazon Simple Storage Service". docs.aws.amazon.com.
  15. "open-guides/og-aws". GitHub.
  16. "Introduction to Amazon S3 - Amazon Simple Storage Service". docs.aws.amazon.com.
  17. "How to use Amazon S3 for Web Hosting". bucketexplorer.com.
  18. AWS Developer Forums: Limit my own bandwidth?. Forums.aws.amazon.com. Retrieved on 2013-08-09.
  19. AWS Developer Forums: What is the status on the bill capping. Forums.aws.amazon.com. Retrieved on 2013-08-09.
  20. http://docs.aws.amazon.com/AmazonS3/latest/dev/ServerLogs.html Server Access Logging
  21. "Cloud Storage Classes – Amazon Simple Storage Service (S3) – AWS". Amazon Web Services, Inc.
  22. "Storage Classes - Amazon Simple Storage Service". docs.aws.amazon.com.
  23. "Amazon S3 Reduced Redundancy Storage". Amazon Web Services, Inc.
  24. "Amazon S3 Pricing". Amazon.com. 2009-02-05. Retrieved 2014-05-02.
  25. 1 2 "Amazon S3 - Busier Than Ever". Amazon.com. 2008-10-08.
  26. "Cloud Storage Pricing - S3 Pricing by Region - Amazon Simple Storage Service". Amazon Web Services, Inc.
  27. "Cloud Storage Pricing | S3 Pricing by Region | Amazon Simple Storage Service". Amazon Web Services, Inc. Retrieved 2018-08-29.
  28. Amazon Simple Storage Service. Docs.amazonwebservices.com. Retrieved on 2013-08-09.
  29. Garnaat, Mitch (19 Nov 2009). "Re: default key or 'default document' - is it possible to specify in S3?". Retrieved 21 Sep 2010.
  30. "Comparison of S3QL and other S3 file systems". Retrieved 2012-06-29.
  31. "Amazon S3: Show Me the Money". SmugMug Blog. SmugMug. November 10, 2006.
  32. "Hadoop Filesystem Specification".
  33. "S3mper: Consistency in the Cloud".
  34. "Introduction to Amazon S3". Amazon. Retrieved 28 December 2017.
  35. "AWS Case Study: reddit". aws.amazon.com. 2015. Retrieved March 18, 2015.
  36. "Where are my files stored?". November 28, 2010.
  37. "What is Tahoe-LAFS-on-S3?". August 21, 2012.
  38. "The Epic Story of Dropbox's Exodus From the Amazon Cloud Empire". WIRED. Retrieved 2018-04-23.
  39. "Dropbox saved almost $75 million over two years by building its own tech infrastructure". GeekWire. 2018-02-23. Retrieved 2018-04-23.
  40. "Minecraft Beta 1.2_02". January 21, 2010.
  41. "Swiftype Explains Their Cloud Stack". July 1, 2013.
  42. Lelii, Sonia (23 September 2013). "Amazon S3 API for cloud storage leads pack, for now". TechTarget.com. Retrieved 31 May 2016.
  43. Evans, Chris (12 January 2016). "Has S3 Become the De-Facto API Standard?". Architecting.it. Retrieved 31 May 2016.
  44. Leopold, George (July 11, 2017). "Scality Targets Multi-Cloud Data Storage". Datanami news portal.
  45. Sadun, Erica (6 November 2012). "Arq cloud backup adds low-cost Amazon Glacier support". www.engadget.com. Retrieved 31 May 2016.
  46. Moran, Joe (1 December 2015). "Data Backup Software Review: CloudBerry Lab Backup 4.5". www.smallbusinesscomputing.com. Retrieved 31 May 2016.
  47. Sanders, James (4 August 2014). "Securely back up personal files with Duplicati: Q&A with the open source client's creators". www.TechRepublic.com. Retrieved 31 May 2016.
  48. Handy, Backup (17 April 2017). "Amazon S3 Backup Software for Cloud Backup". www.handybackup.net. Retrieved 12 September 2017.
  49. Lohnash, Mike (19 June 2015). "Odrive Review: One Folder for All Your Clouds". www.BackupReview.com. Retrieved 31 May 2016.
  50. "Oracle Database Backup To Cloud: Amazon Simple Storage Service (S3)" (PDF). Oracle.com. Retrieved 31 May 2016.
  51. "Actifio on AWS Marketplace". "Backup & Replication Support". Actifio.com. Retrieved 31 May 2016.
  52. "Atempo Digital Archive - for large scale NAS backup, migration and synchronization". Atempo Blog. Retrieved 2018-03-27.
  53. "Cloud Storage Support". Commvault.com. Retrieved 31 May 2016.
  54. "Veritas launches NetBackup 7.7 with emphasis on cloud backup". SearchDataBackup. Retrieved 2016-05-31.
  55. "Asigra, Veeam remain top users' choice for backup applications". SearchDataBackup. Retrieved 2016-05-31.
  56. "Startup Rubrik Aiming to Erase Backup, Recovery Software". www.eweek.com. Retrieved 2016-05-31.
  57. Ibm; Emc; Netapp; Seagate; Hp; Hill, Seagate rolls storage kit for manufacturers down Dot. "CTERA Networks offers up in-cloud server backup". Spectralogic CTO talks up hybrid flash-tape cartridge. Welcome tape robot overlords and backup, CTERA Networks offers up in-cloud server. Retrieved 2016-05-31.
  58. Mellor, Chris (7 October 2015). "Like a wedding cake: Avere unveils three-tier AWS cloud NAS". TheRegister.com. Retrieved 8 June 2016.
  59. Armstrong, Adam (28 January 2015). "EMC CloudArray 5.0 Launched". StorageReview.com. Retrieved 8 June 2016.
  60. Mackie, Kurt (1 June 2015). "Microsoft StorSimple Extends Cloud Support to AWS, OpenStack". RedmondChannelPartner.com. Retrieved 8 June 2016.
  61. Mellor, Chris (14 May 2015). "Azure gives AWS the blues again in Nasuni cloud storage poll". TheRegister.com. Retrieved 8 June 2016.
  62. Ramel, David (28 May 2015). "NetApp Introduces AltaVault for Cloud Backup". AWSInsider.net. Retrieved 8 June 2016.
  63. Knuth, Gabe (26 May 2015). "Panzura explains their Global File System and how they can help you deploy XenDesktop from AWS". Retrieved 7 June 2016 via BrianMadden.com.
  64. "Cloudian deploys Amazon S3-compatible on-premises object storage, sold and metered in AWS Marketplace | Cloudian". Cloudian. Retrieved 2016-11-21.
  65. "Scality RING S3 Connector - Scality". Scality. Retrieved 2017-09-02.
  66. Armstrong, Adam (11 July 2017). "Scality Releases Zenko A Multi-Cloud Controller". Storage Review.
  67. "Amazon S3 REST API Introduction - Amazon Simple Storage Service". docs.aws.amazon.com.
  68. Watters, Audrey. "Cloud Community Debates, Is Amazon S3's API the Standard? (And Should It Be?)". SAY Media, Inc. Retrieved 19 December 2012.
  69. Committee on Standards Workshop Planning, Board on Telecommunications and Computer Applications, Commission on Engineering and Technical Systems, National Research Council (1990). Crossroads of Information Technology Standards. Washington, DC:: The National Academies Press, 1990. pp. 36–37.
  70. AWS S3 vs Azure vs Google storage market share: what we see. Filestack.com. Retrieved on 2018-07-017.
  71. Ceph Object Gateway S3 API — Ceph Documentation. Ceph.com. Retrieved on 2013-08-09.
  72. "Connectria Cloud Storage - Amazon S3® Compatible Cloud Storage Service". Connectria. Connectria. Retrieved 19 December 2012.
  73. "Connectria Hosting Launches Cloud Storage Solution". Connectria Hosting. Retrieved 19 December 2012.
  74. DigitalOcean Spaces API - DigitalOcean Documentation. developers.DigitalOcean.com. Retrieved on 2017-10-30.
  75. Riak CS. Basho (2013-01-18). Retrieved on 2013-08-09.
  76. "Amazon Simple Storage Service (S3) Documentation". Amazon Web Services, Inc.
  77. "AWS Management Console". Amazon Web Services, Inc.
  78. "s3Edit - Online S3 File Editor, IDE on Browser". www.s3edit.com.
  79. Overview of Amazon Web Services, 2018, https://d1.awsstatic.com/whitepapers/aws-overview.pdf
  80. 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. https://dash.harvard.edu/bitstream/handle/1/24829568/tr-08-07.pdf?sequence=1
  81. Vogels, Werner (2008-03-19). "Happy Birthday, Amazon S3!". All Things Distributed.
  82. "Celebrating S3's Third Birthday With Special Anniversary Pricing - Amazon Web Services". typepad.com. 31 March 2009.
  83. "Amazon's Head Start in the Cloud Pays Off". eweek.com.
  84. "Amazon S3 Now Hosts 100 Billion Objects". datacenterknowledge.com. 9 March 2010.

References

  • "Server Access Logging".
  • "Amazon S3 Developer Guide". 2006-03-01.
  • "Amazon S3 Introduces Storage Pricing Tiers". 2008-10-08.
  • "RightScale Ruby library to access Amazon CloudFront, EC2, S3, SQS, and SDB". 2007-10-27.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.