6.2

Table Of Contents
Prerequisites
n
Set up an Amazon AWS user account.
n
Amazon defines the default limits for the number of Amazon EC2 instances, the number of Elastic IP
addresses for an account, and the number of API calls. Contact Amazon support to request an
increase in the instance, Elastic IP address, or API call limit. For more information on Amazon EC2,
see Amazon AWS Documentation.
Procedure
1 Log in to the AWS Management Console using your AWS user account.
2 On the AWS Identity and Access Management (IAM) Dashboard, set up a new user with either an
Administrator Access or Power User Access user privilege and generate an access key for this user.
You can also set up an access key with the master AWS user account without setting up a new IAM
user.
3 Download and save this access key for later use with Application Services.
4 To log in the deployed virtual machines in Amazon EC2, generate an SSH key-pair called
titan_keypair and save the corresponding private key.
5 Create a VPC: On the VPC Dashboard of the AWS Management Console, create a VPC with a public
subnet and a private subnet.
a Use the wizard option to create a VPC with public and private subnets.
Two subnets are created whose instances have access to the Internet. The subnets are useful for
downloading content during the application deployment.
b Specify an Availability Zone for the subnets.
You can use the same Availability Zone for both subnets.
c Use the titan_keypair SSH key-pair.
You can also use your own key-pair.
6 In the VPC, create a security group called EndpointAccess and set inbound and outbound port
access rules.
Port Access Source or Destination
Inbound 22 0.0.0.0/0
Inbound ALL SubnetofVPC
Outbound ALL 0.0.0.0/0
(Optional) Inbound 2222 0.0.0.0/0
What to do next
Create a Linux virtual machine in your VPC. See Create an Endpoint VM.
Using Application Services
VMware, Inc. 91