YAML for Amazon Elastic Kubernetes Service

View as Markdown

Amazon Elastic Kubernetes Service (EKS) target for deploying to AWS.

YAML parameters for Amazon Elastic Kubernetes Service

PARAMETERS
integrationrequiredstring
The integration. Required when adding GKE/EKS/AKS/DOKS
clusterrequiredstring
The ID of the cluster or fully qualified identifier for the cluster
targetrequiredstring
The human-readable ID of the target
role_arnstring
Amazon resource name specifying the IAM role to assume
permissionsPermissionsYaml
Access permissions for the target
namestring
The name of the target
regionstring
Cloud region, e.g. eu-central-1
application_idstring
The ID of the application/project
projectstring
The ID of the Google Cloud project
subscriptionstring
Type of AKS subscription
resource_groupstring
Azure resource group containing the AKS cluster
zonestring
GKE zone. E.g., europe-west3-a
proxystring
Proxy configuration to route K8s API traffic through (for private clusters)
disabledboolean
Indicates if this target is disabled (default: false)
tagsstring[]
The list of tags associated with the target
use_asUseAsYaml
Defines how the target can be used (as deployment target, proxy, or both)
notestring
Note for this resource
agent_notestring
YAML note for AI agents operating on this resource
typestring

Value: EKS

Last modified on Sep 17, 2026

YAML examples for Amazon Elastic Kubernetes Service

Amazon Elastic Kubernetes Service target

yaml
- target: myTarget5 type: EKS integration: my_integration cluster: https://my-cluster-url:6443 region: us-west-2 role_arn: my_role_arn