Showing posts with label Amazon Simple Storage Service. Show all posts
Showing posts with label Amazon Simple Storage Service. Show all posts

Monday, September 7, 2009

Cloud Computing & Amazon -2

Amazon Simple Storage Service (S3)
-----------------------------------
• S3 - store files on Amazon storage cloud
– Primarily used for backups, images, virtual machine snapshots
• Asynchronously replicates data to several data centers for HA
and scalability
– Typically in minutes
– Claim to never have lost any data, but no guarantees
– 99.99% uptime SLA
• Pricing
– Storage
• $0.15 to $.18/GB/Month (Higher price for data stored in Europe)
– Bandwidth – free if from EC2
• $0.10 - $.017/GB Transferred/Month

Amazon Simple Storage Service (http://aws.amazon.com/s3) is part of the
Amazon Web Services (AWS) offering.Amazon S3 is storage for the Internet. Amazon S3 provides a simple web-services interface that can be used to store and retrieve any amount of data, at any time,from anywhere on the web. It provides users access to the same highly scalable,reliable, fast, inexpensive data storage infrastructure that Amazon uses to run its own global network of web sites.

Amazon S3 is the first Cloud vendor that Oracle has partnered with to enable
database backup in the Cloud. This functionality may be extended to more Cloud
platforms/vendors in the future.

Amazon S3 Functionality

* Write, read, and delete objects containing from 1 byte to 5 gigabytes of data each. The number of objects you can store is unlimited.
* Each object is stored in a bucket and retrieved via a unique, developer-assigned key.
* A bucket can be located in the United States or in Europe. All objects within the bucket will be stored in the bucket’s location, but the objects can be accessed from anywhere.
* Authentication mechanisms are provided to ensure that data is kept secure from unauthorized access. Objects can be made private or public, and rights can be granted to specific users.
* Uses standards-based REST and SOAP interfaces designed to work with any Internet-development toolkit.
* Built to be flexible so that protocol or functional layers can easily be added. Default download protocol is HTTP. A BitTorrent™ protocol interface is provided to lower costs for high-scale distribution.