I had mistakenly launched a db.r6g.large PostgreSQL instance and deleted it instantly while under Free Tier. I also deleted all the snapshots as well. Yet, I see daily increase in the bill by a few cents. Anyone knows what to do there?
Asked
Active
Viewed 47 times
-1

John Rotenstein
- 241,921
- 22
- 380
- 470

Devang Sanghani
- 731
- 5
- 14
-
What did AWS tell you when you asked them? – Frank Heikens Jan 15 '23 at 10:04
-
AFAIK AWS does not speak with Free Tier users. You have to pay $29/mo for at least [developer support tier](https://aws.amazon.com/premiumsupport/plans/developers/). – Tometzky Jan 15 '23 at 11:30
-
Billing support is free, don't need to pay – Sathyajith Bhat Jan 16 '23 at 08:31
1 Answers
1
The db.r6g.large
database would not qualify for the Free Tier.
Therefore, the bill is showing a charge for the instance that you launched.
Since you turned off the instance and deleted the snapshots, the charges should not increment any more.

John Rotenstein
- 241,921
- 22
- 380
- 470