Remediation
Remove Unused Amazon DynamoDB Tablesβ
To remove unused Amazon DynamoDB tables from your AWS cloud account, perform the following steps.
From Consoleβ
-
Sign in to the AWS Management Console.
-
Navigate to the Amazon DynamoDB console.
-
In the left navigation pane, under Dashboard, choose Tables.
-
Select the DynamoDB table you want to remove and choose Delete from the top menu.
-
In the Delete table confirmation dialog, perform the following actions:
- (Optional) Choose whether to delete any Amazon CloudWatch alarms associated with the table.
- Enter
confirmin the confirmation field. - Choose Delete to remove the selected table.
-
Repeat Steps 4 and 5 for each unused DynamoDB table in the current AWS Region.
-
If applicable, switch AWS Regions and repeat the remediation process.
From Command Lineβ
Use the delete-table command (OSX/Linux/UNIX) to remove an unused Amazon DynamoDB table. After the request is submitted, the table transitions to the DELETING state until the removal process is complete.
aws dynamodb delete-table \
--region us-east-1 \
--table-name cc-product-reviews