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
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.
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
How To Get Your Domain Unblocked From Facebook
How To Find A String In a Directory of Files Using Linux