enableDnsHostnames
true
, instances in the VPC get public DNS hostnames, but only if the enableDnsSupport
attribute is also set to true
.enableDnsSupport
:false
, the Amazon Route 53 Resolver server that resolves public DNS hostnames to IP addresses is not enabled.true
, queries to the Amazon provided DNS server at the 169.254.169.253 IP address, or the reserved IP address at the base of the VPC IPv4 network range plus two will succeed.true
:false
:enableDnsHostnames
and enableDnsSupport
attributes to true
.