Home > Enterprise >  Weird behaviour between aws-cli and AWS console
Weird behaviour between aws-cli and AWS console

Time:12-20

I have very weird issue; I am querying snapshots in my AWS account through AWS CLI and it returns normally the appropriate snapshots

enter image description here

And when I query one of these snapshot in the console, it can be found as well.

However, when I try to delete either from console or aws-cli, it tells me this snapshot does not exist.

enter image description here

Same from CLI

enter image description here

Note: The failed snapshots are public snapshots.

Excuses for the ugly images

CodePudding user response:

You can't delete public snapshots, unless you are their original owner.

  • Related