Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

autoscaling_set_instance_health

Sets the health status of the specified instance


Description

Sets the health status of the specified instance.

For more information, see Health checks for Auto Scaling instances in the Amazon EC2 Auto Scaling User Guide.

Usage

autoscaling_set_instance_health(InstanceId, HealthStatus,
  ShouldRespectGracePeriod)

Arguments

InstanceId

[required] The ID of the instance.

HealthStatus

[required] The health status of the instance. Set to Healthy to have the instance remain in service. Set to Unhealthy to have the instance be out of service. Amazon EC2 Auto Scaling terminates and replaces the unhealthy instance.

ShouldRespectGracePeriod

If the Auto Scaling group of the specified instance has a HealthCheckGracePeriod specified for the group, by default, this call respects the grace period. Set this to False, to have the call not respect the grace period associated with the group.

For more information about the health check grace period, see create_auto_scaling_group in the Amazon EC2 Auto Scaling API Reference.

Value

An empty list.

Request syntax

svc$set_instance_health(
  InstanceId = "string",
  HealthStatus = "string",
  ShouldRespectGracePeriod = TRUE|FALSE
)

Examples

## Not run: 
# This example sets the health status of the specified instance to
# Unhealthy.
svc$set_instance_health(
  HealthStatus = "Unhealthy",
  InstanceId = "i-93633f9b"
)

## End(Not run)

paws.management

Amazon Web Services Management & Governance Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.