Showing posts with label SSL offloading. Show all posts
Showing posts with label SSL offloading. Show all posts

Saturday, June 19, 2021

How to Route AWS to AZURE :::: Route53 to HTTPS SSL Based Application Load Balancer Routing

https://stackoverflow.com/questions/12176969/how-to-forward-http-request-to-https-in-amazon-route53/57481397#57481397


Amazon S3 -> Http Listener on ALB(Level 7) Redirect to HTTPS

HTTPS Listener redirect to HTTP BackendNodes/Destination [SSL Offloading]


ALB(HTTPS Redirect)   -> Node

AWS Route 53 -> Hosted Zone -> Domain URL -> Azure  Application Gateway [Public IP]


Azure  Application Gateway [Public IP] -> FrontEnd  -> 2 Listener (HttpListener80, HttpsListener443)

 APB HttpListener(80) Redirects to HTTPSListener(443)

ALB HTTPSListener  does SSL Offloading and backend Rule then distributes load among the nodes at HTTP Level


SSL Offloading - eases load on Destination Nodes/Actual Server VMs so that they don't have to encrypt and decrypt

Another option is End to End SSL in which even Backend Nodes must have SSL Implanted in them at Server Level but tradeoff is that it introduces extra work at node level - encrypting/deciphering.

Azure - Pipeline - Add Approver for Stage

https://learn.microsoft.com/en-us/azure/devops/pipelines/process/approvals?view=azure-devops&tabs=check-pass