CloudFront Reverse Proxy Setup

Job ID: 40000882

Budget: ₹1,500 – ₹12,500 INR

I need a CloudFront-style reverse proxy in front of my subdomain (DNS managed on GoDaddy, no hosting attached) so that visitors always stay on this domain while traffic is routed to three different back-ends:

• subdomain → landing page served from vercel.app
• subdomain/link1 → Amazon EC2 instance at ip address
• subdomain/link2 → server at ip address

The goal is clean path-based routing and efficient traffic distribution without touching the root domain; only the subdomain should sit behind CloudFront (or an equivalent edge service you recommend). I’m unsure whether the logic should live entirely at the DNS layer or within the proxy configuration, so advise on best practice and implement accordingly.

Deliverables
– Working CloudFront (or similar) distribution with three origins and behaviours matching the paths above
– Updated DNS instructions for GoDaddy (CNAME/ALIAS or A-record as required)
– HTTPS enabled end-to-end so users always see a secure URL
– Short hand-off note or screen-share showing how to add more paths later