gpt4 book ai didi

aws-cloudformation - 为不需要的模板指定的 AWS CloudFormation 参数值

转载 作者:行者123 更新时间:2023-12-03 07:14:25 24 4
gpt4 key购买 nike

我将代码从 ruby​​ 移植到 Python,以用于 CloudFormation 堆栈创建项目。下面是一个堆栈,我只是不断获取“为不需要它们的模板指定的参数值。”

这确实没有告诉我任何事情。

我已经根据模式检查了 json,一切正常,并根据原始代码创建的堆栈进行了检查,并且它匹配,所以有人可以在这里看到问题,或者至少为我指出正确的方向。

{
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "EcsStack-5ad0c44afbf508d0b5a158df0da307fca33f5f63",
"Outputs": {
"marc1EcsCluster": {
"Value": {
"Ref": "marc1EcsCluster"
}
},
"marc1EcsClusterArn": {
"Value": {
"Fn::GetAtt": [
"marc1EcsCluster",
"Arn"
]
}
}
},
"Parameter": {
"Vpc": {
"Description": "VPC ID",
"Type": "String"
}
},
"Resources": {
"CloudFormationDummyResource": {
"Metadata": {
"Comment": "Resource to update stack even if there are no changes",
"GitCommitHash": "5ad0c44afbf508d0b5a158df0da307fca33f5f63"
},
"Type": "AWS::CloudFormation::WaitConditionHandle"
},
"marc1EcsCluster": {
"Type": "AWS::ECS::Cluster"
}
},
"Transform": "AWS::Serverless-2016-10-31"
}

最佳答案

作为更一般的建议,CloudFormation Linter将通过以下消息捕获这些错误:

E1001:顶级项目参数无效
template.json:19

关于aws-cloudformation - 为不需要的模板指定的 AWS CloudFormation 参数值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59892111/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com