From 4b4cf397e0c20b56497721f97f78fd9c9d0cf2de Mon Sep 17 00:00:00 2001 From: matttrach Date: Wed, 17 Apr 2024 21:04:33 -0500 Subject: [PATCH] fix: adding notes about leftovers Signed-off-by: matttrach --- notes/leftover_check.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 notes/leftover_check.md diff --git a/notes/leftover_check.md b/notes/leftover_check.md new file mode 100644 index 0000000..773274a --- /dev/null +++ b/notes/leftover_check.md @@ -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.