{"tool":"aws","tool_display":"Aws","intent":"describe-eks-nodegroup","intent_display":"describe eks nodegroup","title":"Aws Command: describe eks nodegroup","command_string":"aws eks describe-nodegroup --cluster-name <cluster_name> --nodegroup-name <nodegroup_name>","raw_command_string":"aws eks describe-nodegroup --cluster-name {{cluster_name}} --nodegroup-name {{nodegroup_name}}","description":"Exact CLI syntax to describe eks nodegroup using Aws.","usage_scenario":"When debugging issues related to node configurations or deployments within a cluster.","scenario_context":"Use this command to quickly check the status of your EKS nodegroup.","simulated_output":"{\\n  \"nodegroup\": {\\n    \"nodegroupName\": \"example-nodegroup\",\\n    \"clusterName\": \"example-cluster\",\\n    \"status\": \"ACTIVE\",\\n    \"scalingConfig\": {\\n      \"minSize\": 2,\\n      \"maxSize\": 5,\\n      \"desiredSize\": 3\\n    },\\n    \"resources\": {\\n      \"autoScalingGroups\": [\\n        {\\n          \"name\": \"example-asg\"\\n        }\\n      ]\\n    }\\n  }\\n}","how_to_steps":["Run the command: aws eks describe-nodegroup --cluster-name my-cluster --nodegroup-name my-nodegroup","Verify the output for the expected nodegroup details, especially status and scalingConfig."],"inferred_category":"Cloud Infrastructure","canonical_url":"https://www.syntaxstandard.com/aws/describe-eks-nodegroup"}