Don't allow direct calls to Microservices. Only allow through API Gateway

前端 未结 5 1643
走了就别回头了
走了就别回头了 2020-12-25 13:06

Maybe this is a strange question (I\'m new with Microservices). But I\'m looking for some info on how proceed with this. Does not need to be Spring specific, but that\'s the

5条回答
  •  北荒
    北荒 (楼主)
    2020-12-25 14:03

    The right way to do this with AWS API Gateway would be with the recently launched 'VPC Link' integration, which secures the connection between API Gateway and your backend inside your VPC.

    https://aws.amazon.com/about-aws/whats-new/2017/11/amazon-api-gateway-supports-endpoint-integrations-with-private-vpcs/

提交回复
热议问题