I need to run scale on elastic beanstalk in a lambda function that will be invoked by cron.
I can preform several actions on elastic beanstalk with boto3, but I can't find a way to scale the env.
What I need to run is similar to:
eb scale 0
Is there a way to do it with boto3? On can I run eb cli in lambda?