AWS Security ChangesHomeSearch

AWS systems-manager-automation-runbooks documentation change

Service: systems-manager-automation-runbooks · 2025-11-19 · Documentation low

File: systems-manager-automation-runbooks/latest/userguide/automation-aws-deleteekscluster.md

Summary

Updated all 'AWS CloudFormation' references to 'CloudFormation' in EKS cluster deletion documentation.

Security assessment

Terminology standardization without security implications. IAM role references remain unchanged with no added security context.

Diff

diff --git a/systems-manager-automation-runbooks/latest/userguide/automation-aws-deleteekscluster.md b/systems-manager-automation-runbooks/latest/userguide/automation-aws-deleteekscluster.md
index 0cc8ceb05..e2e47cf1a 100644
--- a//systems-manager-automation-runbooks/latest/userguide/automation-aws-deleteekscluster.md
+++ b//systems-manager-automation-runbooks/latest/userguide/automation-aws-deleteekscluster.md
@@ -9 +9 @@
-This runbook deletes the resources associated with an Amazon EKS cluster, including node groups and Fargate profiles. Optionally, you can choose to delete all self-managed nodes, the AWS CloudFormation stacks used to create the nodes, and the VPC AWS CloudFormation stack for your cluster. For more information about deleting a cluster, see [Deleting a cluster](https://docs.aws.amazon.com/eks/latest/userguide/delete-cluster.html) in the _Amazon EKS User Guide_. 
+This runbook deletes the resources associated with an Amazon EKS cluster, including node groups and Fargate profiles. Optionally, you can choose to delete all self-managed nodes, the CloudFormation stacks used to create the nodes, and the VPC CloudFormation stack for your cluster. For more information about deleting a cluster, see [Deleting a cluster](https://docs.aws.amazon.com/eks/latest/userguide/delete-cluster.html) in the _Amazon EKS User Guide_. 
@@ -66 +66 @@ Type: String
-Description: (Optional) AWS CloudFormation stack name for VPC for the EKS cluster being deleted. This deletes the AWS CloudFormation stack for VPC and any resources created by the stack.
+Description: (Optional) CloudFormation stack name for VPC for the EKS cluster being deleted. This deletes the CloudFormation stack for VPC and any resources created by the stack.
@@ -72 +72 @@ Type: String
-Description: (Optional) The ARN of an IAM role that AWS CloudFormation assumes to delete the VPC AWS CloudFormation stack. AWS CloudFormation uses the role's credentials to make calls on your behalf.
+Description: (Optional) The ARN of an IAM role that CloudFormation assumes to delete the VPC CloudFormation stack. CloudFormation uses the role's credentials to make calls on your behalf.
@@ -78 +78 @@ Type: String
-Description: (Optional) Comma-separated list of AWS CloudFormation stack names for self-managed nodes, This will delete the AWS CloudFormation stacks for self-managed nodes.
+Description: (Optional) Comma-separated list of CloudFormation stack names for self-managed nodes, This will delete the CloudFormation stacks for self-managed nodes.
@@ -84 +84 @@ Type: String
-Description: (Optional) The ARN of an IAM role that AWS CloudFormation assumes to delete the Self-managed Node Stacks. AWS CloudFormation uses the role's credentials to make calls on your behalf.
+Description: (Optional) The ARN of an IAM role that CloudFormation assumes to delete the Self-managed Node Stacks. CloudFormation uses the role's credentials to make calls on your behalf.
@@ -118 +118 @@ The `AutomationAssumeRole` parameter requires the following actions to use the r
-  * `aws:executeScript` \- DeleteSelfManagedNodes: Delete all self-managed nodes and the AWS CloudFormation stacks used to create the nodes. 
+  * `aws:executeScript` \- DeleteSelfManagedNodes: Delete all self-managed nodes and the CloudFormation stacks used to create the nodes. 
@@ -122 +122 @@ The `AutomationAssumeRole` parameter requires the following actions to use the r
-  * `aws:executeScript` \- DeleteVPCCloudFormationStack: Delete the VPC AWS CloudFormation stack. 
+  * `aws:executeScript` \- DeleteVPCCloudFormationStack: Delete the VPC CloudFormation stack.