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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ