Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 364 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 364 Bytes

aws-utils

Scripts

Scripts I've put together while exploring AWS.

  • summarize-ec2-spot-instance-history.rb
    • Summarizes EC2 spot instance price history

Usage

Ensure the following are setup:

  • EC2_HOME
  • JAVA_HOME
  • AWS_ACCESS_KEY
  • AWS_SECRET_KEY
  • Add EC2_HOME to the PATH
    • Optionally use one of the setup-env.* scripts