AWS eks documentation change
Summary
Updated eksctl command examples by replacing placeholders with concrete values and fixing ARN formatting.
Security assessment
Changes involve replacing <replaceable> tags with example strings and correcting ARN syntax. No security vulnerabilities, policies, or configurations were addressed.
Diff
diff --git a/eks/latest/userguide/kro-create-eksctl.md b/eks/latest/userguide/kro-create-eksctl.md index 819075a52..b33cf1f62 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 <replaceable>region-code</replaceable> \ - --cluster <replaceable>my-cluster</replaceable> \ + --region region-code \ + --cluster my-cluster \ @@ -63 +63 @@ Create the kro capability using eksctl. Replace `region-code` with the AWS Regio - --role-arn arn:aws:iam::[.replaceable]<literal>111122223333</literal>:role/KROCapabilityRole + --role-arn arn:aws:iam::[.replaceable]111122223333:role/KROCapabilityRole @@ -73,2 +73,2 @@ Check the capability status. Replace `region-code` with the AWS Region that your - --region <replaceable>region-code</replaceable> \ - --cluster <replaceable>my-cluster</replaceable> \ + --region region-code \ + --cluster my-cluster \ @@ -87,2 +87,2 @@ Get the capability role ARN: - --region <replaceable>region-code</replaceable> \ - --cluster <replaceable>my-cluster</replaceable> \ + --region region-code \ + --cluster my-cluster \ @@ -97,2 +97,2 @@ Associate the cluster admin policy: - --region <replaceable>region-code</replaceable> \ - --cluster <replaceable>my-cluster</replaceable> \ + --region region-code \ + --cluster my-cluster \