I am auto starting and stopping the EC2 instances using this solution.
We recently started using Elastic Beanstalk for some of our projects. We have launched following 4 different environments for single project.
- Development
- Testing
- Staging
- Production
The Development and Testing environments are used only for 12 hours a day, so we terminate the environment and launch (load saved instance) it daily.
Is it possible to automate this process?