Creating & Shutting Down Amazon RDS MySQL Instances – AWS SDK & PHP
January 30, 2012
Leave a comment
I have to sometimes automatically stand up (create) and shut down temporary MySQL instances in order to run some scripts and commands on them. Instead of having to keep an instance running forever, I was able to make sure of Amazon’s RDS service for cloud MySQL instances, using its AWS SDK in PHP. Read more…
