A company is running an application on a group of Amazon EC2 instances behind an Application Load Balancer. The EC2 instances run across three Availability Zones. The company needs to provide the customers with a maximum of two static IP addresses for their applications. How should a SysOps administrator meet these requirement?
Select an option, then click Submit answer.
Reference / correct answer:
Add AWS Global Accelerator in front of the Application Load Balancer.
Most accepted answer: A. Add AWS Global Accelerator in front of the Application Load Balancer.
Community votes: A=4, B=1
Selected Answer: A "For IPv4, Global Accelerator provides two global static IPv4 addresses". https://docs.aws.amazon.com/global-accelerator/latest/dg/about-accelerators.eip-accelerator.html upvoted 7 times
Selected Answer: A When you create an Application Load Balancer or Network Load Balancer in the AWS Management Console, you can optionally add an accelerator at the same time. Elastic Load Balancing and Global Accelerator work together to transparently add the accelerator for you. The accelerator is created in your account, with the load balancer as an endpoint. Using an accelerator provides static IP addresses and improves the availability and performance of your applications. upvoted 5 times
Selected Answer: A I choose A, although at first was hesitating between A and D Why not D - Cannot assign Elastic IP address (static IP address) to ALB To assign static IP to ALB, there are 2 options: 1. Register ALB as a target of NLB to forward traffic from NLB to ALB, as Network Load Balancer can be assigned one Elastic IP address for each Availability Zone it uses. WHY NOT B - NLB has to be in front of ALB, not behind it 2. Use AWS Global Accelerator to get static IP addresses that act as a fixed entry point to your application endpoints - this is option A https://aws.amazon.com/blogs/networking-and-content-delivery/using-aws-lambda-to-enable-static-ip-addresses-for-application-load-balancers/ https://aws.amazon.com/blogs/networking-and-content-delivery/improving-availability-and-performance-for-application-load-balancers-using-one-click-integration-with-aws-global-accelerator/ upvoted 1 times
Selected Answer: B B is correct. You can't assign a static IP address to an Application Load Balancer. If your Application Load Balancer requires a static IP address, then it's a best practice to register it behind a Network Load Balancer. The static IP address that's assigned to a Network Load Balancer doesn't change and provides a fixed entry point for your Application Load Balancer. https://repost.aws/knowledge-center/alb-static-ip upvoted 1 times WinAndWin 2 years, 7 months ago Oh. I read to fast. ". Add an internal Network Load Balancer behind the Application Load Balancer." corect one is "Application Load Balancer behind internal Network Load Balancer". So, B is not correct. D is correct. upvoted 1 times WinAndWin 2 years, 7 months ago sorry, spam message. A is correct not D. upvoted 2 times Aamee 1 year, 9 months ago Dude seems to be in very hurry here :D.. upvoted 1 times ... ... ...
Oh. I read to fast. ". Add an internal Network Load Balancer behind the Application Load Balancer." corect one is "Application Load Balancer behind internal Network Load Balancer". So, B is not correct. D is correct. upvoted 1 times WinAndWin 2 years, 7 months ago sorry, spam message. A is correct not D. upvoted 2 times Aamee 1 year, 9 months ago Dude seems to be in very hurry here :D.. upvoted 1 times ... ...