AWS Security ChangesHomeSearch

AWS IAM documentation change

Service: IAM · 2026-05-04 · Documentation low

File: IAM/latest/UserGuide/sts_example_eks_GettingStarted_034_section.md

Summary

Added resource tagging throughout EKS tutorial and updated documentation link

Security assessment

Changes add operational tags to EKS resources and fix a documentation URL. No security vulnerabilities are addressed or security features documented. Tagging improvements are operational best practices.

Diff

diff --git a/IAM/latest/UserGuide/sts_example_eks_GettingStarted_034_section.md b/IAM/latest/UserGuide/sts_example_eks_GettingStarted_034_section.md
index ffcdce56c..920cba59b 100644
--- a//IAM/latest/UserGuide/sts_example_eks_GettingStarted_034_section.md
+++ b//IAM/latest/UserGuide/sts_example_eks_GettingStarted_034_section.md
@@ -192 +192,2 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
-      --template-url https://s3.us-west-2.amazonaws.com/amazon-eks/cloudformation/2020-10-29/amazon-eks-vpc-private-subnets.yaml)
+      --template-url https://s3.us-west-2.amazonaws.com/amazon-eks/cloudformation/2020-10-29/amazon-eks-vpc-private-subnets.yaml \
+      --tags Key=project,Value=doc-smith Key=tutorial,Value=eks-gs)
@@ -228,0 +230,2 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
+    aws iam tag-role --role-name "$CLUSTER_ROLE_NAME" \
+      --tags Key=project,Value=doc-smith Key=tutorial,Value=eks-gs
@@ -260,0 +264,2 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
+    aws iam tag-role --role-name "$NODE_ROLE_NAME" \
+      --tags Key=project,Value=doc-smith Key=tutorial,Value=eks-gs
@@ -322 +327,2 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
-      --resources-vpc-config subnetIds="$SUBNET_IDS",securityGroupIds="$SECURITY_GROUP_ID")
+      --resources-vpc-config subnetIds="$SUBNET_IDS",securityGroupIds="$SECURITY_GROUP_ID" \
+      --tags Key=project,Value=doc-smith,Key=tutorial,Value=eks-gs)
@@ -374 +380,2 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
-      --subnets "${SUBNET_IDS_ARRAY[@]}")
+      --subnets "${SUBNET_IDS_ARRAY[@]}" \
+      --tags Key=project,Value=doc-smith,Key=tutorial,Value=eks-gs)
@@ -503 +510 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
-    * [Wait](https://docs.aws.amazon.com/goto/aws-cli/eks-2017-11-01/Wait)
+    * [Wait](https://docs.aws.amazon.com/goto/aws-cli/cloudformation-2010-05-15/Wait)