AWS API Gateway with EC2 Api backend

时间:2015-10-31 00:05:53

标签: aws-api-gateway

Im trying to use and ec2 api backend and not exposing it to public. I want to put api gayeway on top of it. What options do i have? Is it just proxy option in api gateway? If it's that how can I protect my API backend? If i use client side certs it doesn't protect me against DOS attacks and stuff. Im hoping there is better way to do this.

1 个答案:

答案 0 :(得分:3)

不幸的是,客户端证书是目前唯一可用的选项。 VPC支持在我们的路线图上,但我无法提交时间表,以确定何时可以使用。

相关问题