HTTP proxy outbound security

Not applicable

Hello Team,

I was looking to see if there was any form of outbound security when using API Gateway as an HTTP proxy.

For example, I have a backend API that I want to proxy through API Gateway...
API Gateway Proxy -> https://secured-api.backend.domain/v1/example | AWS Certified
But I do not want non API Gateway traffic to be allowed to connect to secured-api.backend.domain.

Apigee has a feature like this that they refer to as "last mile security"
http://apigee.com/docs/api-services/content/last-mile-security

Does API Gateway have a "last mile security" equivalent feature?

Help me on this guy's!

Thanks!

0 1 437
1 REPLY 1

HI Gnana

You can have,

IP White-listing to avoid any direct hits to back end.

Basic Auth implemented on back-end and send those details in target flow in Apigee

Thanks.