EnglishDeutschFrançaisEspañolPortuguês

AWS · ANS-C01 · Advanced

AWS Advanced Networking - Specialty (ANS-C01) — Practice Questions and Mock Exam

Prepare for ANS-C01 with original practice questions and clear answer explanations. Ask Alex, your AI tutor, when you need more detail, use your results to identify topics to review, and practice your pacing with timed mock exams.

65Mock exam questions
170minTime limit
700/ 1000Passing score

Checked against AWS · September 2026 · Current exam version

About the exam

The AWS Certified Advanced Networking – Specialty validates expert-level knowledge in designing and implementing complex networking architectures on AWS. It covers hybrid connectivity with Direct Connect and VPN, advanced VPC design, DNS architecture with Route 53, content delivery with CloudFront, network security, and automation of network infrastructure.

This certification is designed for networking professionals and architects with at least five years of networking experience and significant hands-on AWS networking expertise. It demonstrates the ability to design enterprise-grade network architectures that span on-premises data centers and multiple AWS regions.

Try five ANS-C01 questions

Try five practice questions from the app’s current AWS Certified Advanced Networking - Specialty question bank, with answers and explanations.

Network Management and Operation1 / 5

A service provider exposes an application through a PrivateLink endpoint service backed by a Network Load Balancer enabled in only one Availability Zone. To improve availability for consumers using zonal DNS names without deploying targets in additional zones immediately, the provider enables cross-zone load balancing on the NLB. Which trade-off must the provider account for?

AlexFull explanation from Alex

By default, a Network Load Balancer keeps traffic within the Availability Zone it was received in (cross-zone disabled), which avoids inter-AZ charges but means a consumer using a zonal hostname only reaches targets in that one zone. Enabling cross-zone load balancing lets the NLB distribute requests to healthy targets across all enabled zones, improving availability when the provider has limited zonal coverage. The documented trade-off is cost: for NLBs, enabling cross-zone load balancing causes inter-AZ data transfer charges to apply to traffic that crosses zones. The recommended best practice for PrivateLink endpoint services is still to enable the NLB in at least two Availability Zones with targets in each, but cross-zone load balancing is an acceptable alternative with this cost consideration. Exam tip: cross-zone on NLB equals better availability but inter-AZ data transfer charges - this cost detail is frequently tested.

Sourcedocs.aws.amazon.com

Network Design2 / 5

A SaaS provider wants to expose an internal application to customers in other AWS accounts privately, without traversing the public internet and without overlapping CIDR concerns. The provider needs the lowest-cost, simplest highly available design. Which approach should the provider use?

AlexFull explanation from Alex

AWS PrivateLink lets a service provider expose a single service to consumers as a VPC endpoint service. The provider places a Network Load Balancer in front of the application and registers it as an endpoint service; consumers create interface VPC endpoints that map to private IP addresses in their own subnets. Because traffic flows over private ENIs and never touches the public internet, and because only the service - not the whole VPC - is exposed, PrivateLink works even when provider and consumer CIDR ranges overlap. For high availability the provider should enable the NLB in at least two Availability Zones; enabling cross-zone load balancing is an option but incurs inter-AZ data transfer charges. VPC peering and transit gateways both route between entire VPCs and require non-overlapping CIDRs, making them a poorer fit for one-to-many private service exposure. Exam tip: 'expose one application privately to many accounts, overlapping CIDRs OK' points to PrivateLink + NLB endpoint service.

Sourcedocs.aws.amazon.com

Network Implementation3 / 5

A team is migrating a high-throughput IPsec workload to AWS. Their on-premises router supports BGP. They need to exceed the 1.25 Gbps per-tunnel limit of a single Site-to-Site VPN connection by load-sharing across multiple tunnels. Which AWS configuration enables this?

AlexFull explanation from Alex

A single AWS Site-to-Site VPN connection provides two tunnels primarily for high availability, and each tunnel is capped at roughly 1.25 Gbps. To scale aggregate throughput you terminate multiple VPN connections on an AWS Transit Gateway that has equal-cost multi-path (ECMP) routing enabled. When your on-premises routers advertise the same prefixes over BGP across multiple tunnels, the transit gateway distributes flows across them using ECMP, allowing throughput to scale beyond the single-tunnel limit. This requires dynamic (BGP) routing, not static routing, and it requires a transit gateway, because virtual private gateways do not support ECMP. Accelerated VPN is a separate feature that uses the AWS global network for more consistent performance but does not change bandwidth limits. Exam tip: 'scale VPN beyond per-tunnel bandwidth' equals transit gateway + ECMP + BGP advertising identical prefixes across tunnels.

Sourcedocs.aws.amazon.com

Network Security, Compliance, and Governance4 / 5

A compliance team requires that no users can bypass CloudFront and AWS WAF to reach the origin Application Load Balancer directly over the internet. Which approach enforces that requests are only accepted when they came through CloudFront?

AlexFull explanation from Alex

To ensure that only CloudFront-processed requests reach the origin, you configure CloudFront to add a custom HTTP header (with a secret value) to every request it forwards to the origin. You then attach an AWS WAF web ACL to the origin Application Load Balancer that allows only requests containing that header and value, blocking everything else. Because AWS WAF inspects the request headers at the ALB, any client that tries to hit the ALB directly without the secret header is denied, which prevents bypassing CloudFront and its associated WAF rules at the edge. For stronger protection you can rotate the secret using AWS Secrets Manager. Field-level encryption is a different feature that encrypts specific sensitive form fields end to end and does not address origin bypass. Exam tip: 'prevent direct-to-origin access / force traffic through CloudFront' equals secret custom header plus WAF allow rule at the origin.

Sourceaws.amazon.com

Network Management and Operation5 / 5

After a routing change, on-premises users report they cannot reach an EC2 instance in a private subnet over TCP 22. An engineer wants AWS to analyze the configuration and identify exactly which component (security group, NACL, route table, or other) is blocking the path, without sending live packets. Which tool should the engineer use?

AlexFull explanation from Alex

VPC Reachability Analyzer is a configuration-analysis tool that uses automated reasoning to test connectivity between a source and a destination resource without sending any live traffic. When a path is reachable, it returns the hop-by-hop virtual network path; when it is not, it identifies the blocking component and provides an explanation code, such as a security group, network ACL, route table, or load balancer misconfiguration. It supports endpoints like instances, ENIs, internet gateways, VPN gateways, VPC endpoints, peering connections, and transit gateways, and you can specify protocol and port (for example TCP 22). This makes it ideal for verifying intended connectivity and troubleshooting after changes. Flow Logs and Traffic Mirroring both require live traffic, and Internet Monitor focuses on internet performance. Exam tip: 'identify the blocking component without sending packets' equals Reachability Analyzer; 'see whether traffic was accepted or rejected from records' equals Flow Logs.

Sourcedocs.aws.amazon.com

432 practice questions

The Pass-IT question pool gives you material to practice for ANS-C01. A Pass-IT mock exam uses 65 questions and a 170-minute time limit; these are practice settings.

Pool details: ANS-C01

Exam details checked against AWSSeptember 7, 2026

date of the last check against the official AWS source

Passing score700 / 1,000

as published by AWS

Objectives in the guide16 objectives listed in the official guide

across 4 domains in the official exam guide

Pool size432 questions

= The pool size is equivalent to 6 sets of 65 questions; this does not mean that each mock exam uses a separate set.

Blueprint domains4 domains in the exam blueprint

Network Design 129 · Network Implementation 123 · Network Management and Operation 90 · Network Security, Compliance, and Governance 90

Recorded as checked against sources432 of 432

questions recorded as having their answer, options, and explanation checked against official AWS documentation

What's on the exam

Network Design carries the most weight at 30%, covering edge, DNS and load-balancing layers for global AWS footprints alongside hybrid routing across on-premises networks, accounts, Regions and VPCs. Network Implementation follows at 26% — standing up the physical and logical links to on-premises networks and codifying the whole build as automation. Network Security, Compliance, and Governance takes 24%, and Network Management and Operation closes the outline at 20%.

Design and implementation together are more than half the exam, but the split is flatter than it looks: the security domain asks the same architecture questions with a compliance constraint attached, and the operations domain asks them again with a reachability failure already in front of you. AWS sets a high bar for the target candidate — five or more years of networking experience, two of them in cloud and hybrid networking.

Exam blueprint: ANS-C01

Network Design30%

Architect edge, DNS, and load-balancing layers for global AWS footprints, define the observability needed to operate them, and plan hybrid routing across on-premises networks, multiple accounts, Regions, and VPCs.

≈ 23 h
Network Implementation26%

Stand up the physical and logical links between on-premises networks and AWS, extend that connectivity across accounts, Regions, and VPCs, resolve names across the resulting hybrid setup, and codify the whole build as automated, event-aware infrastructure.

≈ 20 h
Network Management and Operation20%

Keep hybrid AWS routes running day to day, read traffic and reachability signals to spot and fix connectivity problems, and tune the network for speed, uptime, and spend.

≈ 15 h
Network Security, Compliance, and Governance24%

Architect AWS network features that satisfy security and compliance requirements, verify them stay that way through ongoing monitoring and audit logging, and keep data and communications confidential with encryption in transit.

≈ 18 h

Exam format and question types

The exam consists of 65 questions (50 scored, 15 unscored) over 170 minutes, featuring multiple-response and matching question types. Questions are deeply technical, often presenting complex hybrid networking scenarios involving Direct Connect, Transit Gateway, VPN, and Route 53 configurations. With 2.6 minutes per question, use the extra time to diagram complex network topologies mentally.

Question types: ANS-C01

Multiple Response60%

Select multiple answers. Follow the question’s instructions on how many to choose.

Matching40%

Match each item with its corresponding item, following the question’s instructions.

See AWS for official question-format information. The shares shown describe the Pass-IT practice pool; they do not establish the proportions on the official exam.

Preparing for ANS-C01

Delivered via Pearson VUE online or at testing centers. Available in English, Japanese, Korean, and Simplified Chinese. The certification is valid for 3 years with renewal through recertification exams.

Preparation and logistics: ANS-C01

Preparation

Illustrative study time45–115 h

illustrative planning range: 45 h with relevant experience to 115 h when starting out; your needs may fall outside this range

LevelAdvanced

Taking and maintaining the certification

DeliveryPearson VUE testing center or online proctored exam
Retake policy14-day waiting period between exam attempts, no limit on total number of attempts
Certification validity3 years

Pass a recertification exam before the 3-year expiration date, or earn a higher-level AWS certification to automatically renew

Common pitfalls

Topics to review: ANS-C01

  1. 01Direct Connect

    Not understanding Direct Connect virtual interfaces, LAG groups, connection types, and failover configurations for hybrid architectures.

  2. 02Transit Gateway

    Misunderstanding Transit Gateway route tables, attachments, peering, and multicast capabilities leads to wrong answers on hub-and-spoke network designs.

  3. 03BGP Routing

    Lacking knowledge of BGP path selection, route propagation, AS path prepending, and MED attributes used in hybrid connectivity scenarios.

  4. 04DNS Resolution

    Confusing Route 53 Resolver endpoints, forwarding rules, and private hosted zone associations for hybrid DNS architectures.

  5. 05VPC Endpoints

    Mixing up gateway endpoints, interface endpoints, and PrivateLink configurations and their routing and security implications.

Frequently asked questions

How long is the AWS Certified Advanced Networking - Specialty exam?

The ANS-C01 exam has 65 questions and a 170-minute time limit.

What is the passing score for AWS Certified Advanced Networking - Specialty?

The passing score for the ANS-C01 exam is 700 / 1000.

Which pitfalls should I review when preparing for AWS Certified Advanced Networking - Specialty?

Topics to review include Direct Connect, Transit Gateway, BGP Routing, DNS Resolution, VPC Endpoints. Work through examples to check that you understand the distinctions and can explain your answer.

How long does AWS Certified Advanced Networking - Specialty stay valid?

The certification is valid for three years. To keep it, you pass a recertification exam before the expiration date. Earning a higher-level AWS certification renews it automatically instead.

What happens if you fail the exam?

You can sit it again after a 14-day waiting period. AWS sets no limit on the total number of attempts. Use the wait to rework the domains that cost you the most points.

Do you need another certification before this one?

No. AWS states no prerequisite for this exam. The vendor describes the target candidate as having five or more years of networking experience, including two or more years with cloud and hybrid networking. That is the level the questions are written for.

How much study time does this exam take, and where should it go?

Plan on roughly 75 hours of preparation; AWS publishes no official figure, this is our estimate for the target candidate. Network Design carries 30 percent of the score and Network Implementation 26 percent, so more than half the exam sits in those two domains. Network Security, Compliance, and Governance adds 24 percent and Network Management and Operation 20 percent. Weight your hours the same way.

Where can you take the exam?

You can sit it at a Pearson VUE testing center or as an online proctored exam. Either way you answer 65 questions in 170 minutes. Choose the setting where you can hold concentration for the full session.

Which AWS certification pairs well with this one?

AWS Certified Security - Specialty (SCS-C03) is the closest neighbour, since Network Security, Compliance, and Governance is 24 percent of this exam. AWS Certified Solutions Architect - Professional (SAP-C02) widens the design view around the networks you build. AWS Certified DevOps Engineer - Professional (DOP-C02) fits if you also automate the environments you connect.

One certification, 12 months

Practice for ANS-C01

Focus your practice on one certification, or choose Pro to practice across all certifications.

Start a free practice sessionTry the first 20 questions without a card to see whether the practice suits you.

For eligible purchases: money-back guarantee if you fail your exam.

View guarantee terms →