Edge-Optimized with local endpoint?

0

Hi all,

I created an edge optimized AWS API and when I look at the URL, it contains a region. Why? Does edge optimized not mean that some CloudFront-Distribution offers a global URL?

Edited by: BigRedHH on Jul 15, 2019 4:51 AM

asked 5 years ago186 views
3 Answers
1

Hello:

An Edge-Optimized API does use CloudFront to take advantage of POPs close to your calling clients to try to minimize TLS negotiation time, however, ultimately the API itself is still regional and belongs to the AWS region in which you created it. That means that if there is an availability event in that region, your API could be impacted.

To say it another way, Edge-Optimized APIs are not global APIs.

Hope this clarifies.

Regards,
Bob

EXPERT
answered 5 years ago
0

Any ideas?

answered 5 years ago
0

Thanks for your answer! I always use the URL with the "local"-URL (containing region) to invoke the API (which is shown in the AWS Console). Is there any ("global") Cloud Front URL as well?

answered 4 years 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