Skip to main content

One post tagged with "vpc-example"

View All Tags

· 3 min read
Nam Nguyen

VPC is the fundamental of a lot service in AWS. So let's start create our own vpc in aws via cdk.

We gonna create a VPC in AWS southeast-asia that have a vpc, one public subnet, one private subnet, one route table and one internet gateway.

VPC Example