So i have a use case where we only need Elasticbeanstalk environment only in weekdays and in business hours only. So here at the moment i'm using a lambda function which terminates App environment and later next day other lambda will re-build the terminated environment, but the problem is i have to everyday update ALB dns on route53 recordset so anyone had any similar use cases and got a effective and better solution to this?
Thanks!!