Abnormal Billing for the Free Resources

0

Though my free plan is still going on, I have been charged for the RDS and VPC resources. But actually I haven't created any separate VPC and created only a single instance of Amazon RDS, which is under free tier plan. So, can anyone please help me to understand, why there is such abnormal billing has bee charged for those resources ?

2 Answers
0

There are a few potential reasons why you might be seeing charges for RDS and VPC resources even while on the free tier:

  1. For RDS:

    • Make sure you're using an eligible instance type (db.t3.micro or db.t4g.micro) in a Single-AZ configuration.
    • Ensure you're using a supported database engine (MySQL, MariaDB, PostgreSQL, or SQL Server Express Edition).
    • Check that your storage doesn't exceed 20GB.
    • Remember that the free tier is limited to 750 hours per month.
  2. For VPC:

    • While VPC itself is generally free, certain associated resources may incur charges.
    • If you have a public IPv4 address attached to your RDS instance or any other resource, this could result in VPC-related charges.
  3. General considerations:

    • The AWS Free Tier typically lasts for 12 months from account creation. Verify that your account is still within this period.
    • The estimated charges shown when creating resources often reflect what you'd pay after the free tier expires, but you shouldn't actually be billed if you're within the free tier limits.

To investigate further:

  • Review your detailed billing statement to identify specific services and usage causing the charges.
  • Check your free tier usage status in the AWS Billing Console to ensure you haven't exceeded any limits.
  • If you believe you've been charged incorrectly, you can contact AWS Support to open a billing support case for clarification or potential adjustments.

Remember, it's crucial to monitor your usage carefully, even with free tier resources, to avoid unexpected charges.
Sources
DB instance billing for Amazon RDS - Amazon Relational Database Service
Why is Free tier RDS Sql single instance usage showing monthly estimated bill?? | AWS re:Post
Charges on Free Tier Account | AWS re:Post
Understanding unexpected charges - AWS Billing

profile picture
answered 6 months ago
AWS
MODERATOR
reviewed 6 months ago
profile picture
EXPERT
reviewed 6 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions