If you are starting your CDK path see these great resources
Introduction
We need avaliable VPC that allows us to have a secure, Application and Private subnets and following best Practices. To Setup all the Routing and NAT Gateway or Nat Instance
VPC Design
With VPCs and designing a CDK Template that we can reuse for multiple environments or Projects, we need to think about possible user cases. some of the user cases may Include:
- A single point of egress for... read more