2 Respostas
- Mais recentes
- Mais votos
- Mais comentários
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.
respondido há 3 anos
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.
respondido há 3 anos
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.
Conteúdo relevante
- AWS OFICIALAtualizada há um ano
- AWS OFICIALAtualizada há um ano
- AWS OFICIALAtualizada há 8 meses
- AWS OFICIALAtualizada há 2 anos
thank you so much, it worked for me :)