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

A solutions architect is designing a new API using Amazon API Gateway that will receive requests from users. The volume of requests is highly variable; several hours can pass without receiving a single request. The data processing will take place asynchronously, but should be completed within a few seconds after a request is made.

Which compute service should the solutions architect have the API invoke to deliver the requirements at the lowest cost?

  • A. An AWS Glue job
  • B. An AWS Lambda function
  • C. A containerized service hosted in Amazon Elastic Kubernetes Service (Amazon EKS)
  • D. A containerized service hosted in Amazon ECS with Amazon EC2
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
Parsons
Highly Voted 1 year, 9 months ago
Selected Answer: B
B is the correct answer. API Gateway + Lambda is the perfect solution for modern applications with serverless architecture.
upvoted 11 times
...
a7md0
Most Recent 3 months, 3 weeks ago
Selected Answer: B
Screaming Lambda
upvoted 2 times
...
TariqKipkemei
1 year ago
Selected Answer: B
data processing should be completed within a few seconds = An AWS Lambda function
upvoted 1 times
...
Guru4Cloud
1 year, 1 month ago
Selected Answer: B
B. An AWS Lambda function
upvoted 1 times
...
ukivanlamlpi
1 year, 1 month ago
Selected Answer: D
lambda is expensive than running ECS on EC2
upvoted 1 times
pentium75
9 months, 3 weeks ago
"Several hours can pass without receiving a single request", during which Lambda costs 0.00.
upvoted 4 times
...
...
Undisputed
1 year, 2 months ago
Selected Answer: B
Lambda all the way.
upvoted 1 times
...
cookieMr
1 year, 3 months ago
Selected Answer: B
Lambda is a serverless compute service that can be triggered by API Gateway to process requests asynchronously. It automatically scales based on the incoming request volume and allows for cost optimization by charging only for the actual compute time used to process the requests. A. Glue is a fully managed ETL service. It is designed for data processing and transformation tasks rather than serving API requests. It may not be suitable for handling variable request volumes and delivering responses within a few seconds. C. While EKS provides scalability and flexibility, it may introduce additional complexity and overhead for managing and scaling the infrastructure for handling variable API request volumes. D. Similar to the previous option, using ECS with EC2 would require additional effort for infrastructure management and scaling, which may not be necessary for handling intermittent and variable API request volumes.
upvoted 3 times
...
Bmarodi
1 year, 4 months ago
Selected Answer: B
Option B meets the requirements.
upvoted 1 times
...
Aninina
1 year, 9 months ago
Selected Answer: B
Lambda !
upvoted 3 times
...
mhmt4438
1 year, 9 months ago
Selected Answer: B
https://www.examtopics.com/discussions/amazon/view/43780-exam-aws-certified-solutions-architect-associate-saa-c02/
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 ...