A snapshot keeps being created on my console everytime I delete it.

0

Unable to completely delete a snapshot from my aws console. Everytime I delete it, another one is immediately created. I have deleted the volume attached to it. Once i delete the volume, another one is also automatically created. I have checked for any Lifecycle policy and there is none, no other AWS account is sharing the snapshot. There are no AWS Backup vaults.

Eric
質問済み 6ヶ月前168ビュー
3回答
0

There are a few things that would cause a new snapshot to be created when you try to delete it.

  • Automation or backup process: Check if there is any automated process or backup system in place that is continuously creating snapshots. Some backup solutions automatically create snapshots before deleting them to ensure data integrity and provide a recovery point in case of accidental deletion.
  • Replication or synchronization: If your snapshots are part of a replication or synchronization process, the system might be creating new snapshots to maintain data consistency across multiple locations or systems. In such cases, deleting a snapshot may trigger the creation of a new one to ensure the desired state is maintained.
  • Dependencies or references: Snapshots can be referenced or used by other resources within your infrastructure. If any other resources depend on the snapshot you are trying to delete, the system may automatically recreate it to fulfill those dependencies. Check if any other resources, such as virtual machines or volumes, are associated with the snapshot.

Hopefully this helps.

Thank you.

profile pictureAWS
回答済み 6ヶ月前
  • Thanks BrianDAnderson

0

Hello.

Look for the "CompleteSnapshot" event in CloudTrail.
This event contains information such as the IAM username, so you should be able to tell who created it.
https://docs.aws.amazon.com/ebs/latest/APIReference/API_CompleteSnapshot.html

profile picture
エキスパート
回答済み 6ヶ月前
0

Here is a screenshot Enter image description here

Eric
回答済み 6ヶ月前

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

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

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

関連するコンテンツ