Question 220:
A multinational banking institute is using AWS infrastructure for deploying its application servers. A new application is being developed on a fleet of EC2 servers in VPC spread across multiple AZ & will be having ALB in the front-end. Global users would be accessing this banking application which needs to be highly secure & high-performance. The security team is concerned about the security of this application & needs a new solution to mitigate DDoS attacks. Which of the following solutions will meet the requirement?
Answer options:
A.Create an internal ALB in a VPC with an internet gateway attached & without any Public IP address assigned to it. Associate ALB as an endpoint in AWS Global Accelerator. B.Create an internal ALB in a VPC with an internet gateway attached & with Public IP address assigned to it. Associate ALB as an endpoint in AWS Global Accelerator. C.Create an internal ALB in a VPC without an internet gateway attached & with an Elastic IP address assigned to ALB. Associate ALB as an endpoint in AWS Global Accelerator. D.Create an internal ALB in a VPC without an internet gateway attached & a Private IP address assigned to ALB. Associate ALB as an endpoint in AWS Global Accelerator.