Amazon Elastic Kubernetes Service
Last updated
Enter the AWS Access Key ID of an IAM user or role with read access to EKS, EC2, and Auto Scaling resources.
Enter the AWS Secret Access Key paired with the Access Key ID above.
Optional bootstrap region used to enumerate available regions. If left blank, us-east-1 is used. The adapter discovers EKS clusters across all enabled regions regardless of this value.
Permissions Required
The provided credentials need read-only access to the following AWS APIs:
EC2: ec2:DescribeRegions, ec2:DescribeInstances
EKS: eks:ListClusters, eks:ListNodegroups, eks:DescribeNodegroup
Auto Scaling: autoscaling:DescribeAutoScalingGroups
Last updated