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 124 discussion

A company has a highly dynamic batch processing job that uses many Amazon EC2 instances to complete it. The job is stateless in nature, can be started and stopped at any given time with no negative impact, and typically takes upwards of 60 minutes total to complete. The company has asked a solutions architect to design a scalable and cost-effective solution that meets the requirements of the job.
What should the solutions architect recommend?

  • A. Implement EC2 Spot Instances.
  • B. Purchase EC2 Reserved Instances.
  • C. Implement EC2 On-Demand Instances.
  • D. Implement the processing on AWS Lambda.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Kapello10
Highly Voted 1 year, 10 months ago
Selected Answer: A
Cant be implemented on Lambda because the timeout for Lambda is 15mins and the Job takes 60minutes to complete Answer >> A
upvoted 22 times
...
Evangelia
Highly Voted 1 year, 12 months ago
spot instances
upvoted 5 times
...
jaradat02
Most Recent 2 months, 3 weeks ago
Selected Answer: A
A is the correct answer, we can't use lambda because it's limit is 15 mins.
upvoted 1 times
...
thewalker
8 months, 2 weeks ago
Selected Answer: A
There is a chance of interrupting the jobs, but as they can be started and stopped at any given time, the MOST COST effective is going for Spot.
upvoted 3 times
...
Ruffyit
11 months, 3 weeks ago
Spot Instances provide significant cost savings for flexible start and stop batch jobs. Purchasing Reserved Instances (B) is better for stable workloads, not dynamic ones. On-Demand Instances (C) are costly and lack potential cost savings like Spot Instances. AWS Lambda (D) is not suitable for long-running batch jobs.
upvoted 2 times
...
tom_cruise
1 year ago
Selected Answer: A
key: can be started and stopped at any given time with no negative impact
upvoted 3 times
...
AbhilashDyadav
1 year ago
Selected Answer: A
Spot can do that
upvoted 1 times
...
Guru4Cloud
1 year, 2 months ago
Selected Answer: A
The key reasons are: Spot can provide significant cost savings (up to 90%) compared to On-Demand. Since the job is stateless and can be stopped/restarted anytime, the intermittent availability of Spot is not an issue. Spot supports the same instance types as On-Demand, so optimal instance types can be chosen. For a 60+ minute batch job, the chance of Spot interruption is low. But if it happens, the job can just be restarted. Reserved Instances don't offer any advantage for a highly dynamic job like this. Lambda is not a good fit given the long runtime requirement.
upvoted 3 times
...
cookieMr
1 year, 3 months ago
Selected Answer: A
Spot Instances provide significant cost savings for flexible start and stop batch jobs. Purchasing Reserved Instances (B) is better for stable workloads, not dynamic ones. On-Demand Instances (C) are costly and lack potential cost savings like Spot Instances. AWS Lambda (D) is not suitable for long-running batch jobs.
upvoted 1 times
...
beginnercloud
1 year, 4 months ago
Selected Answer: A
A is correct
upvoted 1 times
...
alexiscloud
1 year, 6 months ago
Answer A: typically takes upwards of 60 minutes total to complete.
upvoted 1 times
...
Buruguduystunstugudunstuy
1 year, 9 months ago
Selected Answer: A
The correct answer is Option A. To design a scalable and cost-effective solution for the batch processing job, the solutions architect should recommend implementing EC2 Spot Instances. EC2 Spot Instances allow users to bid on spare Amazon EC2 computing capacity and can be a cost-effective solution for stateless, interruptible workloads that can be started and stopped at any time. Since the batch processing job is stateless, can be started and stopped at any time, and typically takes upwards of 60 minutes to complete, EC2 Spot Instances would be a good fit for this workload.
upvoted 2 times
...
k1kavi1
1 year, 9 months ago
Selected Answer: A
Spot Instances should be good enough and cost effective because the job can be started and stopped at any given time with no negative impact.
upvoted 1 times
...
career360guru
1 year, 10 months ago
Selected Answer: A
Option A
upvoted 1 times
...
Wpcorgan
1 year, 10 months ago
A is correct
upvoted 1 times
...
SimonPark
1 year, 11 months ago
Selected Answer: A
A is the answer
upvoted 1 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 ...