Articoli correlati a Host Your Web Site on the Cloud: Amazon Web Services...

Host Your Web Site on the Cloud: Amazon Web Services Made Easy - Brossura

 
9780980576832: Host Your Web Site on the Cloud: Amazon Web Services Made Easy
Vedi tutte le copie di questo ISBN:
 
 

Host Your Web Site On The Cloud is the OFFICIAL step-by-step guide to this revolutionary approach to hosting and managing your websites and applications, authored by Amazon's very own Jeffrey Barr.

"Host Your Web Site in the Cloud" shows you just how easy it is to host your website in the cloud with Amazon Web Services. We'll show you how cloud computing can save time, money, and stress. The process of hosting & developing on the cloud has never been simpler!

This book will help you:

  • gain a thorough understanding of cloud computing
  • master the fundamentals of Amazon Web Services
  • transfer existing websites & applications to the cloud
  • install and configure visual and command line tools
  • store, retrieve, and distribute data quickly and easily
  • build applications that scale
  • manage the monitoring, load balancing, and scaling capabilities of cloud computing
As a developer, you need room & flexibility to be innovative. Why waste time worrying about the technical aspects of server capacity? AWS handles security, load balancing, and server resources virtually so you're not restricted to one physical server.

Le informazioni nella sezione "Riassunto" possono far riferimento a edizioni diverse di questo titolo.

L'autore:
Jeff Barr joined Amazon.com in 2002 when he relized it was destined to become the next great developer platform, and that he could help to make it so. In his role as the Amazon Web Services Senior Evangelist, Jeff speaks to developers at conferences and user groups all over the world. Before coming to Amazon, Jeff ran his own consulting practice and has held management and development positions at Microsoft, eByz, KnowNow, and Visix Software.
Contenuti:
0. Preface
* Who Should Read This Book?
* What’s Covered in This Book?
* The Book’s Web Site
o The Code Archive
o Updates and Errata
* The SitePoint Forums
* The SitePoint Newsletters
* The SitePoint Podcast
* Your Feedback
* Acknowledgments
* Conventions Used in This Book
o Markup Samples
o Tips, Notes, and Warnings
1. 1. Welcome to Cloud Computing
* Avoiding a Success Disaster
* Tell Me about Cloud Computing!
o What’s a Cloud?
o The Programmable Data Center
* Characterizing the Cloud
o Some Common Misconceptions
* Cloud Usage Patterns
* Cloud Use Cases
o Hosting Static Web Sites and Complex Web Applications
o Software Development Life Cycle Support
o Training
o Demos
o Data Storage
o Disaster Recovery and Business Continuity
o Media Processing and Rendering
o Business and Scientific Data Processing
o Overflow Processing
* Just Recapping
2. 2. Amazon Web Services Overview
* Amazon and AWS Overview
o Building Blocks
o Protocols
o Dollars and Cents
o Key Concepts
* AWS Infrastructure Web Services
o Amazon Simple Storage Service
o Amazon CloudFront
o Amazon Simple Queue Service
o Amazon SimpleDB
o Amazon Relational Database Service
o Amazon Elastic Compute Cloud
o Amazon Elastic MapReduce
o Other Services
* What We’ve Covered
3. 3. Tooling Up
* Technical Prerequisites
o Skills Expectations
o Hardware and Software Expectations
o Optional but Recommended
* Tools and Libraries
o Tool Considerations
o Language Libraries
o Command Line Tools
o Visual Tools
* Creating an AWS Account
* Obtaining Your AWS Keys
* Running the PHP Code in This Book
* Installing CloudFusion
* Where We’ve Been
4. 4. Storing Data with Amazon S3
* S3 Overview
o The S3 Pricing Model
* CloudFront Overview
o The CloudFront Pricing Model
* Programming S3 and CloudFront
o Creating an S3 Bucket
o Listing Your S3 Buckets
o Bucket Listing as a Web Page
o Listing Objects in a Bucket
o Processing Complex CloudFusion Data Structures
o Listing Objects in a Bucket as a Web Page
o Uploading Files to S3
o Creating and Storing Thumbnail Images
* Creating a CloudFront Distribution
o Listing CloudFront Distributions
o Listing S3 Files with Thumbnails
* Finally
5. 5. Web Hosting with Amazon EC2
* The Programmable Data Center
* Amazon EC2 Overview
o Persistent and Ephemeral Resources
o Amazon EC2 Terminology
o All Together Now
* The Amazon EC2 Pricing Model
o Instance Use
o Data Transfer
o AMI Storage
o IP Address Reservations
o Elastic Block Store
* Launching Your First Amazon EC2 Instance
o Creating and Preparing an SSH Key
o Touring the AWS Management Console
o Launching Your First Instance
o Enabling SSH Access
o Connecting to the Instance
o Assigning an IP Address
o Creating an EBS Volume
o Testing Apache
o Running Some Code
o Shutting Down
o You Did It!
* All about AMIs
o The AMI Catalog
o Choosing an AMI
* Creating a Custom AMI
o Planning
o Image Preparation
o Image Scrubbing
o Image Creation
o Reusing and Sharing the AMI
* Using the EC2 API
* Closing Thoughts
6. 6. Building a Scalable Architecture with Amazon SQS
* Why Asynchronous Messaging?
* Asynchronous Messaging Patterns
* Amazon SQS Overview
o Terminology and Concepts
o Watch Out For …
o Operations
o Pricing Model
* Programming Amazon SQS
o Creating a Queue
o Listing Queues
o Inserting Items into Queues
o Extracting Items from Queues
o Introducing JSON
* Building an Image Crawler
o Hosting the Image Crawler
o Definitions and Utility Functions
o Crawl Queue Status Command
o Crawl Loader Command
o The Feed Processing Pipeline
o Running the Code
* Wrapping Up
7. 7. EC2 Monitoring, Auto Scaling, and Elastic Load Balancing
* Introduction
o Vertical Scaling
o Horizontal Scaling
o Monitoring, Scaling, and Load Balancing
* Installing the Command Line Tools
* Monitoring EC2 Data with Amazon CloudWatch
o Amazon CloudWatch Concepts
o Amazon CloudWatch Operation
o Amazon CloudWatch Pricing
o Amazon CloudWatch from the Command Line
o Programming Amazon CloudWatch
* Learning and Using Apache JMeter
o Why JMeter?
o Installing and Running JMeter
o Creating a Test Plan
o Running the Test
o Viewing the Results
o Going Further with JMeter
* Scaling EC2 Instances with Elastic Load Balancing
o Elastic Load Balancing Concepts
o Elastic Load Balancing Processing Model
o Elastic Load Balancing Pricing
o Elastic Load Balancing in Operation
o Programming Elastic Load Balancing
* Auto Scaling
o Auto Scaling Concepts
o Auto Scaling Processing Model
o Auto Scaling Pricing
o Auto Scaling in Operation
o Off the Scale
* Wrapping It Up
8. 8. Amazon SimpleDB: A Cloud Database
* Introduction
* Amazon SimpleDB
o Amazon SimpleDB Concepts
o Amazon SimpleDB Programming Model
o Amazon SimpleDB Pricing
* Programming Amazon SimpleDB
o Creating a Domain
o Listing Domains
o Storing Data
o Storing Multiple Items Efficiently
o Running a Query
o Advanced Queries
o Augmenting Items with Additional Data
o Storing Multiple Values for an Attribute
o Accessing Attribute Values
o Deleting Attributes
o Deleting Items
o Monitoring Domain Statistics
* Processing and Storing RSS Feeds with Amazon SimpleDB
* All Stored
9. 9. Amazon Relational Database Service
* Introduction
* Amazon Relational Database Service
o Amazon RDS Concepts
o Amazon RDS Programming Model
o Amazon RDS Pricing
* Using Amazon RDS
o Signing Up
o Tour the Console
o Launching a DB Instance
o Configure a DB Security Group
o Access the DB Instance
o Import Some Data
* Administering RDS
o Monitor Instance Performance
o Initiate a Snapshot Backup
o Scale-up Processing
o Scale-up Storage
o Create a DB Instance from a DB Snapshot or to a Point in Time
o Convert to Multi-AZ
o Delete DB Instances
* And That’s a Wrap
10. 10. Advanced AWS
* Accounting and Tracking
o Account Activity
o Access to Usage Data
o Importing Usage Data
o Querying Account Data
o Retrieving and Displaying Usage Data
* Elastic Block Storage
o EBS from the Command Line
o EBS Snapshots
o EBS Public Data Sets
o EBS RAID
* EC2 Instance Metadata
* Dynamic Diagrammin...

Le informazioni nella sezione "Su questo libro" possono far riferimento a edizioni diverse di questo titolo.

  • EditoreSitepoint Pty Ltd
  • Data di pubblicazione2009
  • ISBN 10 0980576830
  • ISBN 13 9780980576832
  • RilegaturaCopertina flessibile
  • Numero di pagine364
  • Valutazione libreria

I migliori risultati di ricerca su AbeBooks

Foto dell'editore

Jeff Barr
Editore: SitePoint (2010)
ISBN 10: 0980576830 ISBN 13: 9780980576832
Nuovo Paperback Quantità: 1
Da:
The Book Spot
(Sioux Falls, SD, U.S.A.)
Valutazione libreria

Descrizione libro Paperback. Condizione: New. Codice articolo Abebooks447937

Informazioni sul venditore | Contatta il venditore

Compra nuovo
EUR 57,10
Convertire valuta

Aggiungere al carrello

Spese di spedizione: GRATIS
In U.S.A.
Destinazione, tempi e costi
Foto dell'editore

Barr, Jeffrey
Editore: Sitepoint Pty Ltd (2009)
ISBN 10: 0980576830 ISBN 13: 9780980576832
Nuovo Paperback Quantità: 1
Da:
Revaluation Books
(Exeter, Regno Unito)
Valutazione libreria

Descrizione libro Paperback. Condizione: Brand New. 1st edition. 300 pages. 8.90x7.00x1.00 inches. In Stock. Codice articolo zk0980576830

Informazioni sul venditore | Contatta il venditore

Compra nuovo
EUR 47,73
Convertire valuta

Aggiungere al carrello

Spese di spedizione: EUR 11,68
Da: Regno Unito a: U.S.A.
Destinazione, tempi e costi
Foto dell'editore

Jeff Barr
Editore: SitePoint (2010)
ISBN 10: 0980576830 ISBN 13: 9780980576832
Nuovo Brossura Quantità: 1
Da:
BennettBooksLtd
(North Las Vegas, NV, U.S.A.)
Valutazione libreria

Descrizione libro Condizione: New. New. In shrink wrap. Looks like an interesting title! 1.19. Codice articolo Q-0980576830

Informazioni sul venditore | Contatta il venditore

Compra nuovo
EUR 56,91
Convertire valuta

Aggiungere al carrello

Spese di spedizione: EUR 4,71
In U.S.A.
Destinazione, tempi e costi