Files
terraform-aws-eks/tests/eks-hybrid-nodes
Bryant Biggs 3b974d33ad feat: Add support for EKS Auto Mode and EKS Hybrid nodes (#3225)
* feat: Add support for EKS hybrid nodes

* feat: Add support for EKS Auto Mode

* chore: Update test directory names

* chore: Clean up examples and tests

* fix: Clean up and last minute changes for GA

* chore: Formatting

* chore: Bump min required version for new features

* fix: Corrects from test/validation on existing clusters

* feat: Add policy for custom tags on EKS Auto Mode, validate examples

* chore: Expand on `CAM` acronym

* chore: Update README to match examples
2024-12-04 09:24:21 -06:00
..

EKS Hybrid Node IAM Role

Usage

To provision the provided configurations you need to execute:

$ terraform init
$ terraform plan
$ terraform apply --auto-approve

Note that this example may create resources which cost money. Run terraform destroy when you don't need these resources.

Requirements

Name Version
terraform >= 1.3.2
aws >= 5.79
tls >= 4.0

Providers

Name Version
tls >= 4.0

Modules

Name Source Version
disabled_eks_hybrid_node_role ../../modules/hybrid-node-role n/a
eks_hybrid_node_role ../../modules/hybrid-node-role n/a
ira_eks_hybrid_node_role ../../modules/hybrid-node-role n/a

Resources

Name Type
tls_private_key.example resource
tls_self_signed_cert.example resource

Inputs

No inputs.

Outputs

Name Description
arn The Amazon Resource Name (ARN) specifying the node IAM role
intermediate_role_arn The Amazon Resource Name (ARN) specifying the node IAM role
intermediate_role_name The name of the node IAM role
intermediate_role_unique_id Stable and unique string identifying the node IAM role
ira_arn The Amazon Resource Name (ARN) specifying the node IAM role
ira_intermediate_role_arn The Amazon Resource Name (ARN) specifying the node IAM role
ira_intermediate_role_name The name of the node IAM role
ira_intermediate_role_unique_id Stable and unique string identifying the node IAM role
ira_name The name of the node IAM role
ira_unique_id Stable and unique string identifying the node IAM role
name The name of the node IAM role
unique_id Stable and unique string identifying the node IAM role