Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
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 (?) , you can switch to a simple comment.
Switch to a voting comment New
Pilot
Highly Voted 12 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 18 times
...
Sab
Highly Voted 1 year 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 14 times
bjexamprep
10 months, 3 weeks 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 5 times
tmlong18
10 months, 2 weeks 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
8 months 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
8 months 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
...
...
...
...
AzureDP900
Most Recent 1 week 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 1 times
...
0b43291
2 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 weeks, 4 days 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
1 month ago
Selected Answer: C
just c
upvoted 1 times
...
GAW99
1 month, 1 week 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
5 months, 4 weeks ago
Selected Answer: C
C is the cheapest option
upvoted 2 times
...
red_panda
6 months, 2 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
...
seetpt
6 months, 3 weeks ago
Selected Answer: B
B for me
upvoted 1 times
...
titi_r
7 months, 2 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
...
yog927
8 months, 2 weeks ago
Selected Answer: B
It is B and not C. You need to AD connector to connect to on-premises AD. Did not find any article that suggests you can connect to on-premises AD over VPN without using AD connector or Active directory trust.
upvoted 4 times
joseribas89
8 months ago
If you just change your DHCP on AWS and put the domain IP from your on-premise AD, yes you can, but I think AWS expects that you use SSM for that, so B is the answer, but again, you can definitely connect your all environment EC2 to your On-Premise AD with just VPN
upvoted 2 times
...
...
cloudchica
9 months, 1 week ago
B is the right answer.
upvoted 1 times
...
ele
9 months, 1 week ago
Selected Answer: C
C is the answer. most cost-effective.
upvoted 3 times
...
arberod
9 months, 2 weeks ago
Selected Answer: C
It is C
upvoted 3 times
...
07c2d2a
9 months, 2 weeks ago
B is the answer. C would be the cheapest option, BUT it say's they currently access over the internet. This means that they don't have DNS appliances setup. Those are not included in the answer and they also cost money, making B the only real option here.
upvoted 2 times
...
vibzr2023
10 months, 2 weeks ago
Answer: B Keyword "AWS IAM Identity Center (AWS Single Sign-On) "
upvoted 1 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 ...