Hey Is there a way to destroy all AWS resources cr...
# dev-metaflow
c
Hey Is there a way to destroy all AWS resources created when deploying a step-function?
a
when deploying a flow to step functions, no new AWS resources are created
🙌 1
if you want to remove all the AWS resources related to Metaflow you can terminate the cloud formation stack or roll back the terraform module
🙌 1
c
I’m using the terraform-aws-metaflow module to deploy everything related to metaflow so I don’t think it has the cloud formation template. What are the alternatives? migrate to cloudformation? is there documentation on how to do that?
about this, do you recommend Cloud Formation over Terraform?
The issue I’m currently facing is that although I can destroy the metaflow resources, the deployed step functions (and batch jobs) are not being destroyed. (possibly because the are deployed after applying the metaflow module and hence having no correlation??) Is there a way to also include the step_functions/batch_jobs destruction when running
terraform destroy
?