GitXplorerGitXplorer
r

aws-setup

public
28 stars
8 forks
0 issues

Commits

List of commits on branch master.
Unverified
781e69fb0d0ba7bcf43c8f3678066070a3200a91

Minor changes to start using the DL AMI

rradekosmulski committed 7 years ago
Unverified
cbf95d4ae7b91331ab28475d1bfbf891cac6cdf4

Change availability zone

rradekosmulski committed 7 years ago
Unverified
8eb29c04b11d96b1d0153f2d81f5fbb4e6c16ef5

Make config changes

rradekosmulski committed 7 years ago
Unverified
095da4daaea2b35c37d0dcc52276f33ebe173ed0

Add readme

rradekosmulski committed 7 years ago
Unverified
aea638d18a0d06ea73002eecf720bd43b8a263f4

Remove create-on-demand-instance.sh

rradekosmulski committed 7 years ago
Unverified
a64523425d3fa426b119803f222934ca66da4ff7

Add check for missing AMI to request-main-compute

rradekosmulski committed 7 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