Restart App Server
| elasticbeanstalk_restart_app_server | R Documentation |
Causes the environment to restart the application container server running on each Amazon EC2 instance¶
Description¶
Causes the environment to restart the application container server running on each Amazon EC2 instance.
Usage¶
Arguments¶
EnvironmentIdThe ID of the environment to restart the server for.
Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns
MissingRequiredParametererror.EnvironmentNameThe name of the environment to restart the server for.
Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns
MissingRequiredParametererror.
Value¶
An empty list.