AWS eks documentation change
Summary
Fixed ARN formatting in CloudTrail log examples by replacing placeholder strings
Security assessment
Changes correct example log entries but don't address security vulnerabilities or introduce security features
Diff
diff --git a/eks/latest/userguide/understanding-service-name-entries.md b/eks/latest/userguide/understanding-service-name-entries.md index c0b95af57..ebc4283f0 100644 --- a//eks/latest/userguide/understanding-service-name-entries.md +++ b//eks/latest/userguide/understanding-service-name-entries.md @@ -23 +23 @@ The following example shows a CloudTrail log entry that demonstrates the [`Creat - "arn": "<shared id="region.arn"/>iam::111122223333:user/username", + "arn": "arn:aws:iam::111122223333:user/username", @@ -41 +41 @@ The following example shows a CloudTrail log entry that demonstrates the [`Creat - "roleArn": "<shared id="region.arn"/>iam::111122223333:role/AWSServiceRoleForAmazonEKS-CAC1G1VH3ZKZ", + "roleArn": "arn:aws:iam::111122223333:role/AWSServiceRoleForAmazonEKS-CAC1G1VH3ZKZ", @@ -50,2 +50,2 @@ The following example shows a CloudTrail log entry that demonstrates the [`Creat - "arn": "<shared id="region.arn"/>eks:region-code:111122223333:cluster/test", - "roleArn": "<shared id="region.arn"/>iam::111122223333:role/AWSServiceRoleForAmazonEKS-CAC1G1VH3ZKZ", + "arn": "arn:aws:eks:region-code:111122223333:cluster/test", + "roleArn": "arn:aws:iam::111122223333:role/AWSServiceRoleForAmazonEKS-CAC1G1VH3ZKZ", @@ -82 +82 @@ The following example shows a CloudTrail log entry that demonstrates a [`DeleteI - "arn": "<shared id="region.arn"/>sts::111122223333:assumed-role/AWSServiceRoleForAmazonEKSNodegroup/EKS", + "arn": "arn:aws:sts::111122223333:assumed-role/AWSServiceRoleForAmazonEKSNodegroup/EKS", @@ -89 +89 @@ The following example shows a CloudTrail log entry that demonstrates a [`DeleteI - "arn": "<shared id="region.arn"/>iam::111122223333:role/aws-service-role/eks-nodegroup.amazonaws.com/AWSServiceRoleForAmazonEKSNodegroup", + "arn": "arn:aws:iam::111122223333:role/aws-service-role/eks-nodegroup.amazonaws.com/AWSServiceRoleForAmazonEKSNodegroup",