跳至内容

Cost was incurred in glue and vpc. I want to know the cause and how to solve it.

0

My Cost

I'm using Pretier. EC2 is using t2.micro. I understand about the crawling cost of glue. But I don't understand why the cost of vpc happened. I don't think there's much traffic and I'm calling the page through my browser alone.

1 回答
1

Hello.

As you know, Glue fees are the fees for running Glue Jobs and crawlers.
For VPC, charges for public IPv4 addresses are recorded.
AWS started charging for public IPv4 addresses starting in February 2024.
https://aws.amazon.com/jp/blogs/aws/new-aws-public-ipv4-address-charge-public-ip-insights/

You can use a public IPv4 address attached to EC2 for 750 hours per month for free for 12 months after creating an AWS account.
However, public IPv4 addresses attached to other than EC2 are charged.
If the free tier of your AWS account has already expired, public IPv4 addresses will be charged.
https://aws.amazon.com/about-aws/whats-new/2024/02/aws-free-tier-750-hours-free-public-ipv4-addresses/?nc1=h_ls

I recommend that you use IPAM to check if there are any public IPv4 addresses attached to anything other than EC2.
https://docs.aws.amazon.com/vpc/latest/ipam/view-public-ip-insights.html

If you have questions about billing for your AWS account, you may be able to find more detailed information by opening a case with AWS Support under "Account and billing."
Inquiries under "Account and billing" can be made free of charge.
https://docs.aws.amazon.com/awssupport/latest/user/case-management.html

专家

已回答 2 年前

专家

已审核 2 年前

专家

已审核 2 年前

  • I have a public ip assigned to EC2 and RDS. Are you saying that the public ip assigned to EC2 is free to use, but the public ip assigned to RDS is charged?

  • Yes, that's right. If you enable public access for RDS and have a public IPv4 address attached to your RDS instance, you will be charged a fee.

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

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