-
Notifications
You must be signed in to change notification settings - Fork 60
Set up Amazon EC2 VMMS
Yashas Kumar edited this page Sep 8, 2015
·
6 revisions
This is a guide to set up Tango to run jobs on an Amazon EC2 VM. If you have yet to set up Tango itself, please see the guide on Setting up Tango first.
-
Enter your AWS credentials in
/etc/boto.cfg
. -
Create a new EC2 linux instance and follow the steps to set up a Tango VM for this instance.
-
From the AWS console, right click on the instance and create an image.
-
Enter the AWS constants under part 4 of
config.py
- Set the
DEFAULT_AMI
value to be the ID of the newly created image.
- Set the
-
Update
VMMS_NAME
inconfig.py
.VMMS_NAME = "ec2SSH"