- Newest
- Most votes
- Most comments
Hello.
As of May 2023, ALB cannot be configured as IPv6-only.
In other words, it is a dual stack configuration, with public IPv4 and IPv6 configured.
Therefore, I think you will be billed for the public IPv4 associated with ALB.
You can search for public IPv4 in your AWS account using the method described in the AWS blog below.
https://aws.amazon.com/jp/blogs/networking-and-content-delivery/identify-and-optimize-public-ipv4-address-usage-on-aws/
Hi
Amazon VPC IP Address Manager (IPAM) is a VPC feature that makes it easier for you to plan, track, and monitor IP addresses for your AWS workloads. You can use IPAM automated workflows to more efficiently manage IP addresses.
You can check the charges from the IPAM console https://eu-south-1.console.aws.amazon.com/ipam/home?region=eu-south-1#Dashboard
- Here is the tool to check IPV6 dig AAAA , Google Dig tool box
Additional Information: https://docs.aws.amazon.com/whitepapers/latest/ipv6-on-aws/scaling-the-dual-stack-network-design-in-aws.html
we are not using ipam ast all and your table seems to prove that elb could be ipv6 only, but it's not.
Relevant content
- asked 4 years ago
- asked 2 years ago
- asked 9 months ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 7 months ago
My problem is not the ipv4 associated with the balancer.
My problem is that every single task (autoscaled to up to 100 !) actually have a public ipv4 but it's useless, because all tasks are under a load balancer, and so i ELB to reach the tasks, there is no need to have it reachable from outside directly.
Isn't public IP enabled in the ECS service settings? Also, if you do not assign a public IP to the Fargate task, you will need to use NAT Gateway or a VPC endpoint to retrieve the container image from ECR. https://docs.aws.amazon.com/AmazonECS/latest/developerguide/networking-outbound.html#networking-private-subnet