AWS AmazonECS documentation change
Summary
Replaced 'ELB' abbreviation with 'Elastic Load Balancing' throughout the document
Security assessment
Purely terminological update for consistency. No security implications or changes to security features are involved.
Diff
diff --git a/AmazonECS/latest/developerguide/alb-resources-for-blue-green.md b/AmazonECS/latest/developerguide/alb-resources-for-blue-green.md index b9639254a..f86d33f54 100644 --- a//AmazonECS/latest/developerguide/alb-resources-for-blue-green.md +++ b//AmazonECS/latest/developerguide/alb-resources-for-blue-green.md @@ -13 +13 @@ To use Application Load Balancers with Amazon ECS blue/green deployments, you ne -For blue/green deployments with ELB, you need to create two target groups: +For blue/green deployments with Elastic Load Balancing, you need to create two target groups: @@ -169 +169 @@ You must have permissions to allow Amazon ECS to manage load balancer resources -When creating or updating an Amazon ECS service for blue/green deployments with ELB, you need to specify the following configuration. +When creating or updating an Amazon ECS service for blue/green deployments with Elastic Load Balancing, you need to specify the following configuration. @@ -181 +181 @@ The key components in this configuration are: - * `roleArn`: The ARN of the role that allows Amazon ECS to manage ELB resources. + * `roleArn`: The ARN of the role that allows Amazon ECS to manage Elastic Load Balancing resources. @@ -216 +216 @@ The key components in this configuration are: -During a blue/green deployment with ELB, traffic flows through the system as follows: +During a blue/green deployment with Elastic Load Balancing, traffic flows through the system as follows: