AWS EKS Action
Version updated for https://github.com/gumlet/aws-eks-action to version v1.0.6.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The setup-aws-eks GitHub Action automates the process of configuring a Kubernetes client, such as kubectl, to connect to an AWS EKS cluster directly from a GitHub Actions workflow. It streamlines cluster access by generating or updating the necessary .kube/config file using AWS CLI’s update-kubeconfig command. This action simplifies EKS cluster management for CI/CD pipelines by enabling tasks like deployments or cluster interactions without manual configuration.