Easy1 markMultiple Choice
AWS SAA-C03 · Question 24 · Domain 2.1: Scalable Architectures
A startup is building a serverless web application. They need a fully managed service to create, publish, maintain, monitor, and secure APIs at any scale. The APIs will trigger AWS Lambda functions.<br/><br/>Which AWS service should they use?
A startup is building a serverless web application. They need a fully managed service to create, publish, maintain, monitor, and secure APIs at any scale. The APIs will trigger AWS Lambda functions.<br/><br/>Which AWS service should they use?
Answer options:
A.
AWS AppSync
B.
Elastic Load Balancing
C.
Amazon API Gateway
D.
AWS Global Accelerator
How to approach this question
Identify the primary AWS service for API management.
Full Answer
C.Amazon API Gateway✓ Correct
Amazon API Gateway
Amazon API Gateway is a fully managed service that makes it easy for developers to create, publish, maintain, monitor, and secure APIs at any scale. It acts as the 'front door' for applications to access data, business logic, or functionality from your backend services, such as AWS Lambda.
Common mistakes
Confusing API Gateway with AppSync (GraphQL specific).
Practice the full AWS SAA-C03 Practice Exam 6
65 questions · hints · full answers · grading
More questions from this exam
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team wants...MediumQ02A company has two AWS accounts: Account A for development and Account B for production. Developer...MediumQ03A mobile application needs to authenticate users using their social media accounts (Facebook, Goo...EasyQ04A company is running an application on Amazon EC2 instances. The application needs to connect to ...MediumQ05A company has 50 AWS accounts managed by AWS Organizations. The IT team wants to implement a cent...Easy
Expert