cwturley db06d1a59a Update ec2-automate-backup-awscli.sh
Tagging fails due to error "aws_ec2_create_tag_result='A client error (InvalidID) occurred when calling the CreateTags operation: The ID '\''2014-10-21T13:34:24.000Z'\'' is not valid'"

The command "aws ec2 create-snapshot --region $region --description $ec2_snapshot_description --volume-id $ebs_selected --output text" is giving less information, so the position of the ID has changed.
2014-10-21 09:50:24 -04:00
2013-10-11 04:26:24 +00:00
2013-10-11 04:26:24 +00:00
2013-10-11 04:26:24 +00:00
2013-06-04 11:20:05 -07:00
2013-05-30 16:19:08 -07:00

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

Description
tools for managing AWS resources including EC2, EBS, RDS and Route53.
Readme
Languages
Shell 56.8%
Ruby 26.9%
Python 16.3%