2 Antworten
- Neueste
- Die meisten Stimmen
- Die meisten Kommentare
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.
beantwortet vor 3 Jahren
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.
beantwortet vor 3 Jahren
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.
Relevanter Inhalt
- AWS OFFICIALAktualisiert vor 2 Jahren
- AWS OFFICIALAktualisiert vor 2 Jahren
- AWS OFFICIALAktualisiert vor 2 Jahren
- AWS OFFICIALAktualisiert vor einem Jahr
thank you so much, it worked for me :)