Web Applications

Technology

HOWTO: Automatically Enable GZip Compression on AWS Elastic Beanstalk

Recently, I started experimenting with the AWS fancy deployment system, Elastic Beanstalk. The first thing I noticed was that gzip (mod_deflate) compression was not enabled by default. A quick search revealed that it is indeed not enabled by default for reasons of compatibility.

Read