Bill for 'Amazon Lightsail EUW2-SnapshotUsage', but I have no snapshots

0

Hi, I got bill for Lightsail snapshot: Enter image description here But I have no snapshots: Enter image description here How to remove it, I dont want pay for non existing snapshots.

질문됨 일 년 전333회 조회
3개 답변
1

The following AWS CLI commands may be used to check.

aws lightsail get-instance-snapshots --region eu-west-2

In the case of a disk snapshot, the following command would be used to check it.

aws lightsail get-disk-snapshots --region eu-west-2

If an instance snapshot is found, delete it with the following command.

aws lightsail delete-instance-snapshot --instance-snapshot-name "instance-snapshot-name" --region eu-west-2

If a disk snapshot is found, delete it with the following command.

aws lightsail delete-disk-snapshot --disk-snapshot-name "disk-snapshot-name" --region eu-west-2

The commands can be executed with CloudShell.
https://docs.aws.amazon.com/cloudshell/latest/userguide/welcome.html#how-to-get-started

profile picture
전문가
답변함 일 년 전
0

Here results:

aws lightsail get-instance-snapshots --region eu-west-2 --profile 8cells
{
    "instanceSnapshots": []
}
aws lightsail get-disk-snapshots --region eu-west-2 --profile 8cells
{
    "diskSnapshots": []
}

And I am still see daily 0.01$ cost for $0.05 / GB-Month of stored snapshot data - Europe (London) 0.585 GB-Mo

답변함 일 년 전
0

You may want to check with AWS Support by opening a case with "Account and billing".
https://docs.aws.amazon.com/awssupport/latest/user/case-management.html

profile picture
전문가
답변함 일 년 전

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

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

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