svenhartmann / aws-helper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS Helper Scripts

Installation

$ bundle install --standalone
$ export AWS_ACCESS_KEY_ID=<ID>
$ export AWS_SECRET_ACCESS_KEY=<KEY>
$ export AWS_REGION=<region>

AWS Regions and Endpoints

CloudFront

Invalidation

$ bundle exec ruby CloudFront/Distribution/Invalidation.rb -d <Distribution-ID> -p '/path/to/file.css'

OpsWorks

Describe (Stack + Instances)

$ bundle exec ruby OpsWorks/Stack/Describe.rb -t OpsWorks/Template/confluence.erb
``

About

License:MIT License


Languages

Language:Ruby 83.3%Language:HTML 16.7%