
Answer-first summary for fast verification
Answer: Amazon EKS, consider the choice of Kubernetes node types and the number of nodes.
Option D is the most appropriate choice for this scenario. Amazon EKS is a fully managed Kubernetes service that can handle large-scale data processing tasks with high performance and low latency. When optimizing container usage for performance needs, it's important to consider the choice of Kubernetes node types, which determine the CPU and memory resources available to the containers. Additionally, the number of nodes in the cluster should be chosen based on the workload requirements to ensure sufficient resources for processing tasks. Other considerations include optimizing container images, using appropriate storage options, and configuring auto-scaling policies to handle workload fluctuations.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Your company is planning to implement a data transformation service that can handle large-scale data processing tasks with high performance and low latency. Which AWS service would you recommend, and what are the key considerations for optimizing container usage for performance needs?
A
Amazon EMR, consider the choice of cluster instance types and the number of nodes.
B
Amazon ECS, consider the choice of container instance types and the number of containers.
C
AWS Lambda, consider the function's memory allocation and timeout settings.
D
Amazon EKS, consider the choice of Kubernetes node types and the number of nodes.