Level 4
You would map each subdomain as A record to the same IP address of your AWS server.
or if you are using AWS hostname you use same CNAME for each subdomain.
hope that helps
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I am using Forge to deploy a Laravel App from Git to an AWS Server for mydomain.com. I want to be able to deploy multiple instances of my app to the same AWS server for various reasons (e.g. Testing). When I deploy via Forge to the server I will get directories like app1.mydomain.com, app2,mydomain,com, etc... How do I setup the Route 53 records to point to these domains?
Please or to participate in this conversation.