A company hosts a web application on Amazon EC2 instances in private subnets. The instances are registered with a target group of an Application Load Balancer (ALB) and are configured to listen on port 8080. A SysOps Administrator notices that the target group shows all registered instances as unhealthy with the status code HealthCodeMismatch. The Administrator verifies that the application is running and accessible locally on port 8080 on each instance, but the target group's health check is currently configured to use port 80 and the HTTP protocol. At the same time, the team reports that Amazon Route 53 failover is not triggering to the secondary disaster recovery region even when all primary ALB targets are unhealthy. Which two actions should the SysOps Administrator take to resolve these issues? (Select TWO.)
- Modify the target group's health check configuration to use port 8080 or the traffic port instead of port 80.Answer
- Set the 'Evaluate Target Health' parameter to 'Yes' on the Route 53 alias record pointing to the Application Load Balancer.Answer
- CChange the Route 53 routing policy to a simple routing policy and manually define a secondary failover IP address.
- DUpdate the target group health check configuration to point to the local loopback address (127.0.0.1) on port 80.
- EConfigure the private subnets' Network Access Control List (NACL) to deny outbound traffic on ephemeral ports to the ALB.