I know beanstalk deploy program use "eb deploy" command.
If I want to use commands to Restart Application Server of AWS Beanstalk ?
Is there a command to carry out this goal ?
I know beanstalk deploy program use "eb deploy" command.
If I want to use commands to Restart Application Server of AWS Beanstalk ?
Is there a command to carry out this goal ?
Not using EB CLI, but using the standard AWS CLI it is possible. https://docs.aws.amazon.com/cli/latest/reference/elasticbeanstalk/restart-app-server.html
aws elasticbeanstalk restart-app-server --environment-name my-env