timkay / aws

Easy command line access to Amazon EC2, S3, SQS, ELB, and SDB
http://timkay.com/aws/
426 stars 125 forks source link

Add RDS support #80

Closed robe070 closed 10 years ago

robe070 commented 10 years ago

RDS support is by no means complete but sufficient exists to hibernate an RDS instance.

Hibernate in this case means to stop an RDS instance and then restart it later and have the new instance be identical to the original. Can mean big savings in aws charges. e.g. stop a db at 7pm in the evening and then restart it at 7am in the morning - halves your costs.

See Wiki for example usage - RDS Example - stop-db.pl and start-db.pl.