Skip to main content

fargate_profiles

Retrieves a list of fargate_profiles in a region

Overview

Namefargate_profiles
TypeResource
Descriptionfargate_profiles
Idawscc.eks.fargate_profiles

Fields

NameDatatypeDescription
cluster_namestringName of the Cluster
fargate_profile_namestringName of FargateProfile
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
cluster_name,
fargate_profile_name
FROM awscc.eks.fargate_profiles
WHERE region = 'us-east-1'

Permissions

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

Create

eks:CreateFargateProfile,
eks:DescribeFargateProfile,
iam:GetRole,
iam:PassRole,
iam:CreateServiceLinkedRole,
eks:TagResource

List

eks:ListFargateProfiles