Free tier bill: RDS/VPC

0

I am new to AWS, just created the free tier account to use it for a college project.

The problem is that I needed a MYSQL database, so I choose RDS. But, to communicate with other machines, I think that the RDS must be associated with a VPC with an IPV4 that can reach all internet (0.0.0.0/0).

Since I did this change, now I and my colleagues are able to use the database, but the cost's management console started to show some costs.

As we are Brazilian, and the costs are in dollars, it's hard for us to maintain them.

Is there another way to use the database without being billed? Am I doing something unnecessary to get billed?

1 Answer
2

Hello.

AWS will charge for public IPv4 from February 2024.
Therefore, when you enable RDS public access, a public IPv4 is attached, so it is expected that you will be charged.
https://aws.amazon.com/jp/blogs/aws/new-aws-public-ipv4-address-charge-public-ip-insights/

Therefore, please create an EC2 in the free tier and set it as a stepping stone instance.
Disable public access for RDS and configure it to access from EC2 as a stepping stone.
https://aws.amazon.com/jp/blogs/mt/use-port-forwarding-in-aws-systems-manager-session-manager-to-connect-to-remote-hosts/

In the case of RDS charges, please make sure that the settings are within the free tier.
https://aws.amazon.com/rds/free/?nc1=h_ls

profile picture
EXPERT
answered 18 days ago
profile picture
EXPERT
reviewed 18 days ago
profile picture
EXPERT
reviewed 18 days 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