exam questions

Exam AWS Certified Solutions Architect - Professional SAP-C02 All Questions

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

Exam AWS Certified Solutions Architect - Professional SAP-C02 topic 1 question 319 discussion

A company’s solutions architect needs to provide secure Remote Desktop connectivity to users for Amazon EC2 Windows instances that are hosted in a VPC. The solution must integrate centralized user management with the company's on-premises Active Directory. Connectivity to the VPC is through the internet. The company has hardware that can be used to establish an AWS Site-to-Site VPN connection.

Which solution will meet these requirements MOST cost-effectively?

  • A. Deploy a managed Active Directory by using AWS Directory Service for Microsoft Active Directory. Establish a trust with the on-premises Active Directory. Deploy an EC2 instance as a bastion host in the VPC. Ensure that the EC2 instance is joined to the domain. Use the bastion host to access the target instances through RDP.
  • B. Configure AWS IAM Identity Center (AWS Single Sign-On) to integrate with the on-premises Active Directory by using the AWS Directory Service for Microsoft Active Directory AD Connector. Configure permission sets against user groups for access to AWS Systems Manager. Use Systems Manager Fleet Manager to access the target instances through RDP.
  • C. Implement a VPN between the on-premises environment and the target VPEnsure that the target instances are joined to the on-premises Active Directory domain over the VPN connection. Configure RDP access through the VPN. Connect from the company’s network to the target instances.
  • D. Deploy a managed Active Directory by using AWS Directory Service for Microsoft Active Directory. Establish a trust with the on-premises Active Directory. Deploy a Remote Desktop Gateway on AWS by using an AWS Quick Start. Ensure that the Remote Desktop Gateway is joined to the domain. Use the Remote Desktop Gateway to access the target instances through RDP.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
Pilot
Highly Voted 1 year, 2 months ago
I think this question is not really about Active Directory or AD Connector. A secure VPN connection is all you need in this question. The company has hardware can be used to establish an AWS S2S connection. In order to have a secure connection, the first thing you have to do is to implement a VPN connection between on-premise and target VPC. So C is the answer.
upvoted 22 times
...
Sab
Highly Voted 1 year, 2 months ago
Selected Answer: B
You cannot join an EC2 to On-prem AD just over the VPN. You should be having an AD connector for the same. https://aws.amazon.com/blogs/security/how-to-connect-your-on-premises-active-directory-to-aws-using-ad-connector/
upvoted 15 times
bjexamprep
1 year, 1 month ago
Can you provide the link saying why EC2 cannot join an onprem AD over VPN? As long as the network connectivity is created, I don't see a problem for an EC2 instance to join an on-prem domain.
upvoted 6 times
tmlong18
1 year ago
https://aws.amazon.com/tw/blogs/networking-and-content-delivery/integrating-your-directory-services-dns-resolution-with-amazon-route-53-resolvers/ You should config DHCP and DNS
upvoted 1 times
bjexamprep
10 months, 2 weeks ago
The article is about "Integrating your Directory Service’s DNS resolution with Amazon Route 53 Resolvers". It doesn't mean an EC2 cannot join an onprem AD. If AWS says you can't use onprem AD even the network is connected, that is really a terrible design. I don't think AWS can design it that way.
upvoted 2 times
...
bjexamprep
10 months, 2 weeks ago
AWS might recommend the consumers to use Active directory connect, but cannot deny using on-prem ADDS directly. And as long as the network is connected, all you need is to create a custom DHCP option set pointing to that ADDS.
upvoted 3 times
...
...
...
...
d401c0d
Most Recent 1 day, 5 hours ago
Selected Answer: C
AWS IAM Identity Center (SSO) with On-Prem AD Authentication AD Connector allows AWS services and applications to authenticate users against on-prem Active Directory. When Not to Use AD Connector ❌ If you require high availability, since AD Connector depends on a stable connection to on-prem AD. ❌ If you need Group Policy Object (GPO) support in AWS, as AD Connector does not provide this. ❌ If you need Kerberos authentication or NTLM authentication within AWS, as it only forwards authentication requests. ❌ If you require full AD domain replication, consider AWS Managed Microsoft AD instead.
upvoted 1 times
...
JaffaDaffa
1 month ago
Selected Answer: C
On-prem AD joining via VPN is the most cost effective compared to AD connector
upvoted 1 times
...
bhanus
1 month, 1 week ago
Selected Answer: B
Once VPN connectivity is established between on-prem and AWS. RDP should be sufficient to connect. Secure Remote Desktop connectivity: The VPN provides a secure, encrypted tunnel for RDP traffic between the on-premises network and the EC2 instances in the VPC. Integration with on-premises Active Directory: By joining the EC2 instances to the existing on-premises Active Directory domain, you leverage the centralized user management that's already in place.
upvoted 1 times
...
SIJUTHOMASP
1 month, 2 weeks ago
Selected Answer: B
The requirement is to use the on-prem AD integrated with the EC2. Although with VPN, RDP can't be established but the AD sync is not possible within EC2 without AD connector. Hence the right answer is B.
upvoted 1 times
...
bhanus
1 month, 3 weeks ago
Selected Answer: C
Questin aks to use the existing S2S Vpn. The Site-to-Site VPN ensures secure communication between the on-premises environment and the AWS VPC without exposing the EC2 instances to the internet. I will go with C
upvoted 2 times
...
dv1
2 months, 1 week ago
Selected Answer: C
B would be correct if we were not told that hardware for creating a VPN is available.
upvoted 1 times
...
AzureDP900
2 months, 3 weeks ago
B This solution integrates centralized user management with the company's on-premises Active Directory, meets the requirement of secure Remote Desktop connectivity, and is cost-effective. Configuring AWS Single Sign-On (SSO) with the AD Connector allows users to access EC2 Windows instances using their existing Active Directory credentials, which eliminates the need for additional infrastructure or configuration. Using Systems Manager Fleet Manager to access the target instances through RDP provides a secure and managed way to connect to EC2 instances without requiring a Remote Desktop Gateway or a bastion host.
upvoted 2 times
...
0b43291
2 months, 4 weeks ago
Selected Answer: C
Solution C is the most cost-effective: Implement a VPN between the on-premises environment and the target VPC, join the EC2 instances to the on-premises Active Directory domain over the VPN, configure RDP access through the VPN, and connect from the company's network. This approach leverages existing infrastructure, requires no additional managed services, utilizes existing hardware for the VPN, and provides direct connectivity without bastion hosts, minimizing costs.
upvoted 1 times
...
Daniel76
3 months, 1 week ago
Selected Answer: B
1) using AD connector, AWS cloud IAM is authenticated against the on prem AD. extra Managed AD in AWS cloud is not required. 2) A cost effective, secure remote desktop setup is achieved with a fleet manager, accessed via console by IAM identity centre login against the on prem AD. Saving the cost of bastion host , vpn gateway or rdp gateway.
upvoted 1 times
...
pk0619
3 months, 3 weeks ago
Selected Answer: C
just c
upvoted 1 times
...
GAW99
3 months, 3 weeks ago
Selected Answer: C
I do not see any reasons why C would not work. And it is simpler than B.
upvoted 1 times
...
michele_scar
8 months, 1 week ago
Selected Answer: C
C is the cheapest option
upvoted 2 times
...
red_panda
9 months ago
Selected Answer: C
For me it's C. No need to Managed AD Connector. We have already a VPN, so we can leverage to spend less.
upvoted 4 times
...
seetpt
9 months, 1 week ago
Selected Answer: B
B for me
upvoted 1 times
...
titi_r
9 months, 4 weeks ago
Selected Answer: C
Ans C. If the VPC and the on-prem network are connected, there is no need for AD Connector, it works like any other interconnected networks. The EC2s must have DNS resolution, usually those will be the AD domain controllers (which in this case are located on prem).
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