AWS eks documentation change
Summary
Corrected ARN formatting in migration commands for AWS Load Balancer Controller, fixing GovCloud region references and policy ARN examples.
Security assessment
Changes involve fixing placeholder syntax in example commands. No evidence of security vulnerability remediation; purely documentation formatting improvements.
Diff
diff --git a/eks/latest/userguide/lbc-remove.md b/eks/latest/userguide/lbc-remove.md index ea55cf781..99fb686d9 100644 --- a//eks/latest/userguide/lbc-remove.md +++ b//eks/latest/userguide/lbc-remove.md @@ -77 +77 @@ To migrate from the ALB Ingress Controller for Kubernetes to the AWS Load Balanc - sed -i.bak -e 's|<shared id="region.arn"/>|arn:aws-us-gov:|' iam_policy_v1_to_v2_additional.json + sed -i.bak -e 's|arn:aws:|arn:aws-us-gov:|' iam_policy_v1_to_v2_additional.json @@ -91 +91 @@ If you created the role using `eksctl`, then to find the role name that was crea - --policy-arn <shared id="region.arn"/>iam::111122223333:policy/AWSLoadBalancerControllerAdditionalIAMPolicy + --policy-arn arn:aws:iam::111122223333:policy/AWSLoadBalancerControllerAdditionalIAMPolicy