Home > other >  Automated deployment
Automated deployment

Time:10-08

{
"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
"}
]
}
}
}
  •  Tags:  
  • AWS
  • Related