Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Leftover cloudformation stacks are seen after TG job completion #1259

Open
kasunbg opened this issue Sep 24, 2019 · 0 comments
Open

Leftover cloudformation stacks are seen after TG job completion #1259

kasunbg opened this issue Sep 24, 2019 · 0 comments

Comments

@kasunbg
Copy link
Member

kasunbg commented Sep 24, 2019

Why this is a problem?

If the cloudformation stacks are not deleted at the end of a given build, then they become orphaned. Then, it'll continue to accrue cost, and will also count towards AWS resource limits. For ex. we have limits on how many Cloudformation stacks, VPCs, EC2 instances, RDS instances we can create.
So, the orphaned stacks pose a big problem over-time because, once the limits are reached, all the TG builds will start failing.

We need to find out what are the reasons they don't get deleted. This seems to be an intermittent issue.

Following is a sample set of stacks that were orphaned in us-east-2 region.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant