In my previous post, I have discussed about how to create vpc, subnets, internet gateway, nat gateway using AWS CDK(Python). In this post, we will be discussing about how to create EKS (k8s) cluster. This is requested by many of my followers, so I would like to write a blog to help the community. CreateContinue reading “AWS CDK (Python) How to Create EKS Cluster”
Tag Archives: AWS CDK Python
AWS CDK (Python)- How to Configure VPC, Subnets, Internet gateway, NatGateway
So far, i’ve discussed about how to configure vpc, subnets, natgateway, ec2 using terraform, in this post i’m going to discuss how to configure VPC, Subnets, Internet Gateway, NatGateway with AWS CDK using python as language. We don’t need to write any complex cloudformation scripts, we use AWS CDK to construct resources. For more informationContinue reading “AWS CDK (Python)- How to Configure VPC, Subnets, Internet gateway, NatGateway”