> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# EKS List Nodegroups

Lists the Amazon EKS managed node groups associated with the specified cluster in your Amazon Web Services account in the specified Region.
Self-managed node groups are not listed.

<Note>
  External Documentation

  To learn more, visit the [AWS documentation](https://docs.aws.amazon.com/eks/latest/APIReference/API_ListNodegroups.html).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter    | Description                                                                    |
  | ------------ | ------------------------------------------------------------------------------ |
  | AWS Region   | Enter the desired AWS Region.                                                  |
  | Cluster Name | The name of the Amazon EKS cluster that you would like to list node groups in. |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter                        | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  | -------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Disable XML To JSON Auto Convert | When checked, XML responses are not automatically converted into JSON format.                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  | Max Results                      | The maximum number of node group results returned by ListNodegroups in paginated output.<br />When you use this parameter, ListNodegroups returns only maxResults results in a single page along with a nextToken response element.<br />You can see the remaining results of the initial request by sending another ListNodegroups request with the returned nextToken value.<br />This value can be between 1 and 100.<br />If you don't use this parameter, ListNodegroups returns up to 100 results and a nextToken value if applicable. |
  | Next Token                       | The nextToken value returned from a previous paginated ListNodegroups request where maxResults was used and the results exceeded the value of that parameter.<br />Pagination continues from the end of the previous results that returned the nextToken value.                                                                                                                                                                                                                                                                              |
</div>

## Example Output

```json theme={"dark"}
{
	"nodegroups": [
		"<string>"
	]
}
```

## Workflow Library Example

[Pause Eks Cluster](https://library.blinkops.com/workflows/pause-eks-cluster)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/pause-eks-cluster/canvas" />
</div>
