Design
S3's design aims to provide scalability, high availability, and low latency at commodity costs. S3 stores arbitrary objects up to 5 gigabytes in size, each accompanied by up to 2 kilobytes of metadata. Objects are organized into buckets (each owned by an AWS account), and identified within each bucket by a unique, user-assigned key. Buckets and objects can be created, listed, and retrieved using either a REST-style HTTP interface or a SOAP interface. Additionally, objects can be downloaded using the HTTP GET interface and the BitTorrent protocol. Requests are authorized using an access control list associated with each bucket and object. Bucket names and keys are chosen so that objects are addressable using HTTP URLs:
Because objects are accessible by unmodified HTTP clients, S3 can be used to replace significant existing web hosting infrastructure 7 . 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 the next thirty minutes, or the next twenty-four hours. Every item in a bucket can also be served up as a BitTorrent feed, so the S3 store can act as a seed host for a torrent, and any BitTorrent client can retrieve the file, drastically reducing the bandwidth costs for the download. The bandwidth and storage reduction at Amazon S3 can also be augmented by using deduplication and single-instance storage. Amazon does not provide deduplication but many vendors provide this capability as a differentiator. A bucket can be configured to save HTTP log information to a sibling bucket; this can be used in later data mining operations. Notable usesPhoto hosting service SmugMug has used S3 since April 2006. In November 2006, they claimed to be saving US$500,000 per year by using S3 instead of their own dedicated storage servers.8 SmugMug has noted outages and slowdowns with S39 but continued to use the service. After seven months of using S3, Smugmug claimed to have saved almost $1 million in storage costs, though some commentors questioned SmugMugs claims, pointing out that S3 charges per month8. SmugMug responded that they had been spending over $6,000 per terabyte of space. There is a User Mode File System for Linux that lets EC2-hosted Xen images 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, the file system may not behave entirely as expected. Apache Hadoop file systems can be hosted on S3, as its requirements of a file system are met by S3. As a result, Hadoop can be used to run MapReduce algorithms on EC2 servers, reading data and writing results back to S3. OpenSimulator is an open source server that is used to host virtual worlds very similar to Second Life. Many OpenSimulator grids use Amazon S3 as an asset database storage because of very cheap costs.citation needed References
External links
| | ||||||||||||||||||||||||||||