AWS cli documentation change
Summary
Updated CLI version reference from 2.27.50 to 2.27.51 and added documentation for advancedConfiguration settings in blue/green deployments including IAM role requirements
Security assessment
The change adds documentation about required IAM roles (roleArn) for load balancer operations, which relates to security best practices for permission management. However, there is no evidence this addresses a specific security vulnerability or incident.
Diff
diff --git a/cli/latest/reference/ecs/delete-task-set.md b/cli/latest/reference/ecs/delete-task-set.md index 3f44a48a7..f0202a42b 100644 --- a//cli/latest/reference/ecs/delete-task-set.md +++ b//cli/latest/reference/ecs/delete-task-set.md @@ -15 +15 @@ - * [AWS CLI 2.27.50 Command Reference](../../index.html) » + * [AWS CLI 2.27.51 Command Reference](../../index.html) » @@ -474,0 +475,20 @@ taskSet -> (structure) +>>> +>>> advancedConfiguration -> (structure) +>>> +>>>> The advanced settings for the load balancer used in blue/green deployments. Specify the alternate target group, listener rules, and IAM role required for traffic shifting during blue/green deployments. +>>>> +>>>> alternateTargetGroupArn -> (string) +>>>> +>>>>> The Amazon Resource Name (ARN) of the alternate target group for Amazon ECS blue/green deployments. +>>>> +>>>> productionListenerRule -> (string) +>>>> +>>>>> The Amazon Resource Name (ARN) that identifies the production listener rule for routing production traffic. +>>>> +>>>> testListenerRule -> (string) +>>>> +>>>>> The Amazon Resource Name (ARN) that identifies the test listener rule or listener for routing test traffic. +>>>> +>>>> roleArn -> (string) +>>>> +>>>>> The Amazon Resource Name (ARN) of the IAM role that grants Amazon ECS permission to call the Elastic Load Balancing APIs for you. @@ -591 +611 @@ taskSet -> (structure) - * [AWS CLI 2.27.50 Command Reference](../../index.html) » + * [AWS CLI 2.27.51 Command Reference](../../index.html) »