Quantcast
Channel: drupal.org - Site administrators
Viewing all articles
Browse latest Browse all 426

Setup a Server Template

$
0
0

Launching an EC2 instance requires a configured Server Template. A server template tells the system the following:

  • AMI to launch (OS choices are packaged as AMIs. There are many to choose from such as Centos, Ubuntu...etc)
  • Size of the instance (tiny, small, medium, large, #of processors). Detailed description of instances can be found
    here: http://aws.amazon.com/ec2/instance-types/
  • A Server Template can instruct the system to launch multiple instances at the same time
  • The SSH key used with the ROOT user
  • Security group the instance adheres to
  • Zone to launch the server (us-west-1a, us-west-1b...etc)

Set up a new Server Template:

  1. Go to Clouds > [YOUR CLOUD] > Launch
  2. Click "Create" Button
  3. Fill out the "Name" field
  4. Fill out the "EC2 Image" field with the AMI to use. This field will auto-complete to help you locate images
  5. Fill out the "User Name". The "User Name" is used when trying to ssh into the machine via the SSH Console and when a remote script has to be invoked.
    This is usually "root". For some ubuntu image, this will be "ubuntu"
  6. Fill out the "SSH Key"
  7. Select a security group. The default group is sufficient for basic purposes.
  8. Fill out the "Count". Count tells the system how many instances to launch.
  9. Select "Availablity Zone" if there is a preference.
  10. Click "Add" to save the template

Viewing all articles
Browse latest Browse all 426

Trending Articles