# NOT RUN {
# This example submits a request to change the health status of an
# instance associated with a service with a custom health check to
# HEALTHY.
svc$update_instance_custom_health_status(
InstanceId = "i-abcd1234",
ServiceId = "srv-e4anhexample0004",
Status = "HEALTHY"
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab