2 Answers
- Newest
- Most votes
- Most comments
1
- do what Michale_K says, i.e. set subdomain.maindomain.com -> A Record with the fixed IP.
- Type "http://subdomain.maindomain.com:8501" in your browser to visit your web app.
answered 3 years ago
0
Looks like you have the domain pointing to a s3 bucket where you are doing redirects:
- subdomain.maindomain.com -> to a S3 bucket that redirects to -> ec2 fixed IP.
You want the domain A record value to just be the fixed IP:
- subdomain.maindomian.com -> A Record with the fixed IP.
answered 3 years ago
Hi, thanks so much for the response. Unfortunately the application I'm using uses a specific port number (8501) so the IP address is modified with the port number ie http://11.111.111.111:8501/. Sadly Route53 want let me add the port number to the IP entry in the A record and I can't see there is any other other than to map the URL. Can you point me to documentation on what to do in that case? Thx.
Relevant content
- asked 3 years ago
- asked 6 years ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated a year ago
thank you so much, it worked for me :)