This repository has been archived by the owner on Jan 7, 2025. It is now read-only.
forked from autolab/Tango
-
Notifications
You must be signed in to change notification settings - Fork 14
Set up Amazon EC2 VMMS
daviddob edited this page Jun 15, 2017
·
3 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"
- Set up Tango
- Set up Local Docker VMMS
- Set up Dist Docker VMMS
- Set up Amazon EC2 VMMS
- Set up VMs for Jobs
- Updating a Grading Image