-
Notifications
You must be signed in to change notification settings - Fork 405
Home
Colin Johnson edited this page Oct 11, 2013
·
8 revisions
AWS Missing Tools is a suite of tools that extends Amazon's provided command line tools. These tools provide the ability modify an Auto Scaling Group's Launch Configuration, report on the cost of EC2 and RDS instances.
- script to apply alarms to one or more Auto Scaling Groups - for instance, apply alarms on CPU usage to all of your auto-scaling groups. Use as a template to modify and apply your own alarms.
- allows updating of an Auto Scaling Group's Instance Type (m1.small to c1.medium, for example)
- allows updating of an Auto Scaling Group's AMI (ami-31814f58 to ami-31814f59, for example)
- allows updating of platform (32-bit or 64-bit), storage type (either EBS or S3) and/or user-data
- allows the high-availability / no downtime replacement of all EC2 Instances in an Auto Scaling Group that is behind an Elastic Load Balancer
- script to produce report of all ec2 instances and the cost to run them over a user provided period of time.
- script to apply alarms to one or more RDS instances. Use as a template to modify and apply your own alarms.
- writes FreeMemory and SwapUsed CloudWatch Metrics for Linux based EC2 instances
- writes Storage Used Metrics for Linux based EC2 instances
- script to produce report of all rds instances and the cost to run them over a user provided period of time.
Your questions and comments are appreciated. Please email [email protected].
If you use aws-missing-tools let others know - a larger user and contributor community will help improve aws-mssing-tools and the larger Amazon community as a whole.