AWS cli documentation change
Summary
Updated CLI version reference and added documentation for advancedConfiguration structure in blue/green deployments including load balancer settings, listener rules, and IAM role requirements
Security assessment
Added documentation for IAM role (roleArn) required for load balancer operations, which relates to security permissions but does not indicate a security vulnerability fix. The change documents security-related configuration without addressing a specific security issue.
Diff
diff --git a/cli/latest/reference/ecs/describe-task-sets.md b/cli/latest/reference/ecs/describe-task-sets.md index e83c7aa94..86729c08c 100644 --- a//cli/latest/reference/ecs/describe-task-sets.md +++ b//cli/latest/reference/ecs/describe-task-sets.md @@ -15 +15 @@ - * [AWS CLI 2.27.50 Command Reference](../../index.html) » + * [AWS CLI 2.27.51 Command Reference](../../index.html) » @@ -499,0 +500,20 @@ taskSets -> (list) +>>>> +>>>> 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. @@ -636 +656 @@ failures -> (list) - * [AWS CLI 2.27.50 Command Reference](../../index.html) » + * [AWS CLI 2.27.51 Command Reference](../../index.html) »