Api Gateway topologies : what are the possibilities ?

0

Hi,

I wonder if there are multiple possible API Gateway topologies, i.e. ONE ccentral API Gateway for all our projects, one API Gateway per project or other ?

From what I read, I seem to understand there is a single API Gateway per AWS Account, am I right ?

Thanks for your answers.

已提問 2 年前檢視次數 534 次
2 個答案
0
已接受的答案

API Gateway is the name of the service. As such there is only one. You can create multiple APIs in the Gateway.

My recommendation would be to create an API per component. This way you reduce the dependencies between teams.

Once you have multiple APIs, you can place them all behind a single custom domain name so to the clients it seems like a single API.

profile pictureAWS
專家
Uri
已回答 2 年前
profile pictureAWS
專家
已審閱 2 年前
0

The design topology is determined by your account structure and resource allocation with the account.Simple answer is, you can have one single API gateway and access it from other AWs accounts. Please refer to the below documentations.

https://aws.amazon.com/premiumsupport/knowledge-center/access-api-gateway-account/ https://aws.amazon.com/blogs/compute/building-private-cross-account-apis-using-amazon-api-gateway-and-aws-privatelink/ https://docs.aws.amazon.com/prescriptive-guidance/latest/modernization-integrating-microservices/api-gateway-pattern.html

AWS
Thava-K
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南