GitXplorerGitXplorer
r

aws-setup

public
28 stars
8 forks
0 issues

Commits

List of commits on branch master.
Unverified
06c4138d3525cdcb333ddbeb50cb6d7b2ac11715

Fixes & refactoring

rradekosmulski committed 7 years ago
Unverified
9772df3941a6edb5cee3dc235ed8ae62194c4783

Remove current env files

rradekosmulski committed 8 years ago
Unverified
8a8f052940d4ec1f4e1427a3cb86e201ec12835d

Request-main now picks ami by Name (tag)

rradekosmulski committed 8 years ago
Unverified
e142620905c4d3c0fe0134d0ab102ce2585b9d6e

Bring request-main-compute-instance.sh to a working state

rradekosmulski committed 8 years ago
Unverified
dc1cac20c15f71882263379e051eb398c5671322

Improve on request-main-compute-instance

rradekosmulski committed 8 years ago
Unverified
f6f4fbb3e172abf5d7b367d1b76e1b5da0fed1ec

Fix request-spot-instance

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