AWS Security ChangesHomeSearch

AWS elasticbeanstalk documentation change

Service: elasticbeanstalk · 2025-11-22 · Documentation low

File: elasticbeanstalk/latest/dg/customize-containers-format-resources-eb.md

Summary

Updated terminology from 'Auto Scaling group' to 'Amazon EC2 Auto Scaling group' and 'Elastic Load Balancing' to 'ELB' for consistency

Security assessment

Changes are terminology updates to use full service names/abbreviations. No security-related content added or modified. Security group references remain unchanged.

Diff

diff --git a/elasticbeanstalk/latest/dg/customize-containers-format-resources-eb.md b/elasticbeanstalk/latest/dg/customize-containers-format-resources-eb.md
index 595d1d3bc..42c6be007 100644
--- a//elasticbeanstalk/latest/dg/customize-containers-format-resources-eb.md
+++ b//elasticbeanstalk/latest/dg/customize-containers-format-resources-eb.md
@@ -17 +17 @@ Web server environments have the following resources.
-  * `AWSEBAutoScalingGroup` ([AWS::AutoScaling::AutoScalingGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html)) – The Auto Scaling group attached to your environment.
+  * `AWSEBAutoScalingGroup` ([AWS::AutoScaling::AutoScalingGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html)) – The Amazon EC2 Auto Scaling group attached to your environment.
@@ -21 +21 @@ Web server environments have the following resources.
-    * `AWSEBAutoScalingLaunchConfiguration` ([AWS::AutoScaling::LaunchConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html)) – The launch configuration attached to your environment's Auto Scaling group.
+    * `AWSEBAutoScalingLaunchConfiguration` ([AWS::AutoScaling::LaunchConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-launchconfig.html)) – The launch configuration attached to your environment's Amazon EC2 Auto Scaling group.
@@ -23 +23 @@ Web server environments have the following resources.
-    * `AWSEBEC2LaunchTemplate` ([AWS::EC2::LaunchTemplate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html)) – The Amazon EC2 launch template used by your environment's Auto Scaling group.
+    * `AWSEBEC2LaunchTemplate` ([AWS::EC2::LaunchTemplate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html)) – The Amazon EC2 launch template used by your environment's Amazon EC2 Auto Scaling group.
@@ -31 +31 @@ If your environment uses functionality that requires Amazon EC2 launch templates
-  * `AWSEBSecurityGroup` ([AWS::EC2::SecurityGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html)) – The security group attached to your Auto Scaling group.
+  * `AWSEBSecurityGroup` ([AWS::EC2::SecurityGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html)) – The security group attached to your Amazon EC2 Auto Scaling group.
@@ -46 +46 @@ In a load-balanced environment, you can access additional resources related to t
-  * `AWSEBLoadBalancerSecurityGroup` ([AWS::EC2::SecurityGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html)) – In a custom [Amazon Virtual Private Cloud](https://docs.aws.amazon.com/vpc/latest/userguide/) (Amazon VPC) only, the name of the security group that Elastic Beanstalk creates for the load balancer. In a default VPC or EC2 classic, Elastic Load Balancing assigns a default security group to the load balancer.
+  * `AWSEBLoadBalancerSecurityGroup` ([AWS::EC2::SecurityGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html)) – In a custom [Amazon Virtual Private Cloud](https://docs.aws.amazon.com/vpc/latest/userguide/) (Amazon VPC) only, the name of the security group that Elastic Beanstalk creates for the load balancer. In a default VPC or EC2 classic, ELB assigns a default security group to the load balancer.
@@ -50 +50 @@ In a load-balanced environment, you can access additional resources related to t
-  * `AWSEBV2LoadBalancerListenerRule` ([AWS::ElasticLoadBalancingV2::ListenerRule](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html)) – Defines which requests an Elastic Load Balancing listener takes action on and the action that it takes.
+  * `AWSEBV2LoadBalancerListenerRule` ([AWS::ElasticLoadBalancingV2::ListenerRule](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html)) – Defines which requests an ELB listener takes action on and the action that it takes.
@@ -52 +52 @@ In a load-balanced environment, you can access additional resources related to t
-  * `AWSEBV2LoadBalancerTargetGroup` ([AWS::ElasticLoadBalancingV2::TargetGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html)) – An Elastic Load Balancing target group that routes requests to one or more registered targets, such as Amazon EC2 instances.
+  * `AWSEBV2LoadBalancerTargetGroup` ([AWS::ElasticLoadBalancingV2::TargetGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html)) – An ELB target group that routes requests to one or more registered targets, such as Amazon EC2 instances.