AWS eks documentation change
Summary
Fixed ARN syntax in condition example and policy attachment command.
Security assessment
Corrected ARN formatting in IAM examples. No security context or vulnerability remediation involved.
Diff
diff --git a/eks/latest/userguide/pod-execution-role.md b/eks/latest/userguide/pod-execution-role.md index 014e2c85f..7ea8da84c 100644 --- a//eks/latest/userguide/pod-execution-role.md +++ b//eks/latest/userguide/pod-execution-role.md @@ -71 +71 @@ If the policy matches but doesn’t have a line specifying the Fargate profiles - "aws:SourceArn": "<shared id="region.arn"/>eks:region-code:111122223333:fargateprofile/my-cluster/*", + "aws:SourceArn": "arn:aws:eks:region-code:111122223333:fargateprofile/my-cluster/*", @@ -178 +178 @@ AWS CLI - --policy-arn <shared id="region.arn"/>iam::aws:policy/AmazonEKSFargatePodExecutionRolePolicy \ + --policy-arn arn:aws:iam::aws:policy/AmazonEKSFargatePodExecutionRolePolicy \