
Answer-first summary for fast verification
Answer: Deploy the ECS cluster in a different AWS region closer to the IoT devices.
Deploying the ECS cluster in a different AWS region closer to the IoT devices can reduce network latency, thereby improving the performance of the data processing pipeline. This approach ensures that the data transmission time is minimized.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are responsible for a data processing pipeline that uses Amazon ECS for container orchestration. The pipeline processes real-time data from IoT devices and frequently experiences performance issues due to high network latency. What strategy would you employ to improve the performance of this pipeline?
A
Increase the number of ECS tasks to handle more data concurrently.
B
Use Fargate launch type for ECS tasks to reduce management overhead.
C
Deploy the ECS cluster in a different AWS region closer to the IoT devices.
D
Switch to using Amazon EKS instead of Amazon ECS.
No comments yet.