Skip to content

Commit ce1dace

Browse files
author
Tom Moore
committed
fixed formatting errors.
1 parent d5ad11b commit ce1dace

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ToolGuides/toolkit-for-refactoring/04-Cleanup/01-cleanup.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ It is important to clean up the resources that have been deployed into your AWS
66
The deployment of the CloudFormation template has created an S3 bucket in your account. This bucket will contain copies of the images that you have uploaded to the application. CloudFormation cannot automatically delete these files, as they were not part of the stack deployment. You should manually delete the content of that bucket.
77

88
## Clean up DynamoDB
9-
The deployment process created three Dynamo DB tables. These tables contain the metadata for the images that have been uploaded to your application. Cloud Formation will not automatically delete these tables as they have user data in them. Delete the following DynamoDB tables manually.
9+
The deployment process created three DynamoDB tables. These tables contain the metadata for the images that have been uploaded to your application. Cloud Formation will not automatically delete these tables as they have user data in them. Delete the following DynamoDB tables manually.
1010
* MetadataService-files
1111
* MetadataService-Images
1212
* MetadataService-Lookups
1313

14-
## Delete Cloud Formation Stack
15-
Once the manual cleanup has been completed, you can go into CloudFormation and delete the stack that you deployed in the first section of this guide. Cloud formation will clean up the rest of the resources in your account.
14+
## Delete CloudFormation Stack
15+
Once the manual cleanup has been completed, you can go into CloudFormation and delete the stack that you deployed in the first section of this guide. CloudFormation will clean up the rest of the resources in your account.
1616

1717

1818
[Back to Start](../README.md)

0 commit comments

Comments
 (0)