From 58b8e24232aa9a00360522fece91f495200dc550 Mon Sep 17 00:00:00 2001 From: ozgunbas Date: Sun, 30 Dec 2018 16:59:14 -0500 Subject: [PATCH] Include manual DynamoDB deletion step as it could be left behind undeleted --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6969181..f106d85 100644 --- a/README.md +++ b/README.md @@ -742,7 +742,7 @@ When you've copied the code into the Lambda browser editor, locate the variable ## Workshop Cleanup -1\. To cleanup your environment, it is recommended to first delete these manual resources you created in the labs before deleting your CloudFormation stack, as there may be resource dependencies that stop the Stack from deleting. Follow steps 2-6 before deleting your Stack. +1\. To cleanup your environment, it is recommended to first delete these manual resources you created in the labs before deleting your CloudFormation stack, as there may be resource dependencies that stop the Stack from deleting. Follow steps 2-7 before deleting your Stack. 2\. Be sure to delete the TwilioProcessing Lambda Function. Also if you no longer plan to use Twilio, please delete your Twilio free trial account and/or phone numbers that you provisioned. @@ -752,15 +752,17 @@ When you've copied the code into the Lambda browser editor, locate the variable 5\. Be sure to delete the SNS topic (if you created one) and the Lambda function that you created in the Zombie Sensor lab. -6\. Delete the Cognito User Pool and Identity Pool associated with your application, that you created during lab setup. +6\. Delete DynamoDB tables associated with your application + +7\. Delete the Cognito User Pool and Identity Pool associated with your application, that you created during lab setup. * User Pool: Click into your User Pool and click the "Delete pool" button to delete your user pool. * Identity Pool: Click into the Federated Identities page of Cognito and find your identity pool ([stackname]-identitypool). Then click **Edit identity pool**. Scroll to the bottom and delete the identity pool. -7\. Navigate to CloudWatch Logs and make sure to delete unnecessary Log Groups if they exist. +8\. Navigate to CloudWatch Logs and make sure to delete unnecessary Log Groups if they exist. -8\. Once those resources have been deleted, go to the CloudFormation console and find the Stack that you launched in the beginning of the workshop, select it, and click **Delete Stack**. +9\. Once those resources have been deleted, go to the CloudFormation console and find the Stack that you launched in the beginning of the workshop, select it, and click **Delete Stack**. * When the stack has been successfully deleted, it should no longer display in the list of Active stacks. If you run into any issues deleting stacks, please notify a workshop instructor or contact [AWS Support](https://console.aws.amazon.com/support/home) for additional assistance.