You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ToolGuides/toolkit-for-refactoring/04-Cleanup/01-cleanup.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@ It is important to clean up the resources that have been deployed into your AWS
6
6
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.
7
7
8
8
## 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.
10
10
* MetadataService-files
11
11
* MetadataService-Images
12
12
* MetadataService-Lookups
13
13
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.
0 commit comments