Book Image

Storm Blueprints: Patterns for Distributed Real-time Computation

Book Image

Storm Blueprints: Patterns for Distributed Real-time Computation

Overview of this book

Table of Contents (17 chapters)
Storm Blueprints: Patterns for Distributed Real-time Computation
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Introducing Amazon Elastic Compute Cloud (EC2)


Amazon EC2 is the central part of many remote compute services offered by Amazon. EC2 allows users to rent virtual compute resources hosted on Amazon's network infrastructure on demand.

We'll begin by setting up an EC2 account and manually launching a virtual machine on Amazon's EC2 infrastructure.

Setting up an AWS account

Establishing an AWS account is easy but requires an Amazon account. If you don't already have an Amazon account, sign up for one at http://www.amazon.com/.

With your Amazon account established, you can set up an AWS account at http://aws.amazon.com/.

The AWS Management Console

The AWS Management Console acts as the main administrative interface to all the cloud services that Amazon offers. We're primarily interested in the EC2 service, so let's begin by logging in to the EC2 Management Console as shown in the following screenshot:

Creating an SSH key pair

Before you can launch any EC2 instances, you will need a key pair. To create...