exam questions

Exam AWS Certified Solutions Architect - Professional All Questions

View all questions & answers for the AWS Certified Solutions Architect - Professional exam

Exam AWS Certified Solutions Architect - Professional topic 1 question 978 discussion

A company is processing financial records in the AWS Cloud. Throughout the day, records are uploaded to an Amazon S3 bucket for processing. Every night at midnight, an application processes the records. The application runs on a set of Amazon EC2 instances and is invoked by a cron job on each instance. The application processes all the records in a total of approximately 60 minutes and stores the result in a second S3 bucket.

A solutions architect needs to modernize the application by implementing a solution that processes the records with the least possible operational overhead.

Which solution will meet these requirements?

  • A. Use an AWS Lambda function to process a single record. Create an AWS Step Functions state machine to invoke the Lambda function for each record. Create an Amazon EventBridge (Amazon CloudWatch Events) rule to schedule the state machine to run at midnight.
  • B. Containerize the processing logic. Create an Amazon Elastic Kubernetes Service (Amazon EKS) cluster that runs in AWS Fargate mode. Configure an Amazon EventBridge (Amazon CloudWatch Events) rule to schedule invocation of the Fargate tasks at midnight.
  • C. Use a single AWS Lambda function to process all the records. Use S3 Event Notifications to invoke the Lambda function at midnight.
  • D. Containerize the processing logic. Create an Amazon Elastic Container Service (Amazon ECS) cluster that runs in AWS Fargate mode. Configure Amazon Simple Notification Service (Amazon SNS) to schedule invocation of the Fargate tasks at midnight.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
backbencher2022
8 months, 3 weeks ago
Selected Answer: B
B is the correct option
upvoted 1 times
...
3a632a3
1 year, 3 months ago
Selected Answer: A
A - is the only valid option. This is a very common pattern and there aren't any requirements listed that would rule this pattern out. https://serverlessland.com/content/service/step-functions/paved-path/distributed-data-processing-with-step-functions/introduction B - EKS is not a valid target for EventBridge and Fargate is a compute engine for ECS and EKS. There is no concept of a Fargate Task. C - A single lambda has a 15 minute execution time limit D - SNS doesn't provide a scheduler, you need to use EventBridge.
upvoted 3 times
marszalekm
1 year, 3 months ago
I agree with everything + question says "least possible operational overhead", AWS Lambda seems much easier to setup
upvoted 1 times
...
...
SkyZeroZx
1 year, 10 months ago
Selected Answer: B
A ) Lambdas maxium time of usage is 15 minutes currently B ) Container Logic , use EKS with Fargate is serverless and scalable service , CloudWatch Event support Cron Definition sounds good C ) Same option A D) SNS for cron jobs ? not is possible
upvoted 1 times
...
Sudeepshiv
1 year, 10 months ago
Selected Answer: B
Ans B, eks fargate with CW events
upvoted 1 times
...
dev112233xx
2 years ago
Selected Answer: A
A has less operational overhead than running Kubernetes cluster for batch job Also 60minutes is the process time for ALL the objects, A says Lambda per object, so it must be less than 15m https://noise.getoto.net/tag/aws-lambda/page/10/
upvoted 2 times
vn_thanhtung
1 year, 8 months ago
Are you dev?
upvoted 1 times
...
vn_thanhtung
1 year, 8 months ago
A solutions architect needs to modernize the application by implementing a solution that processes the records with the least possible operational overhead => you think lambda can run? Again provide wrong answer
upvoted 1 times
...
...
Kende
2 years, 4 months ago
Selected Answer: B
"B" is the one.
upvoted 2 times
...
due
2 years, 4 months ago
Selected Answer: B
Fargate + CloudWatch Events
upvoted 2 times
...
ggrodskiy
2 years, 5 months ago
Correct D
upvoted 2 times
Kende
2 years, 4 months ago
How can you schedule with SNS?
upvoted 2 times
ggrodskiy
2 years, 4 months ago
yep, B. Thanks
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago