#vpc
Read more stories on Hashnode
Articles with this tag
Project Architecture 1. VPC Setup 1.1 Create VPC CIDR Block: 10.10.0.0/16 Command: vpc_id=$(aws ec2 create-vpc --cidr-block 10.10.0.0/16 --query...