Configuration in this directory creates an AWS EKS cluster with a broad mix of various features and settings provided by this module:
- AWS EKS cluster
- Apache tomcat deployment
To run this example you need to execute:
$ terraform init
$ terraform plan
$ terraform apply
$ terraform destroy
No inputs.
| Name |
Description |
| cluster_id |
The name/id of the EKS cluster. Will block on cluster creation until the cluster is really ready |
| cluster_security_group_id |
Cluster security group that was created by Amazon EKS for the cluster. Managed node groups use this security group for control-plane-to-data-plane communication. Referred to as 'Cluster security group' in the EKS console |
| cluster_name |
name of the EKS cluster |
| cluster_region_name |
name of the aws region |