Skip to main content
The fargate-profile sub-module manages EKS Fargate Profiles. It is invoked for each entry in the fargate_profiles map on the root module.

Inputs

General

Fargate Profile

IAM Role


Outputs

IAM Role

iam_role_name
string
The name of the IAM role.
iam_role_arn
string
The Amazon Resource Name (ARN) specifying the IAM role.
iam_role_unique_id
string
Stable and unique string identifying the IAM role.

Fargate Profile

fargate_profile_arn
string
Amazon Resource Name (ARN) of the EKS Fargate Profile.
fargate_profile_id
string
EKS Cluster name and EKS Fargate Profile name separated by a colon (:).
fargate_profile_status
string
Status of the EKS Fargate Profile.
fargate_profile_pod_execution_role_arn
string
Amazon Resource Name (ARN) of the EKS Fargate Profile Pod execution role ARN.

Build docs developers (and LLMs) love