AWS code-library documentation change
Summary
Added PowerShell V5 example for DeleteNodegroup operation with sample output
Security assessment
Routine documentation update showing node group deletion process without any security advisories or vulnerability references.
Diff
diff --git a/code-library/latest/ug/eks_example_eks_DeleteNodegroup_section.md b/code-library/latest/ug/eks_example_eks_DeleteNodegroup_section.md index 1815cd5fd..4de746ee5 100644 --- a//code-library/latest/ug/eks_example_eks_DeleteNodegroup_section.md +++ b//code-library/latest/ug/eks_example_eks_DeleteNodegroup_section.md @@ -130,0 +131,42 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: This cmdlet deletes an Amazon EKS node group for a cluster.** + + + Remove-EKSNodegroup -NodegroupName "ProdEKSNodeGroup" -ClusterName "PROD" + + +**Output:** + + + Confirm + Are you sure you want to perform this action? + Performing the operation "Remove-EKSNodegroup (DeleteNodegroup)" on target "ProdEKSNodeGroup". + [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): Y + + AmiType : AL2_x86_64 + ClusterName : PROD + CreatedAt : 12/25/2019 10:16:45 AM + DiskSize : 40 + Health : Amazon.EKS.Model.NodegroupHealth + InstanceTypes : {t3.large} + Labels : {} + ModifiedAt : 12/25/2019 11:01:16 AM + NodegroupArn : arn:aws:eks:us-west-2:012345678912:nodegroup/PROD/ProdEKSNodeGroup/7eb79e47-82b6-04d9-e984-95110db6fa85 + NodegroupName : ProdEKSNodeGroup + NodeRole : arn:aws:iam::012345678912:role/NodeInstanceRole + ReleaseVersion : 1.14.7-20190927 + RemoteAccess : + Resources : Amazon.EKS.Model.NodegroupResources + ScalingConfig : Amazon.EKS.Model.NodegroupScalingConfig + Status : DELETING + Subnets : {subnet-0d1a9fff35efa7691, subnet-0a3f4928edbc224d4} + Tags : {} + Version : 1.14 + + * For API details, see [DeleteNodegroup](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +