An organization's deployment contains an Application Load Balancer (ALB) that routes traffic to a fleet of Amazon EC2 instances. The application operates on port , and the target group is configured to use port for routing. A dedicated health monitoring service runs on the instances on port , and the target group's health check port is explicitly configured to . All instances are currently marked as unhealthy with the status code `HealthCheck.Timeout`. The administrator reviews the security rules:
- The security group assigned to the ALB allows inbound HTTPS traffic on port from . Its outbound rules only allow TCP traffic on port directed to the EC2 instances' security group.
- The security group assigned to the EC2 instances allows inbound TCP traffic on port from the ALB security group. All outbound traffic is permitted.
Which two configuration changes are required to allow the health checks to pass? (Select two.)
- Add an outbound rule to the ALB's security group to allow TCP traffic on port to the security group of the EC2 instances.Cevap
- Add an inbound rule to the security group of the EC2 instances to allow TCP traffic on port from the security group of the ALB.Cevap
- CModify the target group's health check configuration to use HTTP port and set the path to `/health`.
- DModify the subnet network ACLs to allow inbound TCP traffic on port but deny outbound ephemeral ports (-) to ensure security compliance.
- EConfigure a Route 53 active-passive failover routing policy to route traffic to a secondary static resource when the primary target group is unhealthy.