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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠