exam questions

Exam AWS Certified Solutions Architect - Professional All Questions

View all questions & answers for the AWS Certified Solutions Architect - Professional exam

Exam AWS Certified Solutions Architect - Professional topic 1 question 15 discussion

You are designing the network infrastructure for an application server in Amazon VPC. Users will access all application instances from the Internet, as well as from an on-premises network. The on-premises network is connected to your VPC over an AWS Direct Connect link.
How would you design routing to meet the above requirements?

  • A. Configure a single routing table with a default route via the Internet gateway. Propagate a default route via BGP on the AWS Direct Connect customer router. Associate the routing table with all VPC subnets.
  • B. Configure a single routing table with a default route via the Internet gateway. Propagate specific routes for the on-premises networks via BGP on the AWS Direct Connect customer router. Associate the routing table with all VPC subnets.
  • C. Configure a single routing table with two default routes: on to the Internet via an Internet gateway, the other to the on-premises network via the VPN gateway. Use this routing table across all subnets in the VPC.
  • D. Configure two routing tables: on that has a default router via the Internet gateway, and other that has a default route via the VPN gateway. Associate both routing tables with each VPC subnet.
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
ExtHo
Highly Voted 3 years, 9 months ago
Rolled out A propagating default route would cause conflict. C there cannot be 2 default routes D as the instances has to be in public subnet and should have a single routing table associated with them so B is right answer
upvoted 12 times
...
nitinz
Highly Voted 3 years, 9 months ago
A. Configure a single routing table with a default route via the Internet gateway. Propagate a default route via BGP on the AWS Direct Connect customer router. Associate the routing table with all VPC subnets. 2 DEFAUTL ROUTES? B. Configure a single routing table with a default route via the Internet gateway. Propagate specific routes for the on-premises networks via BGP on the AWS Direct Connect customer router. Associate the routing table with all VPC subnets. PERFECT. C. Configure a single routing table with two default routes: on to the Internet via an Internet gateway, the other to the on-premises network via the VPN gateway. Use this routing table across all subnets in the VPC. CAN NOT HAVE 2 DEFAUTL ROUTES. D. Configure two routing tables: on that has a default router via the Internet gateway, and other that has a default route via the VPN gateway. Associate both routing tables with each VPC subnet. ???
upvoted 8 times
...
amministrazione
Most Recent 10 months, 2 weeks ago
B. Configure a single routing table with a default route via the Internet gateway. Propagate specific routes for the on-premises networks via BGP on the AWS Direct Connect customer router. Associate the routing table with all VPC subnets
upvoted 1 times
...
Mahesh430
1 year, 2 months ago
Option B: Configure a single routing table with a default route via the Internet gateway. Propagate specific routes for the on-premises networks via BGP on the AWS Direct Connect customer router. Associate the routing table with all VPC subnets.
upvoted 1 times
...
5f7ff1a
1 year, 7 months ago
Selected Answer: B
B is correct.. D is wrong as we cannot associate more than one rote table to subnet.. one subnet can have only one rote table
upvoted 1 times
...
Veres
1 year, 11 months ago
Selected Answer: B
A subnet can only be associated with one route table at a time https://docs.aws.amazon.com/vpc/latest/userguide/WorkWithRouteTables.html#AssociateSubnet
upvoted 3 times
...
Parimal1983
1 year, 12 months ago
Selected Answer: B
B - seems to be matching with requirement D - cannot assign 2 rout tables to a single subnet. a subnet can be associated with a single route table at a time.
upvoted 2 times
...
SkyZeroZx
2 years ago
Selected Answer: D
keyword = Configure two routing tables
upvoted 1 times
...
SkyZeroZx
2 years ago
Selected Answer: D
D. Configure two routing tables: on that has a default router via the Internet gateway, and other that has a default route via the VPN gateway. Associate both routing tables with each VPC subnet. This option is the most efficient and scalable way to allow traffic to flow to both the Internet and the on-premises network from all application instances. It does not require any manual configuration of BGP or routing tables.
upvoted 1 times
...
Tarila79
2 years, 1 month ago
Selected Answer: D
Option D suggests we configure two routing tables, which provides a clearer separation of routing. One route table is associated with the Internet gateway for Internet-bound traffic, and the other routing table is associated with the VPN gateway for traffic from the on-premises network. This allows for more control and avoids potential conflicts in routing decisions.
upvoted 1 times
...
sjpd10
2 years, 8 months ago
B. Use a routing table for the VPC access and BGP for the Direct Connect based access from on-prem.
upvoted 1 times
...
cldy
3 years, 6 months ago
B. Configure a single routing table with a default route via the Internet gateway. Propagate specific routes for the on-premises networks via BGP on the AWS Direct Connect customer router. Associate the routing table with all VPC subnets.
upvoted 1 times
...
Akhil254
3 years, 8 months ago
B Correct
upvoted 1 times
...
backfringe
3 years, 8 months ago
B is the right answer cause specific routes that identify on prem-net need to be configured to send the traffic to on-prem net via direct connect. C is wrong as default route (0.0.0.0/0) will send all traffic over direct connect even internet traffic
upvoted 2 times
...
01037
3 years, 8 months ago
What does A means?
upvoted 1 times
...
M_Asep
3 years, 8 months ago
B is Right Answer
upvoted 2 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 ...