lightsail snapshot export lasting forever!

0

I have been wanting to delete a lightsail snapshot in my account: // listing the snapshots $ aws lightsail get-instance-snapshots // REDACTED

// however here is the culprit ongoing stuck snapshot export $ aws lightsail get-export-snapshot-records // REDACTED

I tried like so: $ aws lightsail delete-instance-snapshot --instance-snapshot-name resource_name An error occurred (OperationFailureException) when calling the DeleteInstanceSnapshot operation: You cannot delete a snapshot that is currently being exported.

Now is there a way to delete the "exportSnapshotRecords" that is blocking the deletion of the lighsail snapshot???

There seems not to be some other command targeted at this issue here https://awscli.amazonaws.com/v2/documentation/api/latest/reference/lightsail/index.html

The snapshot export has been ongoing for over 20 months now and it is preventing me from deleting that lightsail snaphot! How do I ABORT/CANCEL the ongoing snaphot export in the first place? Thanks for your help.

  • Please note rePost question posting guidelines to NOT include personal details such as AWS Account information in questions. For your information safety, I have redacted those details from your original post.

質問済み 5ヶ月前152ビュー
2回答
1
承認された回答

Hi,

Please contact AWS Support under the free support plan to get the stuck export record corrected. After that it will allow you to continue with the snapshot deletion.

Thanks.

profile pictureAWS
エキスパート
AWS-SUM
回答済み 5ヶ月前
0

Hi again, I reached out to the support and they effectively helped me delete that snapshot.

Thanks for the help Sylvain

回答済み 5ヶ月前
  • Glad the issue got resolved. Happy to have helped :)

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ