Amazon EKS Create and Delete Cluster

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

Creation Procedure


Create a VPC using the pre-defined CloudFormation stack as described here:

Record VpcId, SecurityGroups, SubnetId


  • Create the cluster. From the Console → EKS → Create Cluster:
    • Cluster Service Role
    • Next
    • VPC
    • Subnets (all existing are preselected)
    • Security groups: use Control Plane Security Group.
    • Custer Endpoint Access

Deletion Procedure

  • Delete the cluster.