aws_list_eks_clusters
List EKS clusters in a specific AWS region and optionally update your local kubeconfig to connect kubectl to the found clusters.
Instructions
List EKS clusters in a specific AWS region and optionally configure local ~/.kube/config.
Args: region: AWS region (e.g. 'us-east-1', 'us-west-2') profile_name: AWS profile name to use (default: 'default') update_kubeconfig: If True, automatically configures kubeconfig for found clusters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | us-east-1 | |
| profile_name | No | default | |
| update_kubeconfig | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |