Amazon EKS Create and Delete Cluster: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 12: Line 12:




Create a VPC using the pre-defined CloudFormation stack as described here:
Create a VPC using the pre-defined CloudFormation stack as described here: https://docs.aws.amazon.com/eks/latest/userguide/getting-started-console.html
 
Write down the name of the stack, as it may be needed to delete the resources.


Record VpcId, SecurityGroups, SubnetId  
Record VpcId, SecurityGroups, SubnetId  

Revision as of 22:16, 3 September 2020

External

Internal

Creation Procedure


Create a VPC using the pre-defined CloudFormation stack as described here: https://docs.aws.amazon.com/eks/latest/userguide/getting-started-console.html

Write down the name of the stack, as it may be needed to delete the resources.

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.