I had a question about Amazon RDS. I wanted to Start/Stop AWS RDS Instances at my need . AWS Console does not allow me to do so.
The Only method I know is to take a snapshot of the rds instance and delete it and when I need it then a create rds instance using that snapshot. Is there any better way to acheive the same using Boto?
No, that's probably the best you can do. The RDS API does not support the Stop/Start functionality of EC2 instances.