Can an Application Load Balancer Use a Fixed IP Address?

0
6
Asked By CuriousCat99 On

Hey everyone! I'm struggling with a quiz question for which I've already submitted an answer but got it wrong. We are allowed to research and try again. The question is: "Can an application load balancer (ALB) be assigned a fixed, static IP address per availability zone?" They're looking for a detailed explanation, not just a simple yes or no. I've seen various opinions, and even AI-generated responses have been rejected, so I'm hoping for some solid insights here!

2 Answers

Answered By TechWhiz42 On

Nope, an Application Load Balancer (ALB) can't be assigned a fixed, static IP per availability zone. ALBs work with dynamic IPs that might change. But there's a workaround! You can set up an ALB behind a Network Load Balancer (NLB), which does allow static IP addresses for your application services.

Answered By DevGuru88 On

Actually, you can use global accelerators to achieve a fixed IP for your ALB. It’s a bit of a workaround, but it can be done! Check out the documentation on AWS for details about setting that up.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.