AWS AWSCloudFormation documentation change
Summary
Replaced 'ELB' acronym with 'Elastic Load Balancing' full term
Security assessment
Terminology clarification without security implications; no vulnerability fixes or security feature additions.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-attribute-creationpolicy.md b/AWSCloudFormation/latest/TemplateReference/aws-attribute-creationpolicy.md index 390bffa5e..de67dc161 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-attribute-creationpolicy.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-attribute-creationpolicy.md @@ -138 +138 @@ The following example shows how to add a creation policy to an Amazon EC2 Auto S -To have instances wait for an ELB health check before they signal success, add a health-check verification by using the [cfn-init](./cfn-init.html) helper script. For an example, see the `verify_instance_health` command in the sample templates for Amazon EC2 Auto Scaling rolling updates in our [GitHub repository](https://github.com/aws-cloudformation/aws-cloudformation-templates/tree/main/AutoScaling). +To have instances wait for an Elastic Load Balancing health check before they signal success, add a health-check verification by using the [cfn-init](./cfn-init.html) helper script. For an example, see the `verify_instance_health` command in the sample templates for Amazon EC2 Auto Scaling rolling updates in our [GitHub repository](https://github.com/aws-cloudformation/aws-cloudformation-templates/tree/main/AutoScaling).