ANS-C01 Network Implementation • Set 2
ANS-C01 Network Implementation Practice Test 2 — 15 questions with explanations. Free, no signup.
A company has set up a transit gateway with attachments to VPC-A and VPC-B. The transit gateway route table shows routes to both VPCs and a blackhole for 0.0.0.0/0. VPC-A's public subnet route table sends 10.1.0.0/16 traffic to the transit gateway. However, an EC2 instance in VPC-A's public subnet cannot reach an instance in VPC-B. What is the most likely cause?
Refer to the exhibit. ``` AWS Transit Gateway Route Table Route Table ID: tgw-rtb-0123456789abcdef0 Routes: 10.0.0.0/16 attachment tgw-attach-11111111111111111 (VPC-A) 10.1.0.0/16 attachment tgw-attach-22222222222222222 (VPC-B) 0.0.0.0/0 blackhole ``` ``` VPC-A Route Table (public subnet) Destination Target 10.0.0.0/16 local 10.1.0.0/16 tgw-1234567890abcdef0 0.0.0.0/0 igw-1234567890abcdef0 ```