Skip to content

Commit

Permalink
#42 added stern warning to end of lab, added clear warning in user se…
Browse files Browse the repository at this point in the history
…tup about resource cleanup
  • Loading branch information
switch180 committed Jan 11, 2021
1 parent 76b9b72 commit 8eda9df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions content/design-patterns/ex8streams/Step6.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" %}}).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8eda9df

Please sign in to comment.