I have a mysql RDS instance that is used only from 9am to 9pm.
To avoid too much charges, I would like to stop it during the night, but I cannot do this because I have Multi-AZ active (I need it during server use).
Does it make sense to schedule this process?
@8:45pm:
- disable multi-AZ
- stop RDS instance
@8:45am:
- start RDS instance
- enable multi-AZ