Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 388 Bytes

File metadata and controls

9 lines (6 loc) · 388 Bytes

To pause running until the specified instance is in service

The following wait instance-in-service command pauses and continues only after it can confirm that the specified instance is in service.

aws elb wait instance-in-service \
    --load-balancer-name my-loadbalancer \
    --instances InstanceId=i-1234567890abcdef0

This command produces no output.