Skip to content

[BOT-13] A separate script for deleting resources #22

@shekelboi

Description

@shekelboi

A great advantage of what we are doing in the main script of ours is that we tag everything with the boto3 prefix. However, things can go wrong and sometimes the resources don't end up being deleted (an exception happens before they could be deleted).

To save us from the manual work of having to delete everything in the AWS console, we could come up with a strategy to delete any of the resources that we use (ALB, target groups, security groups, subnets, etc.) that are tagged with the boto3 prefix. Note that the order of deletion is crucial since otherwise we may face the issue of dependency related errors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions