404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.136.11.217: ~ $
**To describe the health of the instances for a load balancer**

This example describes the health of the instances for the specified load balancer.

Command::

  aws elb describe-instance-health --load-balancer-name my-load-balancer

Output::

  {
    "InstanceStates": [
        {
            "InstanceId": "i-207d9717",
            "ReasonCode": "N/A",
            "State": "InService",
            "Description": "N/A"
        },
        {
            "InstanceId": "i-afefb49b",
            "ReasonCode": "N/A",
            "State": "InService",
            "Description": "N/A"
        }
    ]
  }

**To describe the health of an instance for a load balancer**

This example describes the health of the specified instance for the specified load balancer.

Command::

  aws elb describe-instance-health --load-balancer-name my-load-balancer --instances i-7299c809

The following is an example response for an instance that is registering.

Output::

  {
    "InstanceStates": [
        {
            "InstanceId": "i-7299c809",
            "ReasonCode": "ELB",
            "State": "OutOfService",
            "Description": "Instance registration is still in progress."
      }
    ]
  }

The following is an example response for an unhealthy instance.

Output::

  {
    "InstanceStates": [
        {
            "InstanceId": "i-7299c809",
            "ReasonCode": "Instance",
            "State": "OutOfService",
            "Description": "Instance has failed at least the UnhealthyThreshold number of health checks consecutively."
        }
    ]
  }

Filemanager

Name Type Size Permission Actions
wait Folder 0755
add-tags.rst File 231 B 0644
apply-security-groups-to-load-balancer.rst File 356 B 0644
attach-load-balancer-to-subnets.rst File 371 B 0644
configure-health-check.rst File 568 B 0644
create-app-cookie-stickiness-policy.rst File 349 B 0644
create-lb-cookie-stickiness-policy.rst File 370 B 0644
create-load-balancer-listeners.rst File 649 B 0644
create-load-balancer-policy.rst File 2.61 KB 0644
create-load-balancer.rst File 2.32 KB 0644
delete-load-balancer-listeners.rst File 261 B 0644
delete-load-balancer-policy.rst File 305 B 0644
delete-load-balancer.rst File 166 B 0644
deregister-instances-from-load-balancer.rst File 460 B 0644
describe-account-limits.rst File 596 B 0644
describe-instance-health.rst File 1.53 KB 0644
describe-load-balancer-attributes.rst File 581 B 0644
describe-load-balancer-policies.rst File 1.86 KB 0644
describe-load-balancer-policy-types.rst File 3.37 KB 0644
describe-load-balancers.rst File 3.02 KB 0644
describe-tags.rst File 611 B 0644
detach-load-balancer-from-subnets.rst File 320 B 0644
disable-availability-zones-for-load-balancer.rst File 405 B 0644
enable-availability-zones-for-load-balancer.rst File 390 B 0644
modify-load-balancer-attributes.rst File 990 B 0644
register-instances-with-load-balancer.rst File 497 B 0644
remove-tags.rst File 189 B 0644
set-load-balancer-listener-ssl-certificate.rst File 365 B 0644
set-load-balancer-policies-for-backend-server.rst File 737 B 0644
set-load-balancer-policies-of-listener.rst File 729 B 0644