Depois disso, paguei pelo suporte técnico da AWS para resolver esse problema, eis a resposta deles:
I do understand as it can be frustrating, unable to view changes made to your configuration using Developer Tools.
From the documentation that is online I do confirm that it can be a little confusing which I will do a feedback request to make some changes to the documentation, in your case it's more performance changes, if you look at the bottom of Chrome browser, Network option under Developer tools you will see how your pages performance was impacted due to the gzip compression.
To view the configuration through the browser another option the same as you would get in the "curl" command output, by viewing the Response Headers in Developer Tools from any browser.
This can be found if you go the Developer Tools -> Select Network: * As you saw all the links to your resources , click on the top link domain name "noru.co.uk". * This will open your Headers which will give the same output as the curl command did example:
Accept-Ranges: bytes
Alt-Svc: quic=":443"; ma=2592000; v="35,37,38,39"
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Content-Encoding: gzip
Content-Length: 3152
Content-Type: text/html; charset=utf-8
Date: Tue, 20 Mar 2018 06:37:04 GMT
Etag: "7073226-1521527798;gz"
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Pragma: no-cache
Server: LiteSpeed
Vary: Accept-Encoding
X-Firefox-Spdy: h2
charset: utf-8
x-litespeed-cache: hit,private
x-powered-by: Craft CMS
This will give you most of the information of your configuration to your web pages of that domain.
I hope this helped, if you have any other concerns, please don't hesitate to contact us as I would gladly further assist.