This message was deleted.
# general
s
This message was deleted.
l
Given an AWS account is a flat namespace, you can have multiple Pulumi stacks each setting up part of a deployment. Destroying a single stack should only destroy what is managed by that stack. So this is not something that Pulumi will offer. You could use the AWS SDK libraries yourself to write an automation that uses
List…
calls to enumerate what is on the account, and then perform
Delete…
calls to remove these resources. https://aws.amazon.com/developer/tools/
👍 1
s
I think this is more of a job for a tool like https://github.com/gruntwork-io/cloud-nuke rather than Pulumi.
👍 1