Skip to content

Commit

Permalink
adding manual delete ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 committed Dec 2, 2024
1 parent 3e91b6e commit 430a548
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/deleteEnvironment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ aws events delete-rule --name weeklyBudgetSpend
aws events remove-targets --rule google_cidr_testing --ids $(aws events list-targets-by-rule --rule google_cidr_testing --query 'Targets[].Id' --output text)
aws events delete-rule --name google_cidr_testing

AWS_REGION=us-east-1 aws ses set-active-receipt-rule-set

AWS_REGION=us-east-1 aws ses delete-receipt-rule-set --rule-set-name main

echo "Done."
echo "Account $ACCOUNT_ID has been cleaned up."

0 comments on commit 430a548

Please sign in to comment.