One-off "job" Stacks ("auto destruct") #69
Labels
effort/small
Minimal effort required for implementation
status/stale
The RFC did not get any significant enough progress or tracking and has become stale.
We should consider some support for "one off" stacks. This can be used for various things like running integration tests or setting up infra for a big data analysis job that requires many resources and then should automatically tear down.
I would implement this is an construct that you can add to a stack and will automatically delete it when it receives an SNS notification. Then, when the job is over, it can publish the notification and the "auto destruct" logic will issue a
DeleteStack
.The text was updated successfully, but these errors were encountered: