fix: adding notes about leftovers (#65)

Signed-off-by: matttrach <matt.trachier@suse.com>
This commit is contained in:
Matt Trachier 2024-04-17 21:14:25 -05:00 committed by GitHub
parent 7dff0e3793
commit f9974795c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

7
notes/leftover_check.md Normal file
View File

@ -0,0 +1,7 @@
# Leftovers
I ran into an error where we had reached the EIP limit because I forgot to clean up after a catastrophic failure testing locally.
I decided that the best way to prevent this would be to fail the release if leftovers found anything.
Leftovers is a tool for finding resources in AWS given a filter, it works really well and solves a lot of problems for infrastructure testing.