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
gefragt vor 2 Monaten159 Aufrufe
1 Antwort
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
beantwortet vor 2 Monaten
profile picture
EXPERTE
überprüft vor 2 Monaten
  • 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....

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen