amazon s3 - Using CloudFront, is it still useful to use different S3 region? -


up now, using s3 store our files, using buckets in different regions closest our data generator , people getting data (much more post, post'er typically closer get'er).

we moving cloudfront many reasons. data pushed , got closest cloudfront endpoint user, proxy to/from s3.

the question arises whether still useful reason store our data on bucket depending on region?

  • get not faster served cf endpoint, except first of cf area after "long" duration without get
  • post not faster pushed cf endpoint
  • the cost of cf not seem affected region of origin s3

as said, region may not make significant difference gets, since amazon cloudfront distributions have single endpoint: cloudfront.amazonaws.com

however if writing (put) s3 directly user side, here might better keep @ closer region.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -