
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A solutions architect observes that a nightly batch processing job is automatically scaled up for 1 hour before the desired Amazon EC2 capacity is reached. The peak capacity is the 'same every night' and the batch jobs always start at 1 AM. The solutions architect needs to find a cost-effective solution that will allow for the desired EC2 capacity to be reached quickly and allow the Auto Scaling group to scale down after the batch jobs are complete.
What should the solutions architect do to meet these requirements?
A
Increase the minimum capacity for the Auto Scaling group.
B
Increase the maximum capacity for the Auto Scaling group.
C
Configure scheduled scaling to scale up to the desired compute level.
D
Change the scaling policy to add more EC2 instances during each scaling operation.
Explanation:
Correct Answer: C - Configure scheduled scaling to scale up to the desired compute level.
Predictable Pattern: The batch jobs run nightly at 1 AM with the same peak capacity every night. This predictable pattern makes scheduled scaling ideal.
Cost-Effective: Scheduled scaling ensures that the desired capacity is reached exactly when needed (at 1 AM), eliminating the 1-hour warm-up period where resources are scaling up gradually. This reduces costs by minimizing the time instances are running.
Quick Capacity Achievement: With scheduled scaling, the Auto Scaling group can instantly scale to the desired capacity at the scheduled time, rather than waiting for scaling policies to gradually add instances.
Automatic Scale Down: After the batch jobs complete, the Auto Scaling group can automatically scale down based on metrics or another scheduled action.
The solutions architect should:
This approach ensures optimal cost efficiency while meeting performance requirements.