Skip to content

astaric/ec2config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install requirements using

  pip install -r requirements.txt

Create boto configuration files containing your credentials:

  $ cat ~/.boto
  [Credentials]
  aws_access_key_id = <your access key>
  aws_secret_access_key = <your secret key>

In order to run the script, you need to configure instance options in create_instances script and enter names of students to the students.txt file (one per line).

To create ec2 instances run:

  python create_instances.py

Followed by:

  ./create_users.sh  

The script will tag names of the students to the names of the virtual machines for easier administration.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages