View source: R/autoscaling_operations.R
autoscaling_set_instance_health | R Documentation |
Sets the health status of the specified instance.
See https://www.paws-r-sdk.com/docs/autoscaling_set_instance_health/ for full documentation.
autoscaling_set_instance_health(
InstanceId,
HealthStatus,
ShouldRespectGracePeriod = NULL
)
InstanceId |
[required] The ID of the instance. |
HealthStatus |
[required] The health status of the instance. Set to |
ShouldRespectGracePeriod |
If the Auto Scaling group of the specified instance has a
For more information about the health check grace period, see Set the health check grace period for an Auto Scaling group in the Amazon EC2 Auto Scaling User Guide. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.