Skip to content

Add Script to List EKS clusters for an AWS account#43

Merged
HMetcalfeW merged 2 commits into
mainfrom
aws-list-eks-clusters
Aug 20, 2025
Merged

Add Script to List EKS clusters for an AWS account#43
HMetcalfeW merged 2 commits into
mainfrom
aws-list-eks-clusters

Conversation

@HMetcalfeW

@HMetcalfeW HMetcalfeW commented Aug 20, 2025

Copy link
Copy Markdown
Contributor

Adding a simple script that iterates through each region and prints the EKS clusters in that region.

Example output:
Screenshot 2025-08-20 at 1 12 27 PM

Signed-off-by: HMetcalfeW <106991365+HMetcalfeW@users.noreply.github.com>
Comment thread aws/list-eks-clusters.sh Outdated
#!/usr/bin/env bash
set -euo pipefail

# Script to list all EKS clusters across all AWS regions

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit. More details at the top about what this script does? Examples of how to run it? Prereq binaries/auth before running the script?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great suggestion. Addressed in: 07d8eb5

@thomasvn thomasvn left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Signed-off-by: HMetcalfeW <106991365+HMetcalfeW@users.noreply.github.com>
@HMetcalfeW HMetcalfeW merged commit 21827b4 into main Aug 20, 2025
3 checks passed
@HMetcalfeW HMetcalfeW deleted the aws-list-eks-clusters branch August 20, 2025 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants