From f9974795c8371c36893f490c67c4ae46cf018587 Mon Sep 17 00:00:00 2001 From: Matt Trachier Date: Wed, 17 Apr 2024 21:14:25 -0500 Subject: [PATCH] fix: adding notes about leftovers (#65) 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.