Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
autoscaling
📤 Upload
📝 New File
📁 New Folder
Close
Editing: set-instance-health.rst
**To set the health status of an instance** This example sets the health status of the specified instance to ``Unhealthy``. :: aws autoscaling set-instance-health \ --instance-id i-061c63c5eb45f0416 \ --health-status Unhealthy This command produces no output.
Save
Cancel