• Complain

Murty - Programming Amazon Web Services

Here you can read online Murty - Programming Amazon Web Services full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2008;2009, publisher: OReilly Media Inc, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

No cover
  • Book:
    Programming Amazon Web Services
  • Author:
  • Publisher:
    OReilly Media Inc
  • Genre:
  • Year:
    2008;2009
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

Programming Amazon Web Services: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Programming Amazon Web Services" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

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 Amazons open APIs to store and run applications, rather than spend precious time and resources building your own. With this book, youll 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 EC2s 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 Amazons 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 moments notice, using these services to employ as much time and space as you need Whether youre 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.

Murty: author's other books


Who wrote Programming Amazon Web Services? Find out the surname, the name of the author of the book and a list of all author's works by series.

Programming Amazon Web Services — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Programming Amazon Web Services" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Programming Amazon Web Services gives developers the background and technical detail they need for using Amazon's subscription-based Simple Storage Service (S3), Elastic Compute Cloud (EC2), Simple Queue Service (SQS), Flexible Payments Service (FPS), and SimpleDB to build web-scale business applications.
" name="description"/>
Programming Amazon Web Services
S3, EC2, SQS, FPS, and SimpleDB
James Murty
Editor
Mike Loukides

Copyright 2009 James Murty

OReilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (.

Nutshell Handbook, the Nutshell Handbook logo, and the OReilly logo are registered trademarks of OReilly Media, Inc. The image of an Atlantic wreckfish and related trade dress are trademarks of OReilly Media, Inc.

Many of the designations uses by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book, and OReilly Media, Inc. was aware of a trademark claim, the designations have been printed in caps or initial caps.

While every precaution has been taken in the preparation of this book, the publisher and author assume no responsibility for errors or omissions, or for damages resulting from the use of the information contained herein.

OReilly Media Dedication For Bec SPECIAL OFFER Upgrade this ebook with - photo 1

O'Reilly Media

Dedication

For Bec

SPECIAL OFFER: Upgrade this ebook with OReilly

for more information on this offer!

Please note that upgrade offers are not available from sample content.

A Note Regarding Supplemental Files

Supplemental files and examples for this book can be found at http://examples.oreilly.com/9780596515812/. Please use a standard desktop web browser to access these files, as they may not be accessible from all ereader devices.

All code files or examples referenced in the book will be available online. For physical books that ship with an accompanying disc, whenever possible, weve posted all CD/DVD content. Note that while we provide as much of the media content as we are able via free download, we are sometimes limited by licensing restrictions. Please direct any questions or concerns to .

Preface

Amazon Web Services (AWS) is the name of a suite of web services made available by Amazon that allow third-party developers to access and build on the companys technology platform. This suite includes a number of infrastructure services that can augment or replace the traditional physical infrastructure required by web applications. These infrastructure services provide storage, computing power, a messaging system, a payment system, and a database that can be accessed by anyone with an Amazon.com account and a credit card. Best of all, with these services you pay only for what you use. Whether you are merely experimenting with the services or using them as a platform for web applications serving thousands of users, you rent only the infrastructure you need and only when you need it.

These services offer a compelling alternative to building your applications on top of standard, physical hardware, because they can provide the scalable, reliable, and cost-effective infrastructure components you need without the expense or effort involved in managing your own hardware. They give you the freedom to concentrate on your application instead of the physical platform it runs on. They also significantly reduce the initial investment required to build and offer a service, while giving you confidence that your application will be able to not only survive any sudden attention it receives, but to grow and thrive in response. By leaving the infrastructure management to Amazon, you can focus on developing your application and growing your business.

With the expense of infrastructure removed from the equation, anyone building web applications can compete and succeed based on their innovation, execution, and ideas instead of being limited by their resources. Jeff Bezos, the CEO of Amazon, has famously referred to IT infrastructure and its attendant setup, management, and expense headaches as muck. In declaring We make muck so you dont have to, Bezos has offered to handle the mucky, infrastructure side of web applications and allow the rest of us to focus on the interesting side. Perhaps you should take him up on the offer.

Whats in This Book?

In this book we explore the set of web services offered by Amazon that provide pay-as-you-go, virtual infrastructure, and we look at the practicalities of designing and building applications to take advantage of Amazons infrastructure services. We will provide detailed sample code that shows how to interact with the services application program interfaces (APIs), and we will discuss how the services can be used individually and in combination to build systems in the real world.

The first two chapters introduce the services we will use in this book and discuss how they work at the HTTP messaging level:

In this chapter, we introduce Amazons infrastructure services and discuss the main advantages and disadvantages of using online services to meet your infrastructure needs. To use Amazons services effectively, you may have to adjust your mindset and expectations: things work differently in the cloud.

To interact with the Amazon Web Services, you will need a communications library to create request messages that are structured to be readable to the services, and authenticated so that only you can access your protected data. You will also need to understand the response messages the services return. In this chapter, we describe how to construct and interpret the HTTP messages used by Amazons API interfaces. We will also provide code that demonstrates exactly how to work with these messages.

The remaining 11 chapters in the book focus on actually using the services through their API interfaces or by building on third-party libraries or services.

We devote seven chapters to explaining the key concepts, data models, behavior, and APIs of Amazons five infrastructure services: S3, EC2, SQS, FPS, and SimpleDB. These chapters describe the features and capabilities of each service and provide an overview of the operations exposed by the service. They also include client implementation code written in Ruby and step-by-step guides to performing tasks with the API operations. You can use our sample code to follow along with the interactive sessions in these chapters and as a starting point for your own applications.

For S3, EC2, and SQS, we have included additional chapters in which we guide you through the process of building fully functional applications based on the services. These applications serve as realistic examples of how to put the infrastructure services to work. In these chapters, we will demonstrate how to use them to perform common tasks, and we will show off some of the many third-party libraries and tools that are available for these services:

How to use Amazons Simple Storage Service (S3) for online data storage.

Use your online data storage space to share large files with others and back up your files. You can also access your storage as if it were a standard Linux block device, or you can create a mediated access system to grant others limited and well-controlled access to your own S3 storage.

How to use Amazons Elastic Compute Cloud (EC2) service for online computing resources.

Learn how virtual Linux server instances operate in the EC2 service and how to create your own instances, customized to work exactly the way you want.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Programming Amazon Web Services»

Look at similar books to Programming Amazon Web Services. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Programming Amazon Web Services»

Discussion, reviews of the book Programming Amazon Web Services and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.