Using resource policy for private ApiGateway

0

I'm working on my cloud formation template for a private ApiGateway that requires a resource policy. However, all the resource policy template i have used is not working because Api resource policy is not in AWS IAM policy. Any work around ?

1 Answer
0

Hi,

Have a look at those examples: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-resource-policies-examples.html.

You can control access, for private, probably by checking on the vpc interface endpoints ids.

profile picture
EXPERT
answered a year ago
  • Thanks for response but i need the template i could include in my ApiGateway Cloud Formation template

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