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 年前442 查看次数
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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容