Skip to content

chukkadroid/eks-aws

Repository files navigation

Complete AWS EKS Cluster

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

Usage

To run this example you need to execute:

$ terraform init
$ terraform plan
$ terraform apply
$ terraform destroy

Requirements

Name Version
terraform >= 0.13.1
aws >= 3.72
kubernetes >= 2.10

Providers

Name Version
aws >= 3.72

Resources

Name Type
https://docs.aws.amazon.com/eks/latest/userguide/create-cluster.html resource

Inputs

No inputs.

Outputs

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages