What is the FQDN of an EC2 instance?

0

I am doing a lift and shift on a backend server that requires its FQDN to run. This is so other auxiliary servers and find and connect to one another which are in the same network. Would it be the private DNS ip address (ip-172-11-36-99.us-east-2.compute.internal) or the result of typing hostname into a shell (EC2AMAZ-HMCB6JD)

已提問 1 年前檢視次數 465 次
1 個回答
0
已接受的答案

If the backend servers are attached to Domain controller with DNS, then it is recommend to use <Servername>.<DomainName>.

If Answer DNS hostname IPv4 (A record) requests is enabled for EC2, you can use hostname of EC2.

If not, Private IP DNS name is only option.

已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南