aws-solutions / workload-discovery-on-aws

Workload Discovery on AWS is a solution to visualize AWS Cloud workloads. With it you can build, customize, and share architecture diagrams of your workloads based on live data from AWS. The solution maintains an inventory of the AWS resources across your accounts and regions, mapping their relationships and displaying them in the user interface.
https://aws.amazon.com/solutions/implementations/workload-discovery-on-aws/
Apache License 2.0
727 stars 88 forks source link

S3 buckets fail to delete when undeploying the solution #545

Closed svozza closed 1 month ago

svozza commented 2 months ago

When undeploying the solution, there is an intermittent failure in the cleanup_bucket custom resource that empties S3 buckets before deletion: failure occurs because the bucket has already been deleted by the time the CR tries to execute the deletion code.

svozza commented 1 month ago

Fixed in v2.1.14