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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ