marcusbaguley / aws-tools

Simple scripts so humans can use AWS CLI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws-tools

A collection of scripts that you may find useful when using AWS ECS, ECR, Route53.

Quick Install

mkdir ~/src && cd ~/src
git clone https://github.com/camfowler/aws-tools.git
echo 'export PATH="$PATH:$HOME/src/aws-tools/bin"' >> ~/.bashrc

Requirements

  • Some version of ruby is required for aws-logs Probably 2.x
  • aws-cli installed and configured.
  • jq. Install via your package manager of choice or [https://stedolan.github.io/jq]

Help

Help is available from most of the scripts by running them without arguments.

About

Simple scripts so humans can use AWS CLI.

License:Apache License 2.0


Languages

Language:Shell 52.1%Language:Ruby 47.9%