Programming Amazon Web Services and over 1.5 million other books are available for Amazon Kindle . Learn more


or
Sign in to turn on 1-Click ordering.
Trade in Yours
For a £1.65 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Sorry, this item is not available in
Image not available for
Colour:
Image not available

 
Start reading Programming Amazon Web Services on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Programming Amazon Web Services: S3, EC2, SQS, FPS, and SimpleDB [Paperback]

James Murty
3.7 out of 5 stars  See all reviews (3 customer reviews)
RRP: £31.49
Price: £24.64 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £6.85 (22%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Only 1 left in stock (more on the way).
Dispatched from and sold by Amazon. Gift-wrap available.
Want delivery by Saturday, 25 May? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £18.35  
Paperback £24.64  
Trade In this Item for up to £1.65
Trade in Programming Amazon Web Services: S3, EC2, SQS, FPS, and SimpleDB for an Amazon.co.uk gift card of up to £1.65, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Learn more

Book Description

1 April 2008 0596515812 978-0596515812 1st

Building on the success of its storefront and fulfillment services, Amazon now allows businesses to "rent" computing power, data storage and bandwidth on its vast network platform. This book demonstrates how developers working with small- to mid-sized companies can take advantage of Amazon Web Services (AWS) such as the Simple Storage Service (S3), Elastic Compute Cloud (EC2), Simple Queue Service (SQS), Flexible Payments Service (FPS), and SimpleDB to build web-scale business applications.

With AWS, Amazon offers a new paradigm for IT infrastructure: use what you need, as you need it, and pay as you go. Programming Amazon Web Services explains how you can access Amazon's open APIs to store and run applications, rather than spend precious time and resources building your own. With this book, you'll learn all the technical details you need to:

  • Store and retrieve any amount of data using application servers, unlimited data storage, and bandwidth with the Amazon S3 service
  • Buy computing time using Amazon EC2's interface to requisition machines, load them with an application environment, manage access permissions, and run your image using as many or few systems as needed
  • Use Amazon's web-scale messaging infrastructure to store messages as they travel between computers with Amazon SQS
  • Leverage the Amazon FPS service to structure payment instructions and allow the movement of money between any two entities, humans or computers
  • Create and store multiple data sets, query your data easily, and return the results using Amazon SimpleDB.
  • Scale up or down at a moment's notice, using these services to employ as much time and space as you need
Whether you're starting a new online business, need to ramp up existing services, or require an offsite backup for your home, Programming Amazon Web Services gives you the background and the practical knowledge you need to start using AWS. Other books explain how to build web services. This book teaches businesses how to take make use of existing services from an established technology leader.


Frequently Bought Together

Programming Amazon Web Services: S3, EC2, SQS, FPS, and SimpleDB + Programming Amazon EC2: Run Applications on Amazon's Infrastructure with EC2, S3, SQS, SimpleDB, and Other Services + Host Your Web Site On The Cloud: Amazon Web Services Made Easy
Price For All Three: £69.62

Buy the selected items together


Product details

  • Paperback: 300 pages
  • Publisher: O'Reilly Media; 1st edition (1 April 2008)
  • Language: English
  • ISBN-10: 0596515812
  • ISBN-13: 978-0596515812
  • Product Dimensions: 17.8 x 3.3 x 23.2 cm
  • Average Customer Review: 3.7 out of 5 stars  See all reviews (3 customer reviews)
  • Amazon Bestsellers Rank: 292,600 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Discover books, learn about writers, and more.

Product Description

About the Author

James Murty is a software developer with extensive experience creating web-based applications and architectures using Java. With a working background spanning a research institute, a small software house and various corporations he has a broad perspective on both the promise and the difficulties inherent in networked applications.

Most recently James has been excited to see the rise of web applications and services that provide compelling new tools and new ways of approaching old problems. While experimenting in this area he created JetS3t, an open source library and application suite that is the leading Java implementation available for Amazon's S3 data storage service.


Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:


Customer Reviews

5 star
0
2 star
0
1 star
0
3.7 out of 5 stars
3.7 out of 5 stars
Most Helpful Customer Reviews
8 of 8 people found the following review helpful
Format:Paperback
Amazon Web Services are a constantly expanding series of infrastructure services targeted to web developers who want to outsource parts of their application infrastructure. These services are meant to be reliable, scalable and cost-effective. Especially as far as reliability is concerned, however, Amazon Web Services - together with Google App Engine - have recently been regarded as a bit controversial, due to some downtime episodes. Nonetheless, services such as these provide a gate to the future of the Internet, where owners of small and medium web sites, who can't afford to build some high-quality services on their own, can easily outsource them.

Programming Amazon Web Services is the ideal primer to Amazon outsourcing services. It provides a general view of everything Amazon currently offers, including some services in the beta testing phase, as well as the necessary amount of in-depth coverage of each service.

A programmer who never outsourced any part of its infrastructure might not be much confident using APIs which abstract tasks such as database access and data storage (even though it would be a good practice to use some sort of API also for locally-provided services). To help in this situations, this book kicks off with an explanation on how to think an application, with an appreciated overview of REST-based APIs, remote requests and XML documents and their handling; at the same time, the author tells you how Amazon thinks you should build your application to effectively take advantage of what they provide.

After this introductory part, the whole book is dedicated to the exploration of each service: Simple Stoage Service (S3), Elastic Compute Cloud, Simple Queue Service, Flexible Payments Service and SimpleDB. Every section provides an explanation on what the service is and how it works, including not only its advantages but also the possible problems which may arise by using it. There's also some API references and, best of all, a lot of interesting code examples. Amazon Web Services can be used in any programming language so, even though the examples in this book are written in Ruby, it's easy to understand them and "port" them to your favourite language. Moreover, there are libraries around which allow a more abstracted usage of ABS: for instance, CPAN hosts several Amazon-related modules for the Perl language.

All in all, Programming Amazon Web Services this is a fine book for anyone who is seriously interested in using Amazon to outsource application infrastructure. Highly recommended.
Comment | 
Was this review helpful to you?
3 of 3 people found the following review helpful
4.0 out of 5 stars Good reference if a little out of date 28 Feb 2010
Format:Paperback
This book is a good reference for AWS services, but it does suffer from the normal problem of a book covering a rapidly evolving technology in that it's already out of date.

It covers the basics of how to use most of the services, and is extremely good for getting an understanding of the various offerings Amazon have, but for the most up to date information you'll need to pay a visit to the AWS website.
Comment | 
Was this review helpful to you?
2 of 2 people found the following review helpful
3.0 out of 5 stars Quick warning for potential buyers 5 Aug 2011
By Rob
Format:Paperback
Despite being filed under Books > Computers & Internet > Computer Science > Programming > Languages > Java > Web Services and the author describing himself as '...a software developer with extensive experience creating web-based applications and architectures using Java...' much of this book is actually written in Ruby. The code examples are available for Python and Java as a download however.
Comment | 
Was this review helpful to you?
Would you like to see more reviews about this item?
Were these reviews helpful?   Let us know
Search Customer Reviews
Only search this product's reviews

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


Look for similar items by category


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges