๐Use CloudFormation to Create a VPC with Subnets
๐To understand CloudFormation a bit better, we are going to use it to perform the following exercise:
Create a VPC with CIDR 10.10.0.0/16
Create three public subnets with CIDRs 10.10.1.0/24, 10.10.2.0/24 & 10.10.3.0/24
After logging into your AW...
what-is-ec2.hashnode.dev5 min read