I want to disable IPv4 address allocation for load balancer subnet and stop charging.

0

I disabled IPv4 address auto allocation and flexible IPv4 address auto allocation on the subnet because of the recently changed rate policy, so why are IP addresses being allocated by Amazon VPC IP Address Manager? I changed multiple address allocations including RDS due to the change in the IPv4 rate policy, but it is not reflected.

Will I still be charged if I disable automatic allocation of public ip addresses in vpc subnet management?

Is there any way to use load balancer and not charge for IPv4 address allocation?

3개 답변
1
수락된 답변

For a load balancer to be provisioned without public IP addresses, its scheme needs to be set to internal, and not internet-facing https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/how-elastic-load-balancing-works.html#load-balancer-scheme

When you create a load balancer, you must choose whether to make it an internal load balancer or an internet-facing load balancer.

The nodes of an internet-facing load balancer have public IP addresses.

The nodes of an internal load balancer have only private IP addresses.

I don't think it's possible to make the change to an existing load balancer on-the-fly, I think a replacement load-balancer would have to be provisioned with the scheme set at creation time.

profile picture
전문가
Steve_M
답변함 2달 전
profile picture
전문가
검토됨 2달 전
  • Thank you! I'll try this way again.

    But what is the difference between an internal load balancer and an internal face load balancer? Is there no significant difference in traffic requests from clients?

  • Internal load balancer can only be reached by clients inside the same VPC (or peered VPCs, or across Direct Connect etc.), subject to security group rules & NACLs allowing it.

    Internet-facing load balancer has a publicly routable IP address which can be reached over the internet, again subject to security groups and NACLs.

0

Hello.

As of March 2024, I think ALB can only be configured as IPv4-only or dual stack using IPv4 and IPv6, so I don't think you can delete public IPv4 even if you change the settings on the subnet.
https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-ip-address-type.html
https://docs.aws.amazon.com/vpc/latest/userguide/aws-ipv6-support.html

profile picture
전문가
답변함 2달 전
profile picture
전문가
검토됨 2달 전
0

It’s only PUBLIC IPv4 that’s being charged now not private IPV4.

https://aws.amazon.com/blogs/aws/new-aws-public-ipv4-address-charge-public-ip-insights/

profile picture
전문가
답변함 2달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인