AWS code-library documentation change
Summary
Added PowerShell V5 example for EKS cluster deletion
Security assessment
Routine documentation of cluster deletion process with no security-specific configurations or vulnerabilities addressed. Standard operational procedure documentation.
Diff
diff --git a/code-library/latest/ug/eks_example_eks_DeleteCluster_section.md b/code-library/latest/ug/eks_example_eks_DeleteCluster_section.md index 74bff266a..848bedeec 100644 --- a//code-library/latest/ug/eks_example_eks_DeleteCluster_section.md +++ b//code-library/latest/ug/eks_example_eks_DeleteCluster_section.md @@ -150,0 +151,37 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: This cmdlet deletes the Amazon EKS cluster control plane.** + + + Remove-EKSCluster -Name "DEV-KUBE-CL" + + +**Output:** + + + Confirm + Are you sure you want to perform this action? + Performing the operation "Remove-EKSCluster (DeleteCluster)" on target "DEV-KUBE-CL". + [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): Y + + Arn : arn:aws:eks:us-west-2:012345678912:cluster/DEV-KUBE-CL + CertificateAuthority : Amazon.EKS.Model.Certificate + ClientRequestToken : + CreatedAt : 12/25/2019 9:33:25 AM + Endpoint : https://02E6D31E3E4F8C15D7BE7F58D527776A.yl4.us-west-2.eks.amazonaws.com + Identity : Amazon.EKS.Model.Identity + Logging : Amazon.EKS.Model.Logging + Name : DEV-KUBE-CL + PlatformVersion : eks.7 + ResourcesVpcConfig : Amazon.EKS.Model.VpcConfigResponse + RoleArn : arn:aws:iam::012345678912:role/eks-iam-role + Status : DELETING + Tags : {} + Version : 1.14 + + * For API details, see [DeleteCluster](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +