Showing posts with label ec2. Show all posts
Showing posts with label ec2. Show all posts

Cloud Application Architectures: Building Applications and Infrastructure in the Cloud (Theory in Practice (O'Reilly)) Review

Cloud Application Architectures: Building Applications and Infrastructure in the Cloud (Theory in Practice (O'Reilly))
Average Reviews:

(More customer reviews)
All it talks about is Amazon's EC2, S3, MapReduce. It does not talk about "Application Architecture". It does not have ideas about how to break up traditional programs into MapReduce paradigm. It should be called Cloud Operations Architecture. If it was named by that title, I'd give it 5 stars. The book itself is not bad, but it will get obsolete very quickly due to its specificity to Amazon.
subtitle should be :Building Applications and Infrastructure in Amazon Cloud

Click Here to see more reviews about: Cloud Application Architectures: Building Applications and Infrastructure in the Cloud (Theory in Practice (O'Reilly))


If you're involved in planning IT infrastructure as a network or system architect, system administrator, or developer, this book will help you adapt your skills to work with these highly scalable, highly redundant infrastructure services. While analysts hotly debate the advantages and risks of cloud computing, IT staff and programmers are left to determine whether and how to put their applications into these virtualized services. Cloud Application Architectures provides answers -- and critical guidance -- on issues of cost, availability, performance, scaling, privacy, and security. With Cloud Application Architectures, you will:



Understand the differences between traditional deployment and cloud computing
Determine whether moving existing applications to the cloud makes technical and business sense
Analyze and compare the long-term costs of cloud services, traditional hosting, and owning dedicated servers
Learn how to build a transactional web application for the cloud or migrate one to it
Understand how the cloud helps you better prepare for disaster recovery
Change your perspective on application scaling

To provide realistic examples of the book's principles in action, the author delves into some of the choices and operations available on Amazon Web Services, and includes high-level summaries of several of the other services available on the market today.Cloud Application Architectures provides best practices that apply to every available cloud service. Learn how to make the transition to the cloud and prepare your web applications to succeed.


Buy Now

Click here for more information about Cloud Application Architectures: Building Applications and Infrastructure in the Cloud (Theory in Practice (O'Reilly))

Read More...

Cloud Computing For Dummies Review

Cloud Computing For Dummies
Average Reviews:

(More customer reviews)
but for a few extra dollars you can get much better bang for the buck. Hurwitz has made a great improvement over her SOA book. Cloud Computing for Dummies is well organized and keeps to the mainstream of current thought on the subject. All the same it is superficial and padded with questionable and obsolescent details such as pricing structures that were copied from vendor sites.
You'll find Cloud Computing Explained (Rhoton) is easier to read and describes what cloud computing involves more thoroughly. Cloud COmputing and SOA Convergence (Linthicum) presents SOA and how it relates to cloud computing very well. That's important because architecture is key to cloud computing. Cloud Application Architectures (Reese) has a narrow Amazon focus but some of his discussion of resilience applies generally. You'll also want to look at Cloud Security and Privacy (Mather). There is no way you can implement cloud services without a careful look at data security issues.
The bottom line is that cloud computing is a vast subject. If you are serious about it and want to understand every aspect of it then you have to dish out a handsome sum and get at least four books. On top of that there are special focus books on each of the service providers that could be pertinent depending on which services you choose. You can get detailed information online and in the blogosphere but it's not as easy as reading it in a book.
If you are on a tight budget and just want to skim the headlines this book may be just right for you. Elseways I advise further research.

Click Here to see more reviews about: Cloud Computing For Dummies


The easy way to understand and implement cloud computing technology written by a team of experts

Cloud computing can be difficult to understand at first, but the cost-saving possibilities are great and many companies are getting on board. If you've been put in charge of implementing cloud computing, this straightforward, plain-English guide clears up the confusion and helps you get your plan in place.
You'll learn how cloud computing enables you to run a more green IT infrastructure, and access technology-enabled services from the Internet ("in the cloud") without having to understand, manage, or invest in the technology infrastructure that supports them. You'll also find out what you need to consider when implementing a plan, how to handle security issues, and more.
Cloud computing is a way for businesses to take advantage of storage and virtual services through the Internet, saving money on infrastructure and support
This book provides a clear definition of cloud computing from the utility computing standpoint and also addresses security concerns
Offers practical guidance on delivering and managing cloud computing services effectively and efficiently
Presents a proactive and pragmatic approach to implementing cloud computing in any organization
Helps IT managers and staff understand the benefits and challenges of cloud computing, how to select a service, and what's involved in getting it up and running
Highly experienced author team consults and gives presentations on emerging technologies

Cloud Computing For Dummies gets straight to the point, providing the practical information you need to know.

Buy Now

Click here for more information about Cloud Computing For Dummies

Read More...

Programming Amazon Web Services: S3, EC2, SQS, FPS, and SimpleDB Review

Programming Amazon Web Services: S3, EC2, SQS, FPS, and SimpleDB
Average Reviews:

(More customer reviews)
This is a good overview of the suite of services that comprise Amazon Web Services (AWS), I'd have given it a 3.5 star rating if I could. It talks about all of them, but it spends the bulk of its time, very reasonably, discussing S3 (the persistent storage system) and EC2 (the compute cloud - basically Amazon's Rackspace in the clouds) - each getting about 100 pages devoted to it.
As others have noted it is out of date - but any book would have the same problem due to the moving target that AWS is. The biggest news is that EC2 is going to be getting persistent storage, which I believe will change the game completely when it is rolled out to the public. Instead of needing some elaborate connection with S3, now instances will behave much more like a typical physical machine with real disk drive. The book, on the other hand, provides almost no real advice on how to deal with the problem of non-persistence of EC2's current storage mechanism. This is a signifcant problem that everyone will have to deal with and glossing over it is a failing of the book.
This is also a Ruby book, which I found fairly annoying. Nowhere in the description does it suggest that it is done in Ruby. And while Ruby certainly is trendy these days, the actual number of Ruby developers is small - it gets undue weight in computer texts. At the end of the day, though, it generally provides the actual request strings and XML requests and responses for non-ruby folk to come to their own conclusions.
This is a worthwhile book to get if you're interested in quickly getting a good and broad idea on how to work with AWS. It will give a good foundation to get more out of the documentation and forums found on Amazon's AWS site itself.


Click Here to see more reviews about: Programming Amazon Web Services: S3, EC2, SQS, FPS, and SimpleDB

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 serviceBuy 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 neededUse Amazon's web-scale messaging infrastructure to store messages as they travel between computers with Amazon SQSLeverage the Amazon FPS service to structure payment instructions and allow the movement of money between any two entities, humans or computersCreate 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 needWhether 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.--This text refers to the Kindle Edition edition.

Buy Now

Click here for more information about Programming Amazon Web Services: S3, EC2, SQS, FPS, and SimpleDB

Read More...