AWS code-library documentation change
Summary
Added PowerShell V5 example for DescribeNodegroup operation with sample output
Security assessment
Operational example showing node group information retrieval, not security-related.
Diff
diff --git a/code-library/latest/ug/eks_example_eks_DescribeNodegroup_section.md b/code-library/latest/ug/eks_example_eks_DescribeNodegroup_section.md index 5a6a9c5f4..c664f9ceb 100644 --- a//code-library/latest/ug/eks_example_eks_DescribeNodegroup_section.md +++ b//code-library/latest/ug/eks_example_eks_DescribeNodegroup_section.md @@ -119,0 +120,37 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: This cmdlet returns descriptive information about an Amazon EKS node group.** + + + Get-EKSNodegroup -NodegroupName "ProdEKSNodeGroup" -ClusterName "PROD" + + +**Output:** + + + 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 10:16:45 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 : + ScalingConfig : Amazon.EKS.Model.NodegroupScalingConfig + Status : CREATING + Subnets : {subnet-0d1a9fff35efa7691, subnet-0a3f4928edbc224d4} + Tags : {} + Version : 1.14 + + * For API details, see [DescribeNodegroup](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +