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.
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.
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.