exam questions

Exam AWS Certified Solutions Architect - Professional All Questions

View all questions & answers for the AWS Certified Solutions Architect - Professional exam

Exam AWS Certified Solutions Architect - Professional topic 1 question 634 discussion

A company has a VPC with two domain controllers running Active Directory in the default configuration. The VPC DHCP options set is configured to use the IP addresses of the two domain controllers. There is a VPC interface endpoint defined; but instances within the VPC are not able to resolve the private endpoint addresses.
Which strategies would resolve this issue? (Choose two.)

  • A. Define an outbound Amazon Route 53 Resolver. Set a conditional forward rule for the Active Directory domain to the Active Directory servers. Update the VPC DHCP options set to AmazonProvidedDNS.
  • B. Update the DNS service on the Active Directory servers to forward all non-authoritative queries to the VPC Resolver.
  • C. Define an inbound Amazon Route 53 Resolver. Set a conditional forward rule for the Active Directory domain to the Active Directory servers. Update the VPC DHCP options set to AmazonProvidedDNS.
  • D. Update the DNS service on the client instances to split DNS queries between the Active Directory servers and the VPC Resolver.
  • E. Update the DNS service on the Active Directory servers to forward all queries to the VPC Resolver.
Show Suggested Answer Hide Answer
Suggested Answer: AB 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
MichaelR
Highly Voted 3 years, 7 months ago
I think its A, B. AwsDNS is set in DHCP options. AWS resources resolve other resources as a result, but forward AD domain queries to AD servers via an Outbound resolver endpoint. Users hitting the AD servers from on-prem would then have non-authoritative queries pushed to the AWS resolver.
upvoted 30 times
TonyGe
3 years, 6 months ago
A is incorrect, an outbound resolver is for DNS queries that you want to forward outside your VPC. For example, this is used for resolving outside domain names.
upvoted 1 times
...
MichaelR
3 years, 7 months ago
as far as I know, you can't create a forward rule in an inbound resolver. Correct me if I"m wrong
upvoted 4 times
...
...
liono
Highly Voted 3 years, 7 months ago
B &C are correct options
upvoted 19 times
...
Cal88
Most Recent 2 years, 6 months ago
The correct answer is AB as most comments are stating. For anyone who thinks that A is not correct because outbound resolver will forward to on-premise DNS server. Remember , our goal is to resolve records in our domain which in the question is hosted in the AD so we need to forward these requests if they don't match the private hosts for the VPC. The DNS being hosted inside the VPC or on premise is not relevant since you are specifying an ip in the forward rule , so technically you can forward to the AD which inside the VPC in AWS Docs: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resolver-forwarding-outbound-queries.html#resolver-forwarding-outbound-queries-rule-values Target IP addresses When a DNS query matches the name that you specify in Domain name, the outbound endpoint forwards the query to the IP addresses that you specify here. These are typically the IP addresses for DNS resolvers on your network. so it could be any IP weather its inside or outside the VPC
upvoted 2 times
Cal88
2 years, 6 months ago
Notice in the documentation it says typically its inside your network , it does not mean this is the only way to do it but it means that in most cases this what will happen. The use case in the question applies to using outbound resolver
upvoted 1 times
...
...
nsvijay04b1
2 years, 7 months ago
Selected Answer: AB
AB is answer. why? A) correct - outbound resolver has conditional fwd rules to resolve hybrid DNS + VPC DHCP options must be reverted to other EC2 can resolve DNS B) correct - AD servers to use inbound resolver for non-authorititative queries to reach instances C) wrong - There is no conditional fwd rules for inbound resolvers D) wrong - splitting DNS server based on type of app seems illogical for me E) wrong - AD servers need to resolve internal queries as well, not makes sense
upvoted 2 times
...
RVD
2 years, 9 months ago
Selected Answer: BC
To resolve the AWS services CNAME it needs to forward the queries to AWS DNS which on prem DNS trying to forward, here question is about ec2 is not able to resolve the endpoint DNS. EC2->ADDNS->Inboud Resolver.
upvoted 3 times
...
Enigmaaaaaa
2 years, 9 months ago
AB First we set all Instances to forward all queries to AmazonDNS (to resolve private interface names) and then other queries *.example.corp.com will be forwarded with the outbound endpoint to the AD servers
upvoted 3 times
...
Sonujunko
3 years, 2 months ago
Selected Answer: AB
A , B https://aws.amazon.com/blogs/networking-and-content-delivery/integrating-your-directory-services-dns-resolution-with-amazon-route-53-resolvers/
upvoted 6 times
...
pititcu667
3 years, 4 months ago
Guys i initially said a.b then I noticed the domain controllers are inside the vpc . so changing to bc.
upvoted 1 times
pititcu667
3 years, 2 months ago
I made a mistake it's ab forwarding requires outbound.
upvoted 1 times
...
...
AzureDP900
3 years, 5 months ago
I will go with A & B
upvoted 1 times
...
Liongeek
3 years, 6 months ago
B&C for me. Same question appeared on Udemy test
upvoted 2 times
...
Salmariaz
3 years, 6 months ago
Should be A and B , as outbound endpoint not necessarily mean that the servers should be onprem for conditional forwarder rule to kick in, instead they can reside in another VPC too and it allows DNS queries from your VPC to the VPC where the AD servers run. Option C would also work with an inbound endpoint pointing to the 2 AD server IPs, but definitely not with forwarding rules. So clearly ruled out.
upvoted 4 times
...
andylogan
3 years, 6 months ago
It's A, B - An outbound resolver
upvoted 2 times
...
tgv
3 years, 6 months ago
AAA BBB --- https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resolver.html
upvoted 5 times
...
blackgamer
3 years, 6 months ago
The answer is A & B. Thanks Waiweng for useful reference.
upvoted 1 times
...
pablobairat
3 years, 6 months ago
B & C "An outbound resolver is for DNS queries that you want to forward outside your VPC" -> So A is discarted since everything is inside the VPC
upvoted 1 times
...
WhyIronMan
3 years, 6 months ago
I'll go with B,C
upvoted 2 times
...
botohin687
3 years, 6 months ago
Answer A &B https://aws.amazon.com/blogs/aws/new-amazon-route-53-resolver-for-hybrid-clouds/
upvoted 2 times
Shenannigan
3 years, 6 months ago
I could see this being correct if the domain controllers were hosted on premise but in this case the DC's are hosted on the VPC as such I am going with: BC
upvoted 2 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago