REST API GW type PRIVATE

0

Hi team,

I want to create a private REST API GW via CDK in my private only VPC,

Should I set up an Interface VPC Endpoint for the com.amazonaws.ca-central-1.execute-api service?

Or is it unnecessary to create an Interface VPC Endpoint, given that the REST API Gateway I'm configuring is of the PRIVATE type and accessible externally through PrivateLink?

Thank you!"

1 Answer
0

Yes, it's necessary and you'd need to set up interface VPC Endpoint for execute-api.

Please refer following AWS Documentation for same:

Hope it helps.

Abhishek

profile pictureAWS
EXPERT
answered 8 months ago
profile picture
EXPERT
reviewed 8 months ago
  • Thank you for your answer

    in this case, if I need to create an interface vpc endpoint, what would be the difference between REST API GW and REST API GW private options

    The console offers to create REST API and REST API Private

    if I create an interface endpoint for com.amazonaws.ca-central-1.execute-api what would be the difference of selecting REST API Private over REST API if I have an interface endpoint either way

    the vpv endpoint needs to be created in the same VPC as the private API GW? or in the partner caller

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