GitXplorerGitXplorer
r

aws-setup

public
28 stars
8 forks
0 issues

Commits

List of commits on branch master.
Unverified
feaabd57e66de1c832b9b49359ade1e2b65b6504

Minor fixes to create-env and request-spot-instance

rradekosmulski committed 8 years ago
Unverified
89622b7798e38511b320a3b95e31a4331b41ee1b

Continue work on spot instance requests

rradekosmulski committed 8 years ago
Unverified
5a23b40047725cb5b07280b90fda0c0d9b991fa8

Remove unnecessary files.

rradekosmulski committed 8 years ago
Unverified
ca23aba79c9e4aceffb6f904caa9b8d5717112fb

Before clean up

rradekosmulski committed 8 years ago
Unverified
a5757bd607f20c1eccea2d6ee7c8c225f1637125

Add public DNS name to list-instances

rradekosmulski committed 8 years ago
Unverified
ceec441185babcedc48abc0d820e4ce45df24f64

Add listing of public ip to list-instances

rradekosmulski committed 8 years ago

README

The README file for this repository.

Overview

The above scripts can be used for automating AWS workflow (spot instance creation, data persistence) for Machine Learning.

Prerequisites

You need to have the AWS CLI installed and configured.

Instructions

From inside the cloned repo, in your terminal, run:

  1. ./create-env.sh
  2. ./request-spot-instance.sh m3.medium 0.02 (you can substitute the bid amount and instance type)
  3. $HOME/aws_scripts/authorize-current-ip
  4. $HOME/aws_scripts/spot-instance-connect

For convenience, you can add $HOME/aws_scripts to your path.

Creating your own AMI and creating a detachable volume

Please follow the instructions in this article