liwenwu-amazon / reinvent2018-NET410

15 stars 14 forks source link

Remove Section Below similar to to Kops section #21

Open izugbokwe opened 5 years ago

izugbokwe commented 5 years ago

CNI DEMO Setup a EKS cluster Create a t2.micro instance (using AWS console) create EC2 key pair, e.g. my-eks-key create a t2.micro instance using AMI ami-0965d7fbfc86df411 using my-eks-key run aws configure to configure instance with right permission Create a EKS cluster

create a EKS cluster

eksctl create cluster --name reinvent-eks-1 --node-type=t2.medium --ssh-access --ssh-public-key=my-eks-key