An Application Load Balancer (ALB) is configured to distribute traffic to a fleet of Amazon EC2 instances in private subnets. The EC2 instances run a web application that listens on TCP port 8443 (HTTPS) for client traffic. The Target Group configuration specifies a custom health check on TCP port 8080 (HTTP) with the path `/healthz`. Recently, the SysOps Administrator observed that all EC2 instances in the Target Group are marked as unhealthy, with the health status detail displaying: 'Health check failed with HTTP code 401: Unauthorized'. In addition, a recent security group cleanup has caused connection timeouts on port 8080 during target registration. Which of the following actions should the SysOps Administrator take to resolve these issues and restore the target health status to healthy? (Select TWO.)
- Modify the application configuration on the EC2 instances to permit unauthenticated access to the `/healthz` pathAnswer
- Update the security group associated with the EC2 instances to allow inbound TCP traffic on port 8080 from the Application Load Balancer's security groupAnswer
- CChange the target group health check settings to use HTTPS on port 8443 with the path `/`
- DModify the private subnets' Network Access Control List (NACL) to allow inbound traffic on TCP port 8080, relying on stateless evaluation to automatically permit the return traffic
- EConfigure an Amazon Route 53 active-passive failover routing policy on the ALB's DNS record to failover traffic to a secondary target group when the primary targets are unhealthy