AWS elasticbeanstalk documentation change
Summary
Standardized references from 'Auto Scaling group' to 'Amazon EC2 Auto Scaling group' in configuration examples and descriptions
Security assessment
Changes are purely terminological updates to align with AWS branding conventions. No security-related content modifications or additions.
Diff
diff --git a/elasticbeanstalk/latest/dg/environment-resources.md b/elasticbeanstalk/latest/dg/environment-resources.md index 50c17c3b5..40df6f0b0 100644 --- a//elasticbeanstalk/latest/dg/environment-resources.md +++ b//elasticbeanstalk/latest/dg/environment-resources.md @@ -15 +15 @@ Whenever you add a resource that isn't managed by Elastic Beanstalk, be sure to -For example, the following configuration file adds an Auto Scaling lifecycle hook to the default Auto Scaling group created by Elastic Beanstalk: +For example, the following configuration file adds an Amazon EC2 Auto Scaling lifecycle hook to the default Amazon EC2 Auto Scaling group created by Elastic Beanstalk: @@ -64 +64 @@ For example, the following configuration file adds an Auto Scaling lifecycle hoo -This example defines three resources, `hookrole`, `hooktopic` and `lifecyclehook`. The first two resources are an IAM role, which grants Amazon EC2 Auto Scaling permission to publish messages to Amazon SNS, and an SNS topic, which relays messages from the Auto Scaling group to an email address. Elastic Beanstalk creates these resources with the specified properties and types. +This example defines three resources, `hookrole`, `hooktopic` and `lifecyclehook`. The first two resources are an IAM role, which grants Amazon EC2 Auto Scaling permission to publish messages to Amazon SNS, and an SNS topic, which relays messages from the Amazon EC2 Auto Scaling group to an email address. Elastic Beanstalk creates these resources with the specified properties and types. @@ -77 +77 @@ The final resource, `lifecyclehook`, is the lifecycle hook itself: -The lifecycle hook definition uses two [functions](./ebextensions-functions.html) to populate values for the hook's properties. `{ "Ref" : "AWSEBAutoScalingGroup" }` retrieves the name of the Auto Scaling group created by Elastic Beanstalk for the environment. `AWSEBAutoScalingGroup` is one of the standard [resource names](./customize-containers-format-resources-eb.html) provided by Elastic Beanstalk. +The lifecycle hook definition uses two [functions](./ebextensions-functions.html) to populate values for the hook's properties. `{ "Ref" : "AWSEBAutoScalingGroup" }` retrieves the name of the Amazon EC2 Auto Scaling group created by Elastic Beanstalk for the environment. `AWSEBAutoScalingGroup` is one of the standard [resource names](./customize-containers-format-resources-eb.html) provided by Elastic Beanstalk.