简体   繁体   中英

Does AWS CloudFormation have an equivalent Terraform destroy command

Having deployed an application using Amazons AWS SAM framework (CloudFormation under the hood) I would now like to destroy all the resources it has created.

This is easy enough to do had I been using Terraform with the Terraform destroy command. Is there an equivalent command using AWS SAM or even CloudFormation?

Thanks in adv. Michael McD.

您可以通过cli( https://docs.aws.amazon.com/cli/latest/reference/cloudformation/delete-stack.html )或通过控制台删除cloudformation堆栈(以及其中包含的所有资源)。 ( https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-console-delete-stack.html )。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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