Goal: expose two hostnames via Cloudflare Tunnel that route to services running on a single EC2 instance:
<SUBDOMAIN 1>.<YOUR DOMAIN NAME>.com→http://localhost:80(Python website)<SUBDOMAIN 2>.<YOUR DOMAIN NAME>.com→http://localhost:3000(Express API)
This guide is concise and written for Amazon Linux (YUM/RPM). Commands assume you run them as ec2-user with sudo where necessary.