Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C03 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C03 exam

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 570 discussion

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.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Bmaster
Highly Voted 1 year, 2 months ago
B is correct. https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-scheduled-scaling.html
upvoted 8 times
...
wizcloudifa
Most Recent 5 months, 2 weeks ago
Selected Answer: B
A - too much operation overhead, manually provisioning the instances after you receive the reminder from eventbridge B - right answer, as you can scale up the EC2 instances and keep them ready before large overload time C - too much operation overhead in manually scaling D - automatic scaling will scale up the instances after some duration after it has encountered the heavy workload traffic, not ideal
upvoted 2 times
...
TariqKipkemei
11 months ago
Selected Answer: B
runs every Friday evening = an Auto Scaling group that has a scheduled action
upvoted 2 times
...
Guru4Cloud
1 year, 1 month ago
Selected Answer: B
The key reasons: Auto Scaling scheduled actions allow defining specific dates/times to scale out or in. This can be used to scale to 6 instances every Friday evening automatically. Scheduled scaling removes the need for manual intervention to scale up/down for the workload. EventBridge reminders and manual scaling require human involvement each week adding overhead. Automatic scaling responds to demand and may not align perfectly to scale out every Friday without additional tuning. Scheduled Auto Scaling actions provide the automation needed to scale for the weekly workload without ongoing operational overhead.
upvoted 3 times
...
Sat897
1 year, 2 months ago
Selected Answer: B
Predicted period.. So schedule the instance
upvoted 3 times
...
mrsoa
1 year, 2 months ago
Selected Answer: B
B seems to be correct
upvoted 1 times
...
Deepakin96
1 year, 2 months ago
Selected Answer: B
When we know the run time is Friday, we can schedule the instance to 6
upvoted 2 times
...
Josantru
1 year, 2 months ago
Correct B.
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...