Home › Forums › AWS › AWS Certified Solutions Architect Professional › SAP-C01 Practice Test 2 › Reply To: SAP-C01 Practice Test 2
-
Hi Nikita,
The quote that Kenneth mentioned is from the OFFICIAL AWS documentation:
To forward selected queries, you create Resolver rules that specify the domain names for the DNS queries that you want to forward (such as example.com), and the IP addresses of the DNS resolvers on your network that you want to forward the queries to. If a query matches multiple rules (example.com, acme.example.com), Resolver chooses the rule with the most specific match (acme.example.com) and forwards the query to the IP addresses that you specified in that rule.
Reference:
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resolver.html
Second, you can actually add a conditional rule to your Outbound endpoint in Amazon Route 53. This is supported by none other than the official AWS docs itself: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resolver.html#resolver-overview-forward-vpc-to-network
Regards,
Jon Bonso