A media company is deploying a real-time video transcoding application on a group of Amazon EC2 instances. The transcoding nodes must exchange data with minimal network latency to process video segments in parallel. The application listens on port 5000, and transcoded outputs are monitored by an internal dashboard via an Application Load Balancer (ALB). Which combination of steps should the solutions architect take to configure this environment? (Select TWO.)
- Deploy the EC2 instances within a cluster placement group.Answer
- Configure the target group health check port to use port 5000.Answer
- CPlace the EC2 instances in a spread placement group to achieve maximum network throughput.
- DConfigure the target group health check port to use the default HTTP port 80.
- EMount a single Amazon EBS gp3 volume with Multi-Attach enabled across all EC2 instances to share video files.
Answer
Deploy the EC2 instances within a cluster placement group and configure the target group health check port to use port 5000.
To satisfy the low-latency network performance requirement for parallel data exchange, the solutions architect must place the EC2 instances in a cluster placement group. In addition, since the transcoding application listens on custom port 5000, the target group health check port must be updated to port 5000 so the load balancer can correctly determine instance health.
Step-by-Step Solution
Key Concept
Selecting the correct placement group for low latency and aligning load balancer health check ports for custom services.
Estimated Time:1m 30s