Hi Checkmates,
I need to allow an specific AWS app and block the rest, the app is accessed from an url (resolved and redirected to an AWS cloud range) like this:
1) The end user enter the url in the browser erp.internaldomain.com/login
2) The dns resolve to ec2-xxxx.compute-x.amazonaws.com and many others.
3) Url Filtering/ App Control blocks with the clean up rule.
What I try:
a) Allow by specific url erp.domainexample.com/login since is re directed the first connection is allowed but when the redireccion happens the url filtering block.
https inspection is disable.
Thanks in advance for any information to point me in the right direction.