From db9b6d50d7813027a3c7037e0d84e5ea447b10ef Mon Sep 17 00:00:00 2001
From: Jessie Chen <121250701+jiezhen-chen@users.noreply.github.com>
Date: Wed, 14 Feb 2024 10:09:16 -0800
Subject: [PATCH] Update README.md with cleanup step
---
core/README.md | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/core/README.md b/core/README.md
index f7312ce1..c55bc86f 100755
--- a/core/README.md
+++ b/core/README.md
@@ -238,7 +238,10 @@ The analysis folder structure is as follows :
-
+### Cleanup
+* Delete resources created in this process as part of the cleanup process to avoid incurring costs
+ * If a cloud EC2 instance was created, delete the EC2 instance created
+ * If roles are created as part of the process, delete the role
## Limitations