From c689bab11b3d8b288b361be13b057a26af2ebd69 Mon Sep 17 00:00:00 2001 From: Colin Johnson Date: Fri, 11 Oct 2013 04:16:29 +0000 Subject: [PATCH] README for aws-missing-tools. About time. --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..244bbec --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# AWS Missing Tools +AWS Missing Tools is a suite of tools that extends Amazon's provided command line tools. The tools are described below: + +## as-apply-alarms +apply alarms to one or more Auto Scaling Groups + +## as-update-launch-config +modify an Auto Scaling Group's Launch Configuration + +## aws-ha-release and aws-ha-release-ruby +allows the high-availability / no downtime replacement of all EC2 Instances in an Auto Scaling Group that is behind an Elastic Load Balancer + +## ec2-automate-backup +provide easy backup/snapshot functionality for multiple EC2 EBS volumes + +## ec2-cost-calculate-ruby +sum the total cost of instances running in one or all AWS Regions + +## iam-keyfind +list all Access Keys belonging to IAM accounts or find a particular IAM key + +## rds-apply-alarms +apply alarms to one or more Amazon RDS instances + +## route53-migrate-zone +migrating a Route53 zone to a new zone or to a new AWS account