Topic 1 Question 220
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?
An AWS Glue job
An AWS Lambda function
A containerized service hosted in Amazon Elastic Kubernetes Service (Amazon EKS)
A containerized service hosted in Amazon ECS with Amazon EC2
ユーザの投票
コメント(4)
- 正解だと思う選択肢: B
B is the correct answer. API Gateway + Lambda is the perfect solution for modern applications with serverless architecture.
👍 5Parsons2023/01/14 - 正解だと思う選択肢: B
Lambda !
👍 3Aninina2023/01/16 - 正解だと思う選択肢: B👍 1mhmt44382023/01/14
シャッフルモード