AWS Serving file as gzip from S3 via Cloudfront

in #aws7 years ago (edited)

Sometimes when the official documentation is not clear enough you run in circles to check and recheck every step as defined, but occasionally it still does not work. I was in such a scenario yesterday, so I just added this hint quick steps in case its helpful for anyone.

Serving unzipped file as gzip from S3 via Cloudfront seems straight forward as changing the Cloudfront Distribution Behavior setting of Compress Objects Automatically from No to Yes. Still the javascript files were not being served as gzip in my browser, digging around further found that Cloudfront expects a Content-Length and Content-Type to be defined in your origin, which was S3 bucket in my case. Below are steps needed to succesfully serve a non zipped file as gzip from your s3 bucket.

  • Select CloudFront distribution and goto "Default Cache Behavior Settings" then change "Compress Objects Automatically" to Yes
  • Next goto S3 Bucket and select Permissions - CORS Configuration within your Bucket. Add AllowedHeader Content-Length as shown below inside within <CORSConfiguration> tag
    <AllowedHeader>Content-Length</AllowedHeader>
  • Within each file that needs to be compressed within S3 you need to provide the Content-Type as a valid AWS accepted format AWS Cloudfront Filetypes
  • Finally you need to invalidate the files so that changes go thru for all the locations
Sort:  

Congratulations @radeesh! You have received a personal award!

1 Year on Steemit
Click on the badge to view your Board of Honor.

Support SteemitBoard's project! Vote for its witness and get one more award!

Congratulations @radeesh! You received a personal award!

Happy Birthday! - You are on the Steem blockchain for 2 years!

You can view your badges on your Steem Board and compare to others on the Steem Ranking

Do not miss the last post from @steemitboard:

SteemitBoard supports the SteemFest⁴ Travel Reimbursement Fund.
Vote for @Steemitboard as a witness to get one more award and increased upvotes!

Coin Marketplace

STEEM 0.20
TRX 0.13
JST 0.030
BTC 64599.25
ETH 3467.96
USDT 1.00
SBD 2.55