Reputation: 130
I have existing application load balancer. I've prepared subnets, NAT with elastic ip.
My question is: is there any way to attach elastic ip (subnet) to existing application load balancer without recreating it/creating new network load balancer?
Upvotes: 1
Views: 501
Reputation: 238051
Sadly, there is no such possibility (except Ash'es answer). If you don't want to use NLB (only NLB provides static IPs) as you wrote in the question.
When you work with ALB, you should use its DNS name. If you require static IP, then ALB is not suited for your use case.
However, if you provide more information on what you are trying to achieve, some alternative ways could be possibly proposed.
Upvotes: 1
Reputation: 1162
In alternatively, you can use the Global Accelerator with the Target is your ALB.
Doing that way, you can have a static IP for your ALB.
Upvotes: 1