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, 5 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 23 times
...
Sab
Highly Voted 1 year, 5 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, 4 months 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, 3 months 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
1 year, 1 month 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 3 times
...
bjexamprep
1 year, 1 month 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 4 times
...
...
...
...
eesa
Most Recent 1 month, 2 weeks ago
Selected Answer: B
✅ No need for a bastion host or VPN: AWS Systems Manager Fleet Manager enables secure RDP access without exposing instances to the internet. ✅ Cost-effective: No need for dedicated bastion hosts or Remote Desktop Gateway instances. AD Connector is cheaper than a fully managed AWS Directory Service. ✅ Seamless Active Directory integration: IAM Identity Center (AWS SSO) can integrate with on-premises AD via AD Connector. Users authenticate with existing AD credentials. ✅ More secure than direct RDP over VPN or bastion hosts: No public RDP exposure. No need for additional infrastructure like Remote Desktop Gateway.
upvoted 1 times
...
85b5b55
2 months, 2 weeks ago
Selected Answer: B
IDC SSO + AWS Directory Service fof MS AD connector.
upvoted 1 times
...
d401c0d
2 months, 3 weeks 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
4 months ago
Selected Answer: C
On-prem AD joining via VPN is the most cost effective compared to AD connector
upvoted 1 times
...
bhanus
4 months, 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
4 months, 1 week 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
4 months, 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
5 months 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
5 months, 2 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
5 months, 3 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
6 months 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
6 months, 2 weeks ago
Selected Answer: C
just c
upvoted 1 times
...
GAW99
6 months, 2 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
11 months, 1 week ago
Selected Answer: C
C is the cheapest option
upvoted 2 times
...
red_panda
11 months, 4 weeks 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
...
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