Amazon EKS Create and Delete Cluster

From NovaOrdis Knowledge Base
Revision as of 22:13, 3 September 2020 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

External

Internal

Creation Procedure

  • Create a dedicated IAM role. The use case should be "EKS - Cluster".
  • Create a VPC and 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.