AWS eks documentation change
Summary
Corrected an example pod execution role ARN by replacing a placeholder with a concrete ARN format.
Security assessment
The update fixes documentation formatting without altering security content or addressing vulnerabilities. IAM role references remain unchanged in functionality.
Diff
diff --git a/eks/latest/userguide/fargate-getting-started.md b/eks/latest/userguide/fargate-getting-started.md index 9e42f7ea9..8b18eeeea 100644 --- a//eks/latest/userguide/fargate-getting-started.md +++ b//eks/latest/userguide/fargate-getting-started.md @@ -147 +147 @@ The role ARN can’t include a [path](https://docs.aws.amazon.com/IAM/latest/Use - --pod-execution-role-arn <shared id="region.arn"/>iam::<111122223333>:role/<AmazonEKSFargatePodExecutionRole> \ + --pod-execution-role-arn arn:aws:iam::<111122223333>:role/<AmazonEKSFargatePodExecutionRole> \