Skip to content

johnlam90/aws-cdk-telco-eks

Repository files navigation

Telco Grade EKS cluster with CDK

Screen_Shot_2021-10-26_at_12 43 18_AM

Pre-requisites

  • AWS Credentials
export AWS_ACCESS_KEY_ID="AXXXXXABCDEFFHIG"
export AWS_SECRET_ACCESS_KEY="ZXXJFJFJFJFJFJJFJFJFJFJJFXXXX"
export AWS_DEFAULT_REGION=us-east-2
  • Key-Pair

Usage

Create VPC,EKS cluster and Node Group

cdk deploy

Skip VPC creation and use existing VPC - Creates EKS Cluster and Node Group

cdk deploy -c use_vpc_id=vpc-0bxxxxxxxxxxx

Create EKS cluster in existing VPC without Nodegroup

cdk deploy -c use_vpc_id=vpc-0bxxxxxxxxxxx -c no_ng=1

Skip Nodegroup - Creates only VPC and EKS Control plane.

cdk deploy -c no_ng=1

Deploy Nodegroup without EFS filesystem

cdk deploy -c no_fs=1

Deploy Only VPC and Skip the rest of the deployment

cdk deploy -c only_vpc=1

References

About

One touch telco grade EKS cluster using CDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published