Skip to main content

clusters

Retrieves a list of clusters in a region

Overview

Nameclusters
TypeResource
Descriptionclusters
Idawscc.eks.clusters

Fields

NameDatatypeDescription
namestringThe unique name to give to your cluster.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name
FROM awscc.eks.clusters
WHERE region = 'us-east-1'

Permissions

To operate on the clusters resource, the following permissions are required:

Create

eks:CreateCluster,
eks:DescribeCluster,
eks:TagResource,
iam:PassRole,
iam:GetRole,
iam:ListAttachedRolePolicies,
iam:CreateServiceLinkedRole,
iam:CreateInstanceProfile,
iam:TagInstanceProfile,
iam:AddRoleToInstanceProfile,
iam:GetInstanceProfile,
iam:DeleteInstanceProfile,
iam:RemoveRoleFromInstanceProfile,
ec2:DescribeSubnets,
ec2:DescribeVpcs,
kms:DescribeKey,
kms:CreateGrant

List

eks:ListClusters