Aj1
Aj1

Reputation: 973

Aws API Gate Way doesn't create Amazon CloudFront distribution

I am following the link to setup, it says in the doc "For every API you create, API Gateway sets up an Amazon CloudFront distribution for the API", I have created 4 API's and deployed them, but when I goto cloudFront, I don't see anything, it says Create Distribution. Not sure, What I am missing exactly, any help would be appreciated.

enter image description here

Upvotes: 0

Views: 157

Answers (1)

Abhigna Nagaraja
Abhigna Nagaraja

Reputation: 1894

The cloudfront distributions are not exposed to the public. API Gateway internally setups up a cloudfront distribution for every api.

Upvotes: 2

Related Questions