AWS eks documentation change
Summary
Updated documentation formatting: replaced raw placeholders with <replaceable> tags, fixed URL markdown syntax, and standardized ARN references using shared IDs.
Security assessment
Changes involve documentation syntax improvements and placeholder standardization without addressing security vulnerabilities or introducing security features. No evidence of security fixes or vulnerabilities mentioned.
Diff
diff --git a/eks/latest/userguide/getting-started-console.md b/eks/latest/userguide/getting-started-console.md index f931f1cd5..8c71c0bb2 100644 --- a//eks/latest/userguide/getting-started-console.md +++ b//eks/latest/userguide/getting-started-console.md @@ -49 +49 @@ To get started as simply and quickly as possible, this topic includes steps to c - --region region-code \ + --region <replaceable>region-code</replaceable> \ @@ -55 +55 @@ To get started as simply and quickly as possible, this topic includes steps to c -For a list of all the resources the previous command creates, open the AWS CloudFormation console at [https://console.aws.amazon.com/cloudformation/](https://console.aws.amazon.com/cloudformation/). Choose the `my-eks-vpc-stack` stack and then choose the **Resources** tab. +For a list of all the resources the previous command creates, open the AWS CloudFormation console at https://console.aws.amazon.com/cloudformation/. Choose the `my-eks-vpc-stack` stack and then choose the **Resources** tab. @@ -83 +83 @@ For a list of all the resources the previous command creates, open the AWS Cloud - --policy-arn arn:aws:iam::aws:policy/AmazonEKSClusterPolicy \ + --policy-arn <shared id="region.arn"/>iam::aws:policy/AmazonEKSClusterPolicy \ @@ -86 +86 @@ For a list of all the resources the previous command creates, open the AWS Cloud - 3. Open the Amazon EKS console at [[eks/home#/clusters](eks/home#/clusters)](https://console.aws.amazon.com/eks/home#/clusters). + 3. Open the Amazon EKS console at [https://console.aws.amazon.com/eks/home#/clusters](https://console.aws.amazon.com/eks/home#/clusters). @@ -139,2 +139 @@ Before proceeding, be sure that your cluster creation completed successfully in - aws eks update-kubeconfig --region region-code --name my-cluster - + aws eks update-kubeconfig --region <replaceable>region-code</replaceable> --name <replaceable>my-cluster</replaceable> @@ -198 +197 @@ To learn more about different ways to configure nodes in EKS, see [Manage comput - --policy-arn arn:aws:iam::aws:policy/AmazonEKSWorkerNodePolicy \ + --policy-arn <shared id="region.arn"/>iam::aws:policy/AmazonEKSWorkerNodePolicy \ @@ -201 +200 @@ To learn more about different ways to configure nodes in EKS, see [Manage comput - --policy-arn arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryReadOnly \ + --policy-arn <shared id="region.arn"/>iam::aws:policy/AmazonEC2ContainerRegistryReadOnly \ @@ -204 +203 @@ To learn more about different ways to configure nodes in EKS, see [Manage comput - --policy-arn arn:aws:iam::aws:policy/AmazonEKS_CNI_Policy \ + --policy-arn <shared id="region.arn"/>iam::aws:policy/AmazonEKS_CNI_Policy \ @@ -207 +206 @@ To learn more about different ways to configure nodes in EKS, see [Manage comput - 4. Open the Amazon EKS console at [[eks/home#/clusters](eks/home#/clusters)](https://console.aws.amazon.com/eks/home#/clusters). + 4. Open the Amazon EKS console at [https://console.aws.amazon.com/eks/home#/clusters](https://console.aws.amazon.com/eks/home#/clusters). @@ -257 +256 @@ After you’ve finished with the cluster and nodes that you created for this tut - 1. Open the Amazon EKS console at [[eks/home#/clusters](eks/home#/clusters)](https://console.aws.amazon.com/eks/home#/clusters). + 1. Open the Amazon EKS console at [https://console.aws.amazon.com/eks/home#/clusters](https://console.aws.amazon.com/eks/home#/clusters). @@ -277 +276 @@ After you’ve finished with the cluster and nodes that you created for this tut - 1. Open the CloudFormation console at [https://console.aws.amazon.com/cloudformation/](https://console.aws.amazon.com/cloudformation/). + 1. Open the CloudFormation console at https://console.aws.amazon.com/cloudformation/. @@ -285 +284 @@ After you’ve finished with the cluster and nodes that you created for this tut - 1. Open the IAM console at [https://console.aws.amazon.com/iam/](https://console.aws.amazon.com/iam/). + 1. Open the IAM console at https://console.aws.amazon.com/iam/.