AWS — Provision EKS Cluster Using Terraform Resources

<p><a href="https://aws.amazon.com/eks/" rel="noopener ugc nofollow" target="_blank"><strong>Amazon Elastic Kubernetes Service</strong></a><strong>&nbsp;(EKS)</strong>&nbsp;is a managed service that makes it easy to run Kubernetes on AWS. With EKS, you can focus on building and running your applications, while AWS takes care of managing the Kubernetes control plane, worker nodes, and cluster resources.</p> <p><img alt="" src="https://miro.medium.com/v2/resize:fit:700/1*iZeANBaW4Om5Zq2C6KrmmA.png" style="height:430px; width:700px" /></p> <p>Amazon EKS Cluster</p> <blockquote> <p>NOTE: EKS cluster control plane got a provision in Amazon EKS VPC (AWS own VPC and own Account) because it is a service provided by AWS. It creates an Elastic Network Interface in respective subnets so that communication between worker nodes in our VPC and EKS control plane can happen.</p> </blockquote> <p><a href="https://aws.plainenglish.io/aws-provision-eks-cluster-using-terraform-resources-2ad642016dc3"><strong>Website</strong></a></p>