Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Advanced Networking - Specialty ANS-C01 All Questions

View all questions & answers for the AWS Certified Advanced Networking - Specialty ANS-C01 exam

Exam AWS Certified Advanced Networking - Specialty ANS-C01 topic 1 question 38 discussion

A company has deployed a software-defined WAN (SD-WAN) solution to interconnect all of its offices. The company is migrating workloads to AWS and needs to extend its SD-WAN solution to support connectivity to these workloads.
A network engineer plans to deploy AWS Transit Gateway Connect and two SD-WAN virtual appliances to provide this connectivity. According to company policies, only a single SD-WAN virtual appliance can handle traffic from AWS workloads at a given time.
How should the network engineer configure routing to meet these requirements?

  • A. Add a static default route in the transit gateway route table to point to the secondary SD-WAN virtual appliance. Add routes that are more specific to point to the primary SD-WAN virtual appliance.
  • B. Configure the BGP community tag 7224:7300 on the primary SD-WAN virtual appliance for BGP routes toward the transit gateway.
  • C. Configure the AS_PATH prepend attribute on the secondary SD-WAN virtual appliance for BGP routes toward the transit gateway.
  • D. Disable equal-cost multi-path (ECMP) routing on the transit gateway for Transit Gateway Connect.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
dremm
Highly Voted 1 year, 5 months ago
A - incorrect , static routes are not possible in TGW B- incorrect, these BGP communities are used for BGP over DX C- correct , AS_PATH prepending is a standard BGP way of influencing return traffic for advertised prefixes and SDWAN supports this. D- incorrect, disabling ECMP will make sure the SDWAN>TGW traffic is not load shared, but the return traffic TGW>SDWAN is not affected and therefore both appliances will process traffic.
upvoted 21 times
leotoras
8 months, 1 week ago
static routes are possible in TGW as per the documentation: You can create a static route for a VPC, VPN, or transit gateway peering attachment, or you can create a blackhole route that drops traffic that matches the route.
upvoted 4 times
...
...
zaazanuna
Highly Voted 1 year, 5 months ago
Option C - focuses specifically on the SD-WAN virtual appliances. By configuring the AS_PATH prepend attribute on the secondary SD-WAN virtual appliance for BGP routes toward the transit gateway, the network engineer can influence routing preferences, making the primary SD-WAN virtual appliance the preferred path while keeping the secondary appliance as a backup. This approach meets the company's requirement of having only a single SD-WAN virtual appliance handle traffic from AWS workloads at a given time without impacting other connections.
upvoted 10 times
ITgeek
1 year, 5 months ago
The company policy doesn’t allow the use of the second SD WAN. In the event of a failure this will violate that company policy. Therefore option D is the closest
upvoted 1 times
Fukat
1 year, 2 months ago
"According to company policies, only a single SD-WAN virtual appliance can handle traffic from AWS workloads at a given time." This means at a given time on single SD-WAN should be used. This is achieved by Option C. Second SD-WAN will be only used if first SD-WAN fails due to AS PATH prepending. Also option D is not correct. ECMP can be turned on/off for the whole TGW and it is only applicable for VPN attachment. - https://docs.aws.amazon.com/vpc/latest/tgw/tgw-transit-gateways.html#create-tgw
upvoted 2 times
...
...
...
Jonalb
Most Recent 6 days, 23 hours ago
Selected Answer: C
its a C
upvoted 1 times
...
acloudguru
3 months, 4 weeks ago
Selected Answer: A
Both B and C are for preference
upvoted 1 times
...
Raphaello
5 months, 2 weeks ago
Selected Answer: C
C is the correct answer. Influence AS_PATH to favour the primary. CONNECT attachments do not support static routes. BGP is a minimum requirement for Transit Gateway Connect.
upvoted 1 times
Raphaello
5 months, 1 week ago
AWS doc explicitly states.. "A Connect peer using the BGP AS-PATH attribute is the preferred route when you have two Connect peers." Additionally, using ECMP (option D) is actually the opposite of what we want to achieve here. ECMP will provide redundancy (load-balancing). Again AWS documentation clearly states ECMP requires SAME AS-PATH ATTRIBUTE on all peered BGP. " you must configure the appliance to advertise the same prefixes to the transit gateway with the same BGP AS-PATH attribute." https://docs.aws.amazon.com/vpc/latest/tgw/tgw-connect.html#tgw-connect-requirements
upvoted 1 times
...
...
tromyunpak
5 months, 4 weeks ago
Correct Answer is C - A will only influence the traffic from the AWS side B is applicable to Direct Connect C uses prepend to prioritise traffic D only load sharing is disabled routes are still active
upvoted 1 times
...
meseerie
6 months, 3 weeks ago
I have created this scenario in Production using AS_Path prepend. AS_Path It's like basically faking an extra hop/ For BGP AS_Path and local preference will do the job for routing advert. The Goal was to achieve an Active/Standby scenario and avoid asymmetric routing. Option C correct
upvoted 1 times
...
vikasj1in
7 months, 1 week ago
Selected Answer: A
Adding a static default route in the transit gateway route table to point to the secondary SD-WAN virtual appliance ensures that the secondary appliance is the default route, meaning it will be used only when no more specific route is available. Adding more specific routes to point to the primary SD-WAN virtual appliance allows for traffic from AWS workloads to be directed to the primary appliance, satisfying the company policy that only a single SD-WAN virtual appliance should handle traffic from AWS workloads at a given time. Options B and C involve BGP configurations but may not be as straightforward or aligned with the requirement of having a single SD-WAN virtual appliance handling traffic at a time. Option D is not relevant to this specific scenario and doesn't address the requirement of having a single SD-WAN virtual appliance handle traffic at a given time.
upvoted 1 times
...
marfee
7 months, 2 weeks ago
I think that it's correcty answer is C.
upvoted 1 times
...
FayeG
10 months, 3 weeks ago
Selected Answer: C
As per https://docs.aws.amazon.com/whitepapers/latest/aws-vpc-connectivity-options/aws-transit-gateway-sd-wan.html SD-Wan connects to TGW using BGP for routing. Therefore no static route, therefore C is the answer.
upvoted 3 times
...
WMF0187
1 year ago
If there are two Connect peers, the preferred route is the Transit Gateway Connect peer that uses the BGP AS-PATH attribute. To use Equal Cost Multipath (ECMP) routing between multiple appliances, you must configure the appliances to advertise the same prefixes to transit gateways using the same BGP AS-PATH attribute. The AS-PATH and autonomous system number (ASN) must match for the transit gateway to select all available ECMP paths. Transit Gateways can use ECMP between Transit Gateway Connect peers on the same Connect attachment or between Connect attachments on the same Transit Gateway. Transit Gateway does not support the use of ECMP between both redundant BGP peer connections established by one peer. Connect attachments propagate routes to the Transit Gateway route table by default. Static routes are not supported. https://docs.aws.amazon.com/ja_jp/vpc/latest/tgw/tgw-connect.html#tgw-connect-requirements
upvoted 1 times
...
ExamTopix01
1 year, 1 month ago
C A Transit Gateway Connect peer using the BGP AS-PATH attribute is the preferred route when you have two Connect peers. https://docs.aws.amazon.com/ja_jp/vpc/latest/tgw/tgw-connect.html#tgw-connect-requirements
upvoted 1 times
...
sp237
1 year, 1 month ago
https://aws.amazon.com/blogs/networking-and-content-delivery/migrating-sd-wan-appliances-to-aws-transit-gateway-connect/ Improved availability: Transit Gateway Connect supports equal-cost multipathing (ECMP) with a 5-tuple hash – protocol number, source IP address, destination IP address, source port number, and destination port number. This allows your traffic to be distributed evenly across multiple appliances, reducing the impact of a single appliance failure compared to the one-appliance-per-AZ approach with VPC attachments.
upvoted 1 times
...
Neo00
1 year, 2 months ago
Selected Answer: A
A Guys who said static routes are not supported in TGW, you probably confused TGW route table and TGW Connect, two different things, TGW Connect is a feather under TGW. TGW Connect doesn't support static route - YES TGW support both static and dynamic routes "Q: How does routing work in AWS Transit Gateway? AWS Transit Gateway supports dynamic and static routing between attached Amazon VPCs and VPNs. By default, Amazon VPCs, VPNs, Direct Connect gateways, Transit Gateway Connect and peered Transit Gateways are associated to the default route table. " https://aws.amazon.com/transit-gateway/faqs/#:~:text=AWS%20Transit%20Gateway%20supports%20dynamic,to%20the%20default%20route%20table.
upvoted 2 times
AWS_Exam_Enjoyer
11 months, 2 weeks ago
C is the most complete answer since it will use one router at a time and failsover when the other is down unlike A it will not failover automatically due to manual routing configuration.
upvoted 1 times
...
...
A_A_AB
1 year, 2 months ago
Selected Answer: C
Have a look at https://aws.amazon.com/blogs/networking-and-content-delivery/simplify-sd-wan-connectivity-with-aws-transit-gateway-connect/ BGP is the minimum requirement. Thus, between BGP options (B&C) C is the right one as those communities in option B can be used on DX connection.
upvoted 1 times
...
[Removed]
1 year, 2 months ago
Selected Answer: D
Going with option D on this one. Option A is not correct because static routes are not possible in TGW. Option B is not correct because BGP community tags are not supported in TGW. Option C is also not correct because AS_PATH prepend attribute is not supported in TGW. Therefore, option D is the most correct answer.
upvoted 1 times
[Removed]
1 year, 2 months ago
Edit option A. after some reading https://aws.amazon.com/blogs/networking-and-content-delivery/simplify-sd-wan-connectivity-with-aws-transit-gateway-connect/
upvoted 1 times
...
...
prajkash
1 year, 2 months ago
A- it is TGW route table not connect attachment RT
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 ...