Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / autoscaling / set-instance-health.rst
Size: Mime:
**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.