- A
Deploy a NAT Gateway in a public subnet.
Why wrong: NAT Gateway is for outbound internet without on-premises routing.
- B
Add a default route pointing to the virtual private gateway in the private subnet route tables.
Ensures private subnet traffic goes through Direct Connect.
- C
Remove the default route to the internet gateway from the main route table.
Prevents internet traffic from using IGW.
- D
Attach an internet gateway to the VPC.
Why wrong: IGW would provide direct internet access, bypassing on-premises.
- E
Enable route propagation on the VPC route tables.
Propagates the default route from Direct Connect.
Quick Answer
The answer is to enable route propagation on the VPC route tables and add a default route (0.0.0.0/0) pointing to the virtual private gateway in the private subnet route tables. This is correct because when the on-premises network advertises a default route via BGP over the Direct Connect private VIF, the virtual private gateway receives it, and with route propagation enabled, the VPC route tables automatically learn that route. However, you must explicitly place a static default route targeting the virtual private gateway in the private subnet route tables to force all internet-bound traffic over the Direct Connect private VIF to the on-premises network, which then uses its own internet breakout. On the ANS-C01 exam, this scenario tests your understanding of how BGP-advertised routes interact with VPC route tables and the distinction between propagated routes and explicit static routes. A common trap is assuming that enabling route propagation alone directs traffic; in reality, you need the explicit default route entry to override any local internet gateway. Memory tip: “Propagate to learn, static to direct.”
ANS-C01 Network Design Practice Question
This ANS-C01 practice question tests your understanding of network design. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A company has a Direct Connect connection with a private VIF attached to a virtual private gateway. The VPC has multiple subnets in two Availability Zones. The on-premises network advertises a default route (0.0.0.0/0) via BGP. The company wants all internet-bound traffic from the VPC to go through the on-premises network. Which THREE actions are required to achieve this?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
Add a default route pointing to the virtual private gateway in the private subnet route tables.
Option B is correct because adding a default route (0.0.0.0/0) pointing to the virtual private gateway in the private subnet route tables ensures that all internet-bound traffic from those subnets is forwarded over the Direct Connect private VIF to the on-premises network. This leverages the BGP-advertised default route from the on-premises network, allowing the company to enforce its security and routing policies for internet access.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Deploy a NAT Gateway in a public subnet.
- ✓
Add a default route pointing to the virtual private gateway in the private subnet route tables.
Why this is correct
Ensures private subnet traffic goes through Direct Connect.
Related concept
Read the scenario before looking for a memorised answer.
- ✓
Remove the default route to the internet gateway from the main route table.
Why this is correct
Prevents internet traffic from using IGW.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Attach an internet gateway to the VPC.
Why it's wrong here
IGW would provide direct internet access, bypassing on-premises.
- ✓
Enable route propagation on the VPC route tables.
Why this is correct
Propagates the default route from Direct Connect.
Related concept
Read the scenario before looking for a memorised answer.
Common exam traps
Common exam trap: answer the scenario, not the keyword
AWS often tests the misconception that a NAT Gateway or internet gateway is required for outbound internet traffic, but in this scenario, the on-premises network acts as the internet gateway, so the correct approach is to route traffic over the Direct Connect connection using the virtual private gateway.
Detailed technical explanation
How to think about this question
When a Direct Connect private VIF is attached to a virtual private gateway, BGP sessions exchange routes between the on-premises network and the VPC. The on-premises network advertising a default route (0.0.0.0/0) via BGP allows the virtual private gateway to propagate that route into VPC route tables if route propagation is enabled (Option E). The most specific route wins in the VPC route table, so a static default route pointing to the virtual private gateway (Option B) ensures that traffic from private subnets is sent over Direct Connect, while removing the default route to the internet gateway (Option C) prevents any direct internet access from the main route table.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A company's IT admin needs to give a contractor read-only access to production logs without sharing account credentials. Using role-based access control (RBAC) and temporary scoped permissions — not a permanent shared password — is the correct pattern. Questions like this test whether you can apply least-privilege access across cloud identity services.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Network Design — study guide chapter
Learn the concepts, then practise the questions
- →
Network Design practice questions
Targeted practice on this topic area only
- →
All ANS-C01 questions
1,705 questions across all exam domains
- →
AWS Certified Advanced Networking Specialty ANS-C01 study guide
Full concept coverage aligned to exam objectives
- →
ANS-C01 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related ANS-C01 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Network Management and Operations practice questions
Practise ANS-C01 questions linked to Network Management and Operations.
Network Security, Compliance and Governance practice questions
Practise ANS-C01 questions linked to Network Security, Compliance and Governance.
Network Design practice questions
Practise ANS-C01 questions linked to Network Design.
Network Implementation practice questions
Practise ANS-C01 questions linked to Network Implementation.
ANS-C01 fundamentals practice questions
Practise ANS-C01 questions linked to ANS-C01 fundamentals.
ANS-C01 scenario practice questions
Practise ANS-C01 questions linked to ANS-C01 scenario.
ANS-C01 troubleshooting practice questions
Practise ANS-C01 questions linked to ANS-C01 troubleshooting.
Practice this exam
Start a free ANS-C01 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this ANS-C01 question test?
Network Design — This question tests Network Design — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Add a default route pointing to the virtual private gateway in the private subnet route tables. — Option B is correct because adding a default route (0.0.0.0/0) pointing to the virtual private gateway in the private subnet route tables ensures that all internet-bound traffic from those subnets is forwarded over the Direct Connect private VIF to the on-premises network. This leverages the BGP-advertised default route from the on-premises network, allowing the company to enforce its security and routing policies for internet access.
What should I do if I get this ANS-C01 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Keep practising
More ANS-C01 practice questions
- A company is designing a network security architecture for a multi-account environment using AWS Transit Gateway. The se…
- A company is using AWS Direct Connect to connect its on-premises network to AWS. The company wants to encrypt all traffi…
- A company uses AWS Transit Gateway to connect multiple VPCs and on-premises networks via AWS Site-to-Site VPN. The secur…
- A global e-commerce company uses a hub-and-spoke network topology with a transit VPC in us-east-1. Each spoke VPC has an…
- A company is designing a multi-VPC architecture in the same region. The VPCs need to communicate with each other using p…
- A company is deploying an application that requires low-latency communication between EC2 instances in two different AWS…
Last reviewed: Jun 30, 2026
This ANS-C01 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the ANS-C01 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.