Can't delete a DynamoDB table

0

6 hours ago I tried to delete a DynamoDB table. It hasn't completed.

And, since this time, I cannot create a new table....the new table creation never completes.

Logically, it's probably due to the first issue, a table that won't delete.

HELP please.

Peter

profile picture
Petrus
已提問 2 個月前檢視次數 160 次
1 個回答
1

Hello Peter good morning,

Thanks for your question. The error occured when trying to delete a DynamoDB table can be caused for different reasons. We need to deep dive on it. Some questions below:

a) Are you trying to delete using the AWS Console, AWS CLI, programmatically (e.g. using boto3)?

b) Is there any error message appearing to you?

c) If there are no error messages, could you try the below to find a error message?

  • Sign the AWS Console with a user that has permission to open the AWS CloudTrail (https://aws.amazon.com/cloudtrail/?nc1=h_ls)
  • After sign and access the AWS Console, find the service AWS CloudTrail
  • After access the AWS CloudTrail, navigate to the option "Event history" in the left pane
  • After access the option "Event history", apply some filters to find a specific event that occurred as below: a) Lookup attributes: select "Event Name" b) Fill the "Search Field" with the event "DeleteTable"

Enter image description here

If you find the "DeleteTable" event after search, click in the event to open the details. In case of any errors during the API call, the error message will be in the event details.

Let me know. Thank you!

AWS
已回答 2 個月前
profile picture
專家
已審閱 2 個月前
  • a) Are you trying to delete using the AWS Console, AWS CLI, programmatically (e.g. using boto3)? AWS Console

    b) Is there any error message appearing to you? No, just get spinning circles

    I'll address c) in the morning....

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南