Skip to content

CloudFormation template for creating EKS clusters

Tiger Watson requested to merge 22392-eks-cloudformation-template into master

What does this MR do?

CloudFormation template for creating EKS clusters

Creates the cluster itself, a group of worker nodes, and the networking rules to allow them to communicate.

Assumes that a VPC, an IAM service role, subnets and security group have already been created and will be passed as parameters.

The nodes must wait for the cluster to finish creating as they need to register with the cluster on launch, which will fail if the cluster has yet to finish creating.

Based on the AWS sample for creating worker nodes, with a AWS::EKS::Cluster resource added: https://amazon-eks.s3-us-west-2.amazonaws.com/cloudformation/2019-02-11/amazon-eks-nodegroup.yaml

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Performance and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team

#22392 (closed)

Edited by 🤖 GitLab Bot 🤖

Merge request reports