I have a domain (myweb.com) pointed to one of my cloudfront distributions eg.:
myweb.com -> https://web1.s3.amazonaws.com/
now based on the internal organisation IP, I would like to load a new version of the site under the same domain not a subdomain:
myweb.com -> https://web2.s3.amazonaws.com/
soo if someone from outside of the company access myweb.com will get WEB1, within the organisation myweb.com will show WEB1
Is this possible?