
Answer-first summary for fast verification
Answer: Use EC2 instances with the appropriate instance type and size, and implement Auto Scaling to handle demand spikes.
For highly variable workloads with unpredictable traffic spikes, using EC2 instances with Auto Scaling is the most suitable solution. Auto Scaling allows the company to automatically adjust the compute capacity based on demand, ensuring seamless streaming during peak periods while optimizing costs by scaling resources down during low traffic periods. This solution provides the flexibility needed to handle the unpredictable nature of the workload.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A media streaming company has a highly variable workload that experiences unpredictable traffic spikes. They want to optimize costs while ensuring seamless streaming for their users. Which AWS solution should they consider?
A
Use EC2 Reserved Instances to reserve a fixed amount of capacity at a discounted rate.
B
Use AWS Lambda for serverless computing, and provision resources dynamically based on demand.
C
Use EC2 instances with the appropriate instance type and size, and implement Auto Scaling to handle demand spikes.
D
Use AWS Savings Plans to commit to a consistent amount of compute usage over a 1 or 3 year term.
No comments yet.