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
posta 6 mesi fa168 visualizzazioni
3 Risposte
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
con risposta 6 mesi fa
  • 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
ESPERTO
con risposta 6 mesi fa
0

Here is a screenshot Enter image description here

Eric
con risposta 6 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande