AWS EKS

AWS basic EKS infrastructure

The basic template consists of the following components:

  1. Vpc

  2. Subnets (2 Public)

  3. Routing (Route table, Route table association, Route)

  4. Internet gateway

  5. IAM (Roles and Policies required for EKS)

  6. EKS cluster with aws-cni and kube-proxy add-ons

  7. A node group with one node

The following diagram depicts the components in the template.

Diagram - AWS basic EKS infrastructure

Last updated