{
"AWSTemplateFormatVersion" : "2010-09-09",
"Description" : "the Deploy a VPC,"
"The Resources" : {
"VPC" : {
"Type" : "... the AWS EC2: VPC, "
"Properties" : {
"CidrBlock" : "10.0.0.0/16,"
"EnableDnsHostnames" : true,
"Tags" : [
{
"Key" : "Name",
"Value" : "Lab VPC
"}
]
}
}
}