A genomics research organization is deploying a pipeline on AWS to perform real-time DNA sequence alignment. The workload requires a cluster of compute-intensive EC2 instances that need to exchange large datasets continuously with sub-millisecond node-to-node latency. A fleet of worker instances is managed by an Auto Scaling group behind an Application Load Balancer (ALB). The containerized alignment application runs on the instances and is configured to bind to custom TCP port 8443, while the ALB exposes HTTPS port 443 to external clients. The system must maximize node-to-node network performance and ensure the Auto Scaling group scales correctly without falsely terminating healthy instances. Which combination of actions should a solutions architect perform to satisfy these requirements? (Select TWO.)
- Launch the Auto Scaling group instances in a cluster placement group within a single Availability Zone.Answer
- Configure the Application Load Balancer target group health check port to 8443.Answer
- CLaunch the Auto Scaling group instances in a spread placement group across multiple Availability Zones.
- DLaunch the Auto Scaling group instances in a partition placement group across multiple partitions.
- EConfigure the Application Load Balancer target group health check to query the default HTTP port 80.