I have a NAT Gateway with multiple EIPs. Does AWS charge for the extra EIPs?

0

I have a NAT Gateway with multiple EIPs. Does AWS charge for the extra EIPs?

4回答
0

I’ve never seen a NAT gateway with multiple EIPs. What I deploy and see is multiple NAT gateways with a single EIP. Deploy a NAT gateway in each AZ with a single EIP. There isn’t a way for a NAT gateway to use multiple EIPs.

I’m wondering if the question isn’t worded correctly.

Come February you will be charged for each public IPV4 in use.

profile picture
エキスパート
回答済み 5ヶ月前
0

To ensure efficient use of Elastic IP addresses, we impose a small hourly charge if an Elastic IP address is not associated with a running instance, or if it is associated with a stopped instance or an unattached network interface. While your instance is running, you are not charged for one Elastic IP address associated with the instance, but you are charged for any additional Elastic IP addresses associated with the instance. reference: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html#eip-pricing

However, starting from Feb 1, 2024 you will be charged for every EIPs you provision in your account, attached and not attached. That is including the primary EIP attached to the NAT gateway

profile pictureAWS
AmerO
回答済み 5ヶ月前
profile picture
エキスパート
レビュー済み 5ヶ月前
0

Hi,

I don't agree with above answers, so let me share my opinion on this edge case.

Elastic IP addresses An Elastic IP address is a public IPv4 address you can allocate to your AWS account, as opposed to a specific resource. Using an Elastic IP address instead of an EC2 public IPv4 address allows you to manage how it is associated with resources in your VPC. You can disassociate and reassociate an Elastic IP address without releasing it back to the Amazon pool. Today, there is no charge for the first Elastic IP (EIP) address you associate with a running instance, but you are charged for each additional EIP, and for idle EIPs assigned to your account. Starting February 1, 2024, the new charges will apply to all Elastic IP addresses in your AWS account.

In this paragraph EC2 is just example, NAT Gateways works the same in this case.

More details you can find by the link

profile picture
エキスパート
回答済み 5ヶ月前
0
AWS
回答済み 5ヶ月前

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

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

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

関連するコンテンツ