AWS AmazonECS documentation change
Summary
Updated 'ELB' to 'Elastic Load Balancing' in five locations and corrected documentation references
Security assessment
All changes are terminology standardization without any security context. Documentation references were updated but no security features or vulnerabilities are discussed.
Diff
diff --git a/AmazonECS/latest/developerguide/deploy-canary-service.md b/AmazonECS/latest/developerguide/deploy-canary-service.md index 72b63d453..c44e418df 100644 --- a//AmazonECS/latest/developerguide/deploy-canary-service.md +++ b//AmazonECS/latest/developerguide/deploy-canary-service.md @@ -17 +17 @@ Perform the following operations before you start a canary deployment. - * For information about ELB permissions, see [Amazon ECS infrastructure IAM role for load balancers](./AmazonECSInfrastructureRolePolicyForLoadBalancers.html). + * For information about Elastic Load Balancing permissions, see [Amazon ECS infrastructure IAM role for load balancers](./AmazonECSInfrastructureRolePolicyForLoadBalancers.html). @@ -25 +25 @@ Perform the following operations before you start a canary deployment. - 3. Create a rule to route traffic to your new service revision. For more information, see [Listener rules](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/listener-rules.html) in the _ELB Application Load Balancers_. + 3. Create a rule to route traffic to your new service revision. For more information, see [Listener rules](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/listener-rules.html) in the _Elastic Load Balancing Application Load Balancers_. @@ -27 +27 @@ Perform the following operations before you start a canary deployment. - 4. Create a target group for your green service revision. When you use the `awsvpc` network mode for your tasks, the target type must be `ip`. For information about target groups, see [Target groups](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html) in the _ELB Application Load Balancers_. + 4. Create a target group for your green service revision. When you use the `awsvpc` network mode for your tasks, the target type must be `ip`. For information about target groups, see [Target groups](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html) in the _Elastic Load Balancing Application Load Balancers_. @@ -88 +88 @@ Launch type | - 4. For **Health check grace period** , enter the amount of time (in seconds) that the service scheduler ignores unhealthy ELB, VPC Lattice, and container health checks after a task has first started. If you do not specify a health check grace period value, the default value of 0 is used. + 4. For **Health check grace period** , enter the amount of time (in seconds) that the service scheduler ignores unhealthy Elastic Load Balancing, VPC Lattice, and container health checks after a task has first started. If you do not specify a health check grace period value, the default value of 0 is used. @@ -176 +176 @@ The following describes each container log destination in more detail. -ELB type | Steps +Elastic Load Balancing type | Steps