AWS eks documentation change
Summary
Added XML tags to replaceable parameters and fixed IAM role ARN formatting
Security assessment
Template formatting improvements and placeholder standardization. No security features or vulnerabilities addressed.
Diff
diff --git a/eks/latest/userguide/kro-create-eksctl.md b/eks/latest/userguide/kro-create-eksctl.md index b33cf1f62..833bd5263 100644 --- a//eks/latest/userguide/kro-create-eksctl.md +++ b//eks/latest/userguide/kro-create-eksctl.md @@ -59,2 +59,2 @@ Create the kro capability using eksctl. Replace `region-code` with the AWS Regio - --region region-code \ - --cluster my-cluster \ + --region <replaceable>region-code</replaceable> \ + --cluster <replaceable>my-cluster</replaceable> \ @@ -63 +63 @@ Create the kro capability using eksctl. Replace `region-code` with the AWS Regio - --role-arn arn:aws:iam::[.replaceable]111122223333:role/KROCapabilityRole + --role-arn arn:aws:iam::[.replaceable]<literal>111122223333</literal>:role/KROCapabilityRole @@ -73,2 +73,2 @@ Check the capability status. Replace `region-code` with the AWS Region that your - --region region-code \ - --cluster my-cluster \ + --region <replaceable>region-code</replaceable> \ + --cluster <replaceable>my-cluster</replaceable> \ @@ -87,2 +87,2 @@ Get the capability role ARN: - --region region-code \ - --cluster my-cluster \ + --region <replaceable>region-code</replaceable> \ + --cluster <replaceable>my-cluster</replaceable> \ @@ -97,2 +97,2 @@ Associate the cluster admin policy: - --region region-code \ - --cluster my-cluster \ + --region <replaceable>region-code</replaceable> \ + --cluster <replaceable>my-cluster</replaceable> \