Here’s the AWS CLI command for deleting a snapshot.
aws ec2 delete-snapshot \ --snapshot-id snap-xxxxxxxxxxxxxxx \ --profile default |
cloud engineer
by Ulysses
Here’s the AWS CLI command for deleting a snapshot.
aws ec2 delete-snapshot \ --snapshot-id snap-xxxxxxxxxxxxxxx \ --profile default |
aws ec2 delete-snapshot \ --snapshot-id snap-xxxxxxxxxxxxxxx \ --profile default