Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Amazon SimpleDB Developer Guide

You're reading from  Amazon SimpleDB Developer Guide

Product type Book
Published in Jun 2010
Publisher Packt
ISBN-13 9781847197344
Pages 252 pages
Edition 1st Edition
Languages

Table of Contents (16) Chapters

Amazon SimpleDB Developer Guide
Credits
Foreword
About the Authors
About the Reviewers
1. Preface
1. Getting to Know SimpleDB 2. Getting Started with SimpleDB 3. SimpleDB versus RDBMS 4. The SimpleDB Data Model 5. Data Types 6. Querying 7. Storing Data on S3 8. Tuning and Usage Costs 9. Caching 10. Parallel Processing

Amazon S3


Amazon S3 is a highly scalable and fast Internet data-storage system. It provides a query-based interface and is simple to use. There are three fundamental components that comprise S3—buckets, objects, and keys. We are going to discuss each of these here.

Buckets

Buckets are the fundamental building blocks in S3. Each object stored in S3 is contained within a bucket. A bucket is quite similar to a directory on the filesystem. The key advantage of an S3 bucket is that the bucket and its contents are addressable using a URL. For example, if you have a bucket named songs, with a file mysong.mp3, it can be addressed using the URL http://songs.s3.amazonaws.com/mysong.mp3.

Each S3 account can contain a maximum of 100 buckets. You can ensure the bucket is situated in a certain geographic location by specifying it at the time the bucket is created. Currently S3 is available in two different regions—the United States and the European Union. Amazon has recently announced that they are expanding...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}