An analytics company hosts a distributed data ingestion service on Amazon EC2 instances inside an Auto Scaling group (ASG) behind an Application Load Balancer (ALB). The ingestion service processes incoming data on port 5001, while a separate health status daemon runs on port 9001. The ASG is currently configured with the default EC2 health check type. During a recent event, the ingestion service crashed on several instances, but the ASG did not terminate them, resulting in lost data. To resolve this, a solutions architect updated the configuration, but the ASG began aggressively terminating newly launched instances before they could complete their 10-minute cache warming process.
Which two actions should the solutions architect take to resolve these issues? (Select two.)
- Change the Auto Scaling group health check type from EC2 to ELB.Cevap
- Increase the Auto Scaling group health check grace period to at least 600 seconds.Cevap
- CConfigure the Application Load Balancer target group health check to use the traffic port.
- DAdd an inbound rule to the EC2 instance security groups allowing traffic on all ephemeral ports from the Application Load Balancer.
- EConfigure an Amazon Route 53 latency routing policy to route traffic directly to the EC2 instances, bypassing the Application Load Balancer.