Creating a VPC uses the ec2 command. In this example, the VPC will be named “vpc-01”.
aws ec2 create-vpc --cidr-block 10.0.0.0/16 --tag-specifications 'ResourceType=vpc, Tags=[{Key=Name,Value=vpc-01}]'
AWS Documentation for create-vpc
Photo by Sander Weeteling on Unsplash