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

A company is designing its network configuration in the AWS Cloud. The company uses AWS Organizations to manage a multi-account setup. The company has three OUs. Each OU contains more than 100 AWS accounts. Each account has a single VPC, and all the VPCs in each OU are in the same AWS Region.

The CIDR ranges for all the AWS accounts do not overlap. The company needs to implement a solution in which VPCs in the same OU can communicate with each other but cannot communicate with VPCs in other OUs.

Which solution will meet these requirements with the LEAST operational overhead?

  • A. Create an AWS CloudFormation stack set that establishes VPC peering between accounts in each OU. Provision the stack set in each OU.
  • B. In each OU, create a dedicated networking account that has a single VPC. Share this VPC with all the other accounts in the OU by using AWS Resource Access Manager (AWS RAM). Create a VPC peering connection between the networking account and each account in the OU.
  • C. Provision a transit gateway in an account in each OU. Share the transit gateway across the organization by using AWS Resource Access Manager (AWS RAM). Create transit gateway VPC attachments for each VPC.
  • D. In each OU, create a dedicated networking account that has a single VPC. Establish a VPN connection between the networking account and the other accounts in the OU. Use third-party routing software to route transitive traffic between the VPCs.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
SK_Tyagi
Highly Voted 1 year, 8 months ago
Selected Answer: C
Fits the use case https://aws.amazon.com/transit-gateway/
upvoted 13 times
SK_Tyagi
1 year, 8 months ago
https://docs.aws.amazon.com/vpc/latest/tgw/transit-gateway-isolated.html
upvoted 2 times
...
...
ninomfr64
Highly Voted 1 year, 3 months ago
Option C is very poorly worded: "Provision a transit gateway in an account in each OU" to me this results in having 3 Transit Gateways, but then it go ahead just referring to a single Transit Gateway "Share the transit gateway across the organization ..."
upvoted 7 times
...
bhanus
Most Recent 4 months ago
Selected Answer: C
TGW would be used to create hub and spoke. VPCs are in same region so tgw can be shared via RAM. Answer is C
upvoted 1 times
...
43c89f4
12 months ago
Typical transit gateway use case
upvoted 1 times
...
bjexamprep
1 year, 1 month ago
Selected Answer: C
The question is asking “a solution in which VPCs in the same OU can communicate with each other but cannot communicate with VPCs in other OUs”. A: it works. But it may create 2500+ VPC peering in each OU B: It works. But it may create 2500+ VPC peering in each OU C: This is wrong, cause it is sharing the transit gateway to all the account in the organization instead of sharing to all the account in that OU. D: That means 2500+ VPN connections in each OU and cost a lot of internet bandwidth. I guess the C was worded with mistake. It should be sharing the transit gateway to the accounts in each OU and create VPC attachment for each VPC in that OU.
upvoted 5 times
Sin_Dan
6 months, 1 week ago
I don't understand why there are so many poorly written questions and options in the AWS exams. I am wondering if we are writing an exam for English or AWS. Many questions are just elongated for adding complexity. Not a right way to assess technical skills of a person based on their English skills.
upvoted 2 times
...
...
VerRi
1 year, 2 months ago
Selected Answer: A
The requirement said, "VPCs in the same OU can communicate with each other but cannot communicate with VPCs in other OUs". There is no reason to share the TGW across the organisation with RAM because it will enable cross OUs communication.
upvoted 1 times
itsjunukim
2 months ago
VPCs within the same OU can communicate with each other. Each OU has 100 accounts, and having all 100 accounts perform VPC peering would be inefficient.
upvoted 1 times
...
...
learnwithaniket
1 year, 3 months ago
Selected Answer: A
"Least operational overhead" A is correct. C creating Transit Gateway in each account.. and there are more than 100 accounts in each OU. Which is time consuming and requires lot of efforts.
upvoted 2 times
chicagobeef
1 year, 3 months ago
"A" would mean having 1:1 peering attachments with EACH ACCOUNT which is too much operational overhead. A transit gateway is more viable so it's "C".
upvoted 4 times
...
...
jainparag1
1 year, 4 months ago
Selected Answer: A
typical use case of intra region peering with transit gateway.
upvoted 1 times
jainparag1
1 year, 4 months ago
oops right answer is 'C'.
upvoted 1 times
...
...
career360guru
1 year, 5 months ago
Selected Answer: C
Option C
upvoted 3 times
...
rlf
1 year, 6 months ago
C. Transit gateway and RAM is a regional service. AWS RAM is a Regional service, and a resource share is Regional. Therefore, a resource share can contain resources from the same AWS Region as the resource share, and any supported global resources. https://docs.aws.amazon.com/ram/latest/userguide/working-with-regional-vs-global.html https://docs.aws.amazon.com/ram/latest/userguide/getting-started-sharing.html#getting-started-sharing-orgs
upvoted 6 times
LuongTo
4 months, 4 weeks ago
the best explanation, share across but the same Region -> same OU
upvoted 1 times
...
...
MRL110
1 year, 9 months ago
Selected Answer: A
A for two reasons: 1. Sharing the TGW with the entire organization (C) will make every VPC in every account propagate its subnet in the default TGW route table which will enable organization-wide communication which is categorically prohibited by the question. 2. The question only says more than 100 accounts and 1 VPC per account. It does not mention anything about 125+ VPCs. Plus the peerings are being created by stack sets so there's automation involved. So I believe A is the only solution here.
upvoted 1 times
MRL110
1 year, 9 months ago
Disabling default route table association/propagation could be a solution for TGW, but creating 100s of VPC attachments manually is too much operational overhead.
upvoted 1 times
...
...
NikkyDicky
1 year, 9 months ago
Selected Answer: C
I thik C
upvoted 3 times
...
dkx
1 year, 9 months ago
C. Yes, because, Transit Gateway is a managed service from AWS that acts as a hub interconnecting VPCs and VPN connections within a single region. It allows you to build more complex networks without the need for VPC peering. Similar to: https://aws.amazon.com/blogs/networking-and-content-delivery/automating-aws-transit-gateway-attachments-to-a-transit-gateway-in-a-central-account/ A,B. No, because a VPC peering connection has a limit of 125 Active VPC peering connections per VPC. In this case, each OU contains MORE THAN 100 AWS accounts -- this could mean 101 accounts or 10001 accounts. D. No, because this is not the answer choice with the LEAST operational overhead. Third-party routing software is not required to route transitive traffic between the VPCs.
upvoted 5 times
xflare
1 year, 8 months ago
I believe in this context the organization is the OU, not the entire company. The company is referred to as "the company". Therefore it's C.
upvoted 1 times
...
...
pupsik
1 year, 10 months ago
Selected Answer: C
A separate transit GW for each OU.
upvoted 2 times
...
Maria2023
1 year, 10 months ago
Selected Answer: C
The answer should be C. Since VPC peering is not transitive then for 100+ accounts in OU then we'll breach the limit of 125. As for VPN - I wouldn't use VPN to connect AWS resources - I don't know even if that's possible
upvoted 2 times
...
Jackhemo
1 year, 10 months ago
Olabiba.ai says C.
upvoted 2 times
Ashas
1 year, 10 months ago
I have an exam on 27th june, what question set should I prepare? I have only done from Question#1 to Question#181 yet. Please help
upvoted 2 times
...
...
Roontha
1 year, 11 months ago
Answer : C Reference : https://catalog.workshops.aws/networking/en-US/intermediate/6-vpc-peering/10-vpc-peering-overview
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