2개 답변
- 최신
- 최다 투표
- 가장 많은 댓글
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.
답변함 4년 전
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.
답변함 4년 전
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.

thank you so much, it worked for me :)