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 99 discussion

A company has introduced a new policy that allows employees to work remotely from their homes if they connect by using a VPN. The company is hosting internal applications with VPCs in multiple AWS accounts. Currently, the applications are accessible from the company's on-premises office network through an AWS Site-to-Site VPN connection. The VPC in the company's main AWS account has peering connections established with VPCs in other AWS accounts.

A solutions architect must design a scalable AWS Client VPN solution for employees to use while they work from home.

What is the MOST cost-effective solution that meets these requirements?

  • A. Create a Client VPN endpoint in each AWS account. Configure required routing that allows access to internal applications.
  • B. Create a Client VPN endpoint in the main AWS account. Configure required routing that allows access to internal applications.
  • C. Create a Client VPN endpoint in the main AWS account. Provision a transit gateway that is connected to each AWS account. Configure required routing that allows access to internal applications.
  • D. Create a Client VPN endpoint in the main AWS account. Establish connectivity between the Client VPN endpoint and the AWS Site-to-Site VPN.
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
hexie
Highly Voted 1 year, 7 months ago
Selected Answer: C
C. Have you guys worked in a place where the configuration of B works? The question clearly ask to design something scalable, and on C, the Transit Gateway serves as a network transit hub, allowing VPN connections to access resources across multiple VPCs in different AWS accounts. VPC peering connections do not support transitive peering relationships, which means that if a user is connected to one VPC via AWS Client VPN, they cannot access resources in another VPC that's connected via a peering connection.
upvoted 34 times
vn_thanhtung
1 year, 5 months ago
The VPC in the company's main AWS account has peering connections established with VPCs in other AWS accounts => no need transit gw
upvoted 13 times
...
Impromptu
1 year, 1 month ago
The question asks a scalable Client VPN solution (i.e. no openvpn on an EC2 instance or something like that), and asks for the most cost-effective. So AWS Client VPN is the scalable option. Reusing the current VPC peering is the most cost-effective compared to the far more expensive transit gateway solution. I do agree that the peering does not support transitive peering. But for AWS Client VPN you get an ENI in the main account VPC and using the ENI you can access the VPCs over the VPC peering. So that does really work (in contrast to the Site-To-Site VPN): https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/scenario-peered.html
upvoted 12 times
_Jassybanga_
5 months, 1 week ago
Most cost effective - Transit gateway option is more costlier then B
upvoted 2 times
...
...
...
masetromain
Highly Voted 2 years ago
Selected Answer: B
https://www.examtopics.com/discussions/amazon/view/80782-exam-aws-certified-solutions-architect-professional-topic-1/ B. Create a Client VPN endpoint in the main AWS account. Configure required routing that allows access to internal applications is the MOST cost-effective solution that meets these requirements. This solution allows employees to connect to the main AWS account using a Client VPN endpoint, and then use peering connections established with other AWS accounts to access the internal applications. This eliminates the need for additional Client VPN endpoints in each AWS account, reducing costs. Option A, creating a Client VPN endpoint in each AWS account, would be more expensive as it would require multiple endpoints. Option C, creating a transit gateway, would also add unnecessary costs. Option D, connecting the Client VPN endpoint to the Site-to-Site VPN, may not provide a scalable solution for remote employees.
upvoted 24 times
...
Liliwood
Most Recent 2 weeks, 6 days ago
Selected Answer: B
Option B is the most cost-effective solution as it only requires creating a single Client VPN endpoint in the main AWS account and configuring the required routing to access the internal applications across the VPC peering connections. Option C would involve additional costs for provisioning a transit gateway and connecting it to each AWS account, which is not necessary in this scenario since the VPCs are already peered.
upvoted 1 times
...
henrikhmkhitaryan59
2 months, 1 week ago
Selected Answer: B
Option B is the MOST cost-effective solution that meets the requirements.
upvoted 2 times
...
Hibiki761
2 months, 2 weeks ago
Selected Answer: B
VPC peering is enough
upvoted 1 times
...
0b43291
2 months, 2 weeks ago
Selected Answer: B
By choosing option B, you can provide a scalable and cost-effective solution for remote employees to access internal applications hosted in multiple AWS accounts, while leveraging the existing VPC peering connections and minimizing the number of AWS resources required. The other options are either more complex, less cost-effective, or introduce unnecessary components: A. Creating a Client VPN endpoint in each AWS account would be more expensive and harder to manage, as you would need to configure and maintain multiple endpoints. C. Provisioning a Transit Gateway in addition to the Client VPN endpoint would introduce an additional service and associated costs, which may not be necessary if the existing VPC peering connections are sufficient. D. Establishing connectivity between the Client VPN endpoint and the AWS Site-to-Site VPN would introduce unnecessary complexity, as the Site-to-Site VPN is intended for connecting the on-premises office network, not individual remote employees.
upvoted 1 times
...
youonebe
2 months, 2 weeks ago
answer is B, should take advantage of existing VPC peering connections which works with current network topology
upvoted 1 times
...
Halliphax
3 months ago
Selected Answer: B
B. It asks for a scalable solution and it has to be cost effective. Adding Transit Gateway is not cost effective and also not required as the main AWS account has peering connections to VPCs in other accounts already.
upvoted 1 times
...
sammyhaj
3 months ago
Selected Answer: B
No tgw needed
upvoted 2 times
...
Johnoppong101
4 months, 3 weeks ago
Selected Answer: C
Always find possible solutions first. Then look for cost effective. A cost effective option that does not solve the requirements is by default the most expensive option. Requirement: most scalable option
upvoted 1 times
...
amministrazione
5 months, 1 week ago
B. Create a Client VPN endpoint in the main AWS account. Configure required routing that allows access to internal applications.
upvoted 1 times
...
Syre
6 months, 1 week ago
Selected Answer: B
C introduces additional costs.
upvoted 1 times
...
zolthar_z
6 months, 2 weeks ago
Selected Answer: B
Answer is B, right now you have VPC Peering from main VPC to others account VPC, you can re-use that configuration, also transit-gateway has a cost based on connections and traffic and the solution must be MOST cost-effective
upvoted 2 times
...
sse69
8 months, 4 weeks ago
Selected Answer: B
The current AWS S2S VPN works fine without a TGW for app access Only requirement is to have users use the Client VPN So just deploy it in the main account, where the S2S VPN terminates and users will have the same level of access they have from onprem using VPC peerings. That's the most cost effective way (even though client VPN is one expensive service for what it does...)
upvoted 2 times
...
43c89f4
9 months, 2 weeks ago
B is correct answer(Also gives scalable solution), aws transit gateway bit high cost
upvoted 1 times
...
teo2157
9 months, 2 weeks ago
Selected Answer: B
marszalekm gave the key AWS doc https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/scenario-peered.html
upvoted 1 times
...
Zas1
9 months, 3 weeks ago
Selected Answer: B
Cost Effective with Peering Working
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago