Question 230:
For a project with many VPCs, VPC peering has been enabled. Your requirement is that a VPC should resolve public IPv4 DNS hostnames to private IPv4 addresses when queried from instances in the peer VPC. What would you do?
Answer options:
A.Enable DNS hostname resolution for your VPC peering connection. B.Add DNS name resolution in Route53 for private IP address. C.No changes are required. By default, every instance from each VPC peering addresses each other instance using the DNS hostname resolution to point to the Private IP address. The application team needs to make changes to the application. D.Disable existing VPC peers & create new VPC peers with enabling DNS resolution with Private IP address & not with Public IP address.