The Amazon RDS console has no visibility into any other services you have (or will) consume during the month. It is simply showing an estimate of the costs for running the database.
The benefits of the free usage tier will be calculated separately, based upon actual usage.
So, if that's the only RDS instance you run during the month and it qualifies for the free tier, you will not be charged.
Answer from John Rotenstein on Stack OverflowThe Amazon RDS console has no visibility into any other services you have (or will) consume during the month. It is simply showing an estimate of the costs for running the database.
The benefits of the free usage tier will be calculated separately, based upon actual usage.
So, if that's the only RDS instance you run during the month and it qualifies for the free tier, you will not be charged.
I created a new Postgres database on the AWS RDS free tier. Everything was set up using the free tier: Amazon RDS Single-AZ db.t3.micro (details about my setting here)
And at the end of page, I`ve got this info below:
Estimated Monthly costs DB instance 13.14 USD Storage 2.30 USD Total 15.44 USD
Hope next month I will not be charged. Will reply about it soon...
I'm trying to set up a PostgreSQL database using RDS on my AWS Free Tier account, but I'm seeing an estimated monthly cost at the end of the setup page. I'm using a db.t3.micro instance with 10 GiB of storage and no public IPv4 connection. Why am I still getting these estimated costs?
that Estimated monthly cost of 16.27 USD should not come, I choose free tier before that.