API gateway vs internet gateway

0

What is the difference between API gateway and internet gateway

Jehan
已提问 2 个月前395 查看次数
1 回答
3
已接受的回答

The main difference between API Gateway and Internet Gateway is:

API Gateway is an AWS service that allows developers to create, publish, maintain, monitor, and secure APIs at any scale. It sits between the front-end (clients) and back-end (servers, databases, Lambda functions etc) of an application. Some key capabilities of API Gateway include:

  • It acts as a reverse proxy and load balancer. It handles traffic management, authorization and access control for APIs.
  • It supports creation of RESTful and WebSocket APIs. RESTful APIs can be used to access backends like EC2 instances, Lambda functions etc. WebSocket APIs enable real-time communication.
  • It provides features like throttling, caching, monitoring, authentication, authorization etc for APIs. SDKs can also be generated.

Internet Gateway is a separately billed AWS service that allows communication between instances in VPCs and the internet. It allows instances in private subnets of a VPC to connect to the internet, but not to each other or to instances in public subnets. The internet gateway sits at the edge of a VPC and routes internet-bound traffic to the internet and vice versa.

Please refer: API Gateway- https://docs.aws.amazon.com/apigateway/latest/developerguide/welcome.html, Internet Gateway- https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Internet_Gateway.html

profile pictureAWS
Anand
已回答 2 个月前
profile picture
专家
已审核 2 个月前
profile pictureAWS
专家
已审核 2 个月前
profile pictureAWS
专家
Uri
已审核 2 个月前
profile picture
专家
已审核 2 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则