2

enter image description here

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 ?

1 Answers1

2

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
Brandon
  • 408
  • 2
  • 11