Skip to content

Commit 041f6dd

Browse files
author
awstools
committed
docs(client-auto-scaling): Amazon EC2 Auto Scaling now provides EBS health check to manage EC2 instance replacement
1 parent 52856e7 commit 041f6dd

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

clients/client-auto-scaling/src/commands/SetInstanceHealthCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ export interface SetInstanceHealthCommandOutput extends __MetadataBearer {}
2929

3030
/**
3131
* <p>Sets the health status of the specified instance.</p>
32-
* <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html">Health checks
33-
* for instances in an Auto Scaling group</a> in the
32+
* <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/set-up-a-custom-health-check.html">Set up a custom
33+
* health check for your Auto Scaling group</a> in the
3434
* <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
3535
* @example
3636
* Use a bare-bones client and the command you need to make an API call.

clients/client-auto-scaling/src/models/models_0.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -1922,9 +1922,9 @@ export interface CreateAutoScalingGroupType {
19221922

19231923
/**
19241924
* <p>A comma-separated value string of one or more health check types.</p>
1925-
* <p>The valid values are <code>EC2</code>, <code>ELB</code>, and <code>VPC_LATTICE</code>.
1926-
* <code>EC2</code> is the default health check and cannot be disabled. For more
1927-
* information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html">Health checks
1925+
* <p>The valid values are <code>EC2</code>, <code>EBS</code>, <code>ELB</code>, and
1926+
* <code>VPC_LATTICE</code>. <code>EC2</code> is the default health check and cannot be
1927+
* disabled. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html">Health checks
19281928
* for instances in an Auto Scaling group</a> in the
19291929
* <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
19301930
* <p>Only specify <code>EC2</code> if you must clear a value that was previously
@@ -8078,9 +8078,9 @@ export interface UpdateAutoScalingGroupType {
80788078

80798079
/**
80808080
* <p>A comma-separated value string of one or more health check types.</p>
8081-
* <p>The valid values are <code>EC2</code>, <code>ELB</code>, and <code>VPC_LATTICE</code>.
8082-
* <code>EC2</code> is the default health check and cannot be disabled. For more
8083-
* information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html">Health checks
8081+
* <p>The valid values are <code>EC2</code>, <code>EBS</code>, <code>ELB</code>, and
8082+
* <code>VPC_LATTICE</code>. <code>EC2</code> is the default health check and cannot be
8083+
* disabled. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html">Health checks
80848084
* for instances in an Auto Scaling group</a> in the
80858085
* <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
80868086
* <p>Only specify <code>EC2</code> if you must clear a value that was previously

0 commit comments

Comments
 (0)