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.
已回答 3 年前
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.
已回答 3 年前
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.
相關內容
- 已提問 2 年前
- AWS 官方已更新 2 年前
- AWS 官方已更新 2 年前
- AWS 官方已更新 2 年前
- AWS 官方已更新 3 年前
thank you so much, it worked for me :)