Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
autoscaling
/
Filename :
set-instance-health.rst
back
Copy
**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.