AWS - VPC Fundamentals
Given this AWS CLI command to create a VPC:
What will be the result?
aws ec2 create-vpc --cidr-block 10.1.0.0/16 --tag-specifications 'ResourceType=vpc,Tags=[{Key=Name,Value=MyVPC}]'What will be the result?
