2020-12-08

 aws cloudformation创建vpc

{
    "AWSTemplateFormatVersion": "2010-09-09",
    "Metadata": {
        "AWS::CloudFormation::Designer": {
            "41128771-4b9a-492f-9576-40f90e3f4731": {
                "size": {
                    "width": 90,
                    "height": 80
                },
                "position": {
                    "x": 164,
                    "y": 140
                },
                "z": 0,
                "embeds": []
            }
        }
    },
    "Resources": {
        "EC2VPC1BU56": {
            "Type": "AWS::EC2::VPC",
            "Properties": {
                "CidrBlock": "10.0.0.0/16",
                "EnableDnsSupport": "true",
                "EnableDnsHostnames": "true",
                "InstanceTenancy": "dedicated",
                "Tags": [
                    {
                        "Key": "foo",
                        "Value": "bar"
                    }
                ]
            },
            "Metadata": {
                "AWS::CloudFormation::Designer": {
                    "id": "41128771-4b9a-492f-9576-40f90e3f4731"
                }
            }
        }
    }
}
上一篇:Kubernetes 最佳安全实践指南


下一篇:metadata的深入