Skip to content

Firewall Appliance in front of API Gateway

0

Hi,

I have a architectual doubt,

Its possible place a firewall virtual appliance in front of a regional API gateway to inspect or control the traffic from the internet agains an particular API?

Thanks in advance for any hint about.

2 Answers
3
Accepted Answer

The only way to place an appliance in front of API Gateway is to use a Private API. Point your clients into the appliance in the VPC which will then route to the API Gateway VPC endpoint.

AWS
EXPERT
answered 4 years ago
EXPERT
reviewed 2 years ago
EXPERT
reviewed 2 years ago
1

Not answering your question but: why do you want to do this? API Gateway gives you the ability to "pull apart" each request; transform it and then reform a new request to the back end. What do you need the firewall to do that you can't do in API Gateway?

AWS
EXPERT
answered 4 years ago
EXPERT
reviewed 2 years ago
  • that's the point, I needed to confirm that it is indeed unnecessary to deploy a firewall in front of an api gateway. i mean, i needed a differents points of views about that requirement. :) , btw thanks for detailed explanation

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.