
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 company has a large workload that runs every Friday evening. The workload runs on Amazon EC2 instances that are in two Availability Zones in the us-east-1 Region. Normally, the company must run no more than two instances at all times. However, the company wants to scale up to six instances each Friday to handle a regularly repeating increased workload.
Which solution will meet these requirements with the LEAST operational overhead?
A
Create a reminder in Amazon EventBridge to scale the instances.
B
Create an Auto Scaling group that has a scheduled action.
C
Create an Auto Scaling group that uses manual scaling.
D
Create an Auto Scaling group that uses automatic scaling.
Explanation:
Correct Answer: B - Create an Auto Scaling group that has a scheduled action.
Why this is the correct answer:
Predictable, recurring workload: The workload runs every Friday evening, which is a predictable pattern. Auto Scaling scheduled actions are specifically designed for predictable scaling patterns.
Least operational overhead: Scheduled actions require minimal ongoing management once configured. The scaling happens automatically based on the schedule without human intervention.
Meets all requirements:
Analysis of other options:
A. Create a reminder in Amazon EventBridge to scale the instances.
C. Create an Auto Scaling group that uses manual scaling.
D. Create an Auto Scaling group that uses automatic scaling.
Key AWS Concepts:
Implementation Steps: