Exam: AWS Certified Cloud Practitioner 0 Likes
A development team wants to publish and manage web services that (CLF-C02)
A development team wants to publish and manage web services that provide REST APIs.
Which AWS service will meet this requirement?
A. AWS App Mesh
B. Amazon API Gateway
C. Amazon CloudFront
D. AWS Cloud Map
Solution
Correct answer: B. Amazon API Gateway.
Amazon API Gateway is a fully managed service that makes it easy to create, publish, maintain, monitor, and secure APIs at any scale. It allows developers to define RESTful APIs and manage the API lifecycle, including creating, testing, and deploying APIs. API Gateway also provides features such as API keys, usage plans, and quotas to manage access to the APIs.
The other options do not meet the requirement. AWS App Mesh is a service mesh that helps manage microservices, Amazon CloudFront is a content delivery network (CDN), and AWS Cloud Map is a service discovery service. While these services can be used in conjunction with API Gateway, they do not provide the same functionality.
Category: Basic AWS services