我定義我的參數是這樣的:AWS cloudformation -resource屬性錯誤
"InstanceSecurityGroup" : {
"Type" : "AWS::EC2::SecurityGroup",
"Properties" : {
"VpcId" : {"Ref": "VPCLIST"} ,
"GroupDescription" : "Enable 3306/80/SSH access via port 22"
}
,並在執行這個我:
{
"PrivateSubnets":{
"Description":"db subnetlist",
"Type": "List<AWS::EC2::Subnet::Id>"
},
"VPCLIST": {
"Description": "VPC list",
"Type": "List<AWS::EC2::VPC::Id>"
}
}
和「資源」像部分以下,參照上述參數得到下面的錯誤。
AWS EC2 :: :: SecurityGroup InstanceSecurityGroup 「屬性VpcId的值必須是String類型的」
注:我只默認VPC可用它未作爲字符串?對此問題的任何解決方案...
下面是錯誤信息:錯誤 無法列出數據:內部故障 –