gpt4 book ai didi

amazon-web-services - AWS cloudformation - 堆栈存在但状态不可更新 : ROLLBACK_COMPLETE

转载 作者:行者123 更新时间:2023-12-04 01:59:13 30 4
gpt4 key购买 nike

我正在关注本教程:https://github.com/awslabs/codepipeline-nested-cfn并在运行以下命令后遇到此错误:

aws cloudformation create-stack --stack-name NestedCFN-CodePipeline --template-body file://codepipeline-cfn-codebuild.yml --parameters file://codepipeline-cfn-codebuild.json --capabilities CAPABILITY_NAMED_IAM

enter image description here

有人知道为什么吗?

我删除了所有堆栈并从头开始,cloudformation 堆栈到达此部分并失败,并出现以下错误:

enter image description here

这是我的 config-prod.json;除了我更改了 amiID:https://github.com/awslabs/codepipeline-nested-cfn 之外,一切都与此存储库类似。

{  
"Parameters":{
"TemplatePath":"TEMPLATE_PATH_PLACEHOLDER",
"VPCID":"vpc-4d08af25",
"PrivateSubnet1":"subnet-a2e74bca",
"PrivateSubnet2":"subnet-3d21c647",
"PublicSubnet1":"subnet-69e44801",
"PublicSubnet2":"subnet-c726c1bd",
"S3BucketName":"nestedcfnbasestack-s3bucket-uvh827b8uyjw",
"KeyPair":"testKeyName",
"AMIId":"ami-f63b1193",
"WebInstanceType":"t2.large",
"WebMinSize":"1",
"WebMaxSize":"2",
"DBSubnetGroup":"nestedcfnbasestack-rdssubnetgroup-q0th4tfkt4m8",
"DBUsername":"dbadmin",
"DBPassword":"dbpAssw0rd",
"DBInstanceType":"db.t2.small",
"Environment":"prod"
}
}

最佳答案

最有可能的是,堆栈未成功部署,因此回滚。您将无法更新此堆栈,甚至无法使用相同名称创建新堆栈。

AWS CloudFormation Console中找到这个堆栈,您可能需要将过滤器调整为“Failed”才能找到它。

然后,选择堆栈并查看“事件”选项卡中的错误消息。

最后,修复一开始导致回滚的任何问题并删除堆栈,以便创建一个同名的新堆栈。

关于amazon-web-services - AWS cloudformation - 堆栈存在但状态不可更新 : ROLLBACK_COMPLETE,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48527433/

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