Question 62:
What would be the output when you deploy a CloudFormation template to create a VPC with two separate subnets in CIDR ranges of 10.0.0.0/16 and 10.0.1.0/24?
Answer options:
A.The template will give an error during the design stage. B.The template will give a deployment error when creating the subnet and leave the VPC as created. C.The template will give a deployment error and all resources will be rolled back. D.The template will deploy successfully.