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

A solutions architect is creating a data processing job that runs once daily and can take up to 2 hours to complete. If the job is interrupted, it has to restart from the beginning.

How should the solutions architect address this issue in the MOST cost-effective manner?

  • A. Create a script that runs locally on an Amazon EC2 Reserved Instance that is triggered by a cron job.
  • B. Create an AWS Lambda function triggered by an Amazon EventBridge scheduled event.
  • C. Use an Amazon Elastic Container Service (Amazon ECS) Fargate task triggered by an Amazon EventBridge scheduled event.
  • D. Use an Amazon Elastic Container Service (Amazon ECS) task running on Amazon EC2 triggered by an Amazon EventBridge scheduled event.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
awsgeek75
Highly Voted 9 months, 1 week ago
Selected Answer: C
A: Nonsense B: Lambda max running time is 15 mins D: EC2 is more expensive than Fargate for 2 hours duration as EC2 instance will be billed.
upvoted 9 times
awsgeek75
8 months, 4 weeks ago
A is also nonsense because an EC2 reserved instance will cost the most for the period when the 2 hour job is not running!
upvoted 3 times
...
...
KennethNg923
Most Recent 4 months ago
Selected Answer: C
EC2 expensive than Fargate or Lambda, but Lambda has 15 mins limit, so only could choose Fargate for micro service which is C. I think no one will create script for that by the way
upvoted 1 times
...
pentium75
9 months, 2 weeks ago
Selected Answer: C
Not B because of running time
upvoted 4 times
...
TariqKipkemei
10 months, 2 weeks ago
Selected Answer: C
AWS Fargate will bill you based on the amount of vCPU, RAM, OS, CPU architecture, and storage that your containerized apps consume while running on EKS or ECS.
upvoted 1 times
...
cevin93
10 months, 3 weeks ago
Selected Answer: C
should be C
upvoted 2 times
...
Alex1atd
10 months, 4 weeks ago
Selected Answer: C
Lambda function have a limit timeout about 15 minutes, so cannot be B. Answer is C
upvoted 2 times
...
hungta
11 months, 1 week ago
Selected Answer: C
Lamda function have a limit timeout about 15 minutes
upvoted 1 times
...
cciesam
11 months, 1 week ago
Selected Answer: B
I think it should be B. Considering the Cost.
upvoted 3 times
Murtadhaceit
10 months ago
Lambda times out after 15 minutes. This job requires a 2-hour time without interruption block. So, definitely not B.
upvoted 4 times
...
zhdetn
11 months, 1 week ago
Lambda Maximum execution time: 900 seconds (15 minutes)
upvoted 5 times
...
...
potomac
11 months, 2 weeks ago
Selected Answer: C
I guess it is C
upvoted 2 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 ...