From 8eda9dfbc4fc6ec700b5c1361e419ee0aa392124 Mon Sep 17 00:00:00 2001 From: Sean Shriver Date: Mon, 11 Jan 2021 16:39:52 -0600 Subject: [PATCH] #42 added stern warning to end of lab, added clear warning in user setup about resource cleanup --- content/design-patterns/ex8streams/Step6.en.md | 4 ++++ .../setup/start-here/user-account/_index.en.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/content/design-patterns/ex8streams/Step6.en.md b/content/design-patterns/ex8streams/Step6.en.md index 052edeac..57b72b92 100644 --- a/content/design-patterns/ex8streams/Step6.en.md +++ b/content/design-patterns/ex8streams/Step6.en.md @@ -53,6 +53,10 @@ NEXTTOKEN eyJFeGNsdXNpdmVTdGFydEtleSI6IG51bGwsICJib3RvX3RydW5jYXRlX2Ftb3Vu If you ran the lab on your own AWS account, you should delete all the tables made during these exercises. If you are at an AWS event using the AWS Workshop platform (the Event Engine), you do not need to delete your tables. +{{% notice warning %}} +During the course of the lab, you created DynamoDB tables that will incur a cost that could approach tens or hundreds of dollars per day. You must delete the DynamoDB tables using the DynamoDB console to clean up the lab. In addition, if you are not part of an AWS event or you are running this lab in your own account, make sure you delete the CloudFormation stack as soon as the lab is complete. If you're using event engine, you don't need to delete the CloudFormation stack. +{{% /notice %}} + #### Reporting issues Firstly, if you encounter an issue running the lab that needs to be addressed we recommend you fork the code on GitHub and make a pull request with your change. Please review [our contributing guide on GitHub.com]({{% siteparam "github_contributing_guide" %}}). diff --git a/content/design-patterns/setup/start-here/user-account/_index.en.md b/content/design-patterns/setup/start-here/user-account/_index.en.md index 1f773512..77e258a8 100644 --- a/content/design-patterns/setup/start-here/user-account/_index.en.md +++ b/content/design-patterns/setup/start-here/user-account/_index.en.md @@ -33,7 +33,7 @@ Only complete this section if you are running the workshop on your own. If you a ## Launch the CloudFormation stack {{% notice warning %}} -During the course of the lab, you will make DynamoDB tables that will incur a cost that could approach tens or hundreds of dollars per day. Ensure you clean up the Amazon DynamoDB tables by deleting the CloudFormation stack as soon as the lab is complete. +During the course of the lab, you will make DynamoDB tables that will incur a cost that could approach tens or hundreds of dollars per day. Ensure you delete the DynamoDB tables using the DynamoDB console, and make sure you delete the CloudFormation stack as soon as the lab is complete. {{% /notice %}} 1. Launch the CloudFormation template in US East 1 to deploy the resources in your account: