How to set up private API Gateway for HTTP APIs?

0

I want to create an API Gateway, that uses HTTP protocol, in my private VPC so that only the services inside this VPC can hit this API Gateway. There is an article on creating private API for API Gateway but it is only for REST APIs. Also, while creating the API Gateway for HTTP, I could not find the VPC configuration option. Is it possible to create a private API Gateway for HTTP?

1 Answer
2
Accepted Answer

Hi prabhu,

No, API Gateway HTTP API do not yet support Private api. Only Rest API type does.

Check endpoint type section here: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-vs-rest.html

Hope it clarifies and if does I d appreciate answer to be accepted so that community can benefit for clarity, thanks ;)

profile picture
EXPERT
answered a year ago
profile picture
EXPERT
reviewed 4 days ago

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.

Guidelines for Answering Questions