繁体   English   中英

如何手动从aws cloudformation中删除保留的资源?

[英]How to delete the retained resources from aws cloudformation manually?

删除堆栈后我想手动删除保留的资源

我试过了

aws cloudformation delete-stack --stack-name eksctl-simple-jwt-api-cluster --retain-resources [VPC]

并得到这个结果:

Expecting value: line 1 column 2 (char 1)

这足够了还是有另一种方式因为我认为资源没有删除任何帮助

这是--retain-resources [VPC]的命令行问题。 尝试将其更改为:

aws cloudformation delete-stack --stack-name eksctl-simple-jwt-api-cluster --retain-resources "VPC"

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM