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 回答
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
专家
已回答 1 个月前
profile picture
专家
已审核 1 个月前
profile picture
专家
已审核 1 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则