Best practices for securing service to service REST communication in a microservices architecture

0

Hi all,

With so many options available ((API Gateway REST API, HTTP API, ALB ) I'm looking for best practices regarding internal service to service communication in a micro service architecture.

Specific questions I have:

  • Which load balancing service to choose when for internal service-to-service communication (API Gateway REST API, HTTP API, ALB)?
  • What is a best practice for securing internal microservices (just by IP range or OIDC) ?
1 個回答
0
已接受的答案

There are multiple considerations when building microservices. What is a good fit depends on your use case, for instance do you run servers or serverless, is service discovery needed, are the services sync or async in nature or mix - best practice can be different depending on the needs.

I would recommend to read this white paper we have on microservices on AWS https://d1.awsstatic.com/whitepapers/microservices-on-aws.pdf. It will give good overview and lots of context how to approach microservices on AWS.

AWS
已回答 4 年前

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

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

回答問題指南