exam questions

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

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

Exam AWS Certified Solutions Architect - Associate SAA-C02 topic 1 question 340 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 (Amazon CloudWatch Events) scheduled event.
  • C. Use an Amazon Elastic Container Service (Amazon ECS) Fargate task triggered by an Amazon EventBridge (Amazon CloudWatch Events) scheduled event.
  • D. Use an Amazon Elastic Container Service (Amazon ECS) task running on Amazon EC2 triggered by an Amazon EventBridge (Amazon CloudWatch Events) scheduled event.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
syu31svc
Highly Voted 3 years, 8 months ago
Answer is C A is wrong; "EC2 Reserved Instance" not cost effective compared to serverless B is wrong; Lambda runs for 15 minutes max D is wrong; "running on Amazon EC2" not cost effective
upvoted 69 times
...
jkwek
Highly Voted 3 years, 7 months ago
Answer is C. https://aws.amazon.com/eventbridge/ Amazon EventBridge is a serverless event bus that makes it easier to build event-driven applications at scale using events generated from your applications, integrated Software-as-a-Service (SaaS) applications, and AWS services. https://docs.aws.amazon.com/AmazonECS/latest/developerguide/AWS_Fargate.html AWS Fargate is a technology that you can use with Amazon ECS to run containers without having to manage servers or clusters of Amazon EC2 instances.
upvoted 14 times
...
queen101
Most Recent 2 years, 10 months ago
CCCCCCCCCCCCCCCCCCCCCCC
upvoted 1 times
...
Preffered
2 years, 10 months ago
C is the best way to go as it handles automation and cost
upvoted 1 times
...
marklovesaws143
2 years, 10 months ago
Selected Answer: C
CCCCCCCCCCCCC
upvoted 1 times
...
slcheng
2 years, 11 months ago
Selected Answer: C
agreed with C
upvoted 1 times
...
Vijay1986
3 years, 6 months ago
Selected Answer: C
C - Fargate is serverless & cost effective comparted to other options.
upvoted 3 times
...
gargaditya
3 years, 6 months ago
Answer is C. Explanation: cost effective means serverless is best way to go. A-RIs would be running continuously once purchased and eventhough we get upfront discount,its still being charged for 1/3 yr reservation B-Lambda can only run 15 mins max C-Fargate is best choice,it is serverless D-ECS is based on EC2s which need to be provisioned
upvoted 3 times
...
haaris786
3 years, 8 months ago
I thought of Lambda but when I looked at 2 hours then it makes sense to go for ECS fargate option.
upvoted 9 times
...
dmscountera
3 years, 8 months ago
C. Use an Amazon Elastic Container Service (Amazon ECS) Fargate task triggered by an Amazon EventBridge (Amazon CloudWatch Events) scheduled event. Fargate is cheaper than EC2
upvoted 7 times
noahsark
3 years, 8 months ago
Agree with C: https://aws.amazon.com/blogs/containers/theoretical-cost-optimization-by-amazon-ecs-launch-type-fargate-vs-ec2/
upvoted 5 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 ...