We may earn an affiliate commission when you visit our partners.
Course image
Stephane Maarek | AWS Certified Cloud Practitioner,Solutions Architect,Developer and Chetan Agrawal | Sr. Cloud Solutions Architect

The AWS Certified Networking Specialty Exam ANS-C01 is one of the most challenging certification exams you can take from Amazon. Passing it tells employers in no uncertain terms that your knowledge of AWS networking is wide and deep. But, even experienced technologists need to prepare heavily for this exam. This course sets you up for success by covering all of the AWS networking topics on the exam and how they fit together.

Best-selling Udemy instructors Stéphane Maarek and AWS Networking expert Chetan Agrawal have teamed up to deliver the most comprehensive and hands-on prep course we've seen.

Read more

The AWS Certified Networking Specialty Exam ANS-C01 is one of the most challenging certification exams you can take from Amazon. Passing it tells employers in no uncertain terms that your knowledge of AWS networking is wide and deep. But, even experienced technologists need to prepare heavily for this exam. This course sets you up for success by covering all of the AWS networking topics on the exam and how they fit together.

Best-selling Udemy instructors Stéphane Maarek and AWS Networking expert Chetan Agrawal have teamed up to deliver the most comprehensive and hands-on prep course we've seen.

This course combines Stéphane's depth on AWS with Chetan's experience in AWS Networking. Chetan and Stéphane took and passed the exam themselves on the first try.

The world of networking on AWS includes in-depth knowledge about technologies and services. Here are some of the concepts we will cover:

  • Learn networking fundamentals with Amazon VPC 

  • Learn advanced features of VPC

  • Understand DNS and DHCP options on VPC

  • Learn Networking Performance and Optimizations

  • Configure VPC Peering, VPC Gateway & Interface Endpoints

  • Learn Hybrid Networking (combining networking of on-premises and AWS) in depth.

  • In-depth configuration of Site-to-Site VPN, AWS Client VPN, and Direct Connect

  • Networking aspects of AWS Elastic Load Balancers and AWS CloudFront

  • Advanced DNS configurations with Route 53

  • Kubernetes networking and Amazon EKS Networking

  • Advanced Network architectures

  • many additional AWS networking features

You'll have many opportunities to reinforce your learning with hands-on exercises throughout the course. We'll also arm you with some valuable test-taking tips and strategies along the way.

AWS Networking is an advanced certification, and it's best tackled by students who have already obtained associate-level certification in AWS and have some real-world industry experience. This exam is not intended for AWS beginners.

You want to go into the AWS Certified Networking Specialty Exam confidently, which is what this course delivers. Hit the enroll button, and we're excited to see you in the course... and ultimately to see you get your certification.

Course content updates 06-11-2024:

  • 17-12-2024: Refreshed Hybrid DNS Hands-on exercises (Lectures 196-198) with latest UI changes and Amazon Linux 2023 AMI.

  • 06-11-2024: Minor updates as per increased limits and student's feedback. Improved audio for Client VPN section.

  • 22-04-2024: Added "VPC sharing" lecture under Additional Topics section.

  • 23-03-2024: Updated VPC DNS and DHCP section (no new lectures. Just re-recorded for better explanation)

  • 11-03-2024: Updated lectures for AWS Shied, ACM and added AWS Firewall Manager

  • 26-02-2024: Added lectures and hands-on walkthrough for AWS Cloud WAN

  • 12-02-2024: Refreshed Transit Gateway lectures for Centralized architectures. Added TGW+VPN lecture. Added 10 practice questions for Transit gateway section.

  • 02-01-2024: Added lectures for VPC IP Address Manager (IPAM), VPC Rechability Analyzer, VPC Network Access Analyzer

  • 01-01-2024: Remove few lectures from Hybrid networking basics section as there was some repeatation

  • 30-Sep-2023: Updated most of the Direct Connect lectures to accomodate latest changes/limits etc. Incorporated feedback from the students.

  • 05-Apr-2023: Added lecture "AWS Direct Connect Architecture - Putting it together"

To be added soon  - Kindly refer AWS documentation or Re:Invent videos or AWS blogs until we publish a lecture here:

  • AWS Transit Gateway Private IP VPN

  • API Gateway PrivateLink integration with VPC resources

  • AWS VPC Lattice (Coming Soon)

Instructor

My name is Stephane Maarek, and I'll be your instructor in this course. I teach about AWS certifications, always focusing on helping my students improve their professional proficiencies in AWS. I am also the author of some of the most highly-rated & best-selling courses on AWS Lambda, AWS CloudFormation & AWS EC2.

Throughout my career in designing and delivering these certifications and courses, I have already taught

I'm delighted to welcome Chetan Agrawal as my co-instructor for this course.

Chetan has been passionate about AWS Networking. He himself learned Networking in the cloud practically during his 6+ years of professional career as a Cloud and DevOps architect. Cloud platforms provide an opportunity to try and experiment with networking configurations quickly; hence, wherever possible, these courses include supporting hands-on exercises/demos that you can implement. This helps retain knowledge and build skills for a lifetime.

With AWS becoming more than a buzzword, I've decided it's time for students to learn how to properly be an AWS Advanced Networking Specialist. So, let’s kick start the course. You are in good hands.

This course also comes with:

  • Lifetime access to all future updates

  • A responsive instructor in the Q&A Section

  • Udemy Certificate of Completion Ready for Download

  • A 30-Day "No Questions Asked" Money Back Guarantee.

Join me in this course if you want to pass the AWS Certified Advanced Networking Specialty Certification and master the AWS platform.

Enroll now

What's inside

Learning objectives

  • Fully updated for ans-c00: pass the aws certified networking specialty certification
  • All 700+ slides available as downloadable pdf
  • Learn networking on aws in depth
  • Practice alongside several advanced hands-on

Syllabus

Introduction
Course Introduction

This lectures captures the summary of Amazon VPC and related networking components. This gives a very high level overview of all AWS networking components and relevant use cases. Its important to get the big picture before we deep dive into individual components later in this course.

We have also included good amount of hands on labs in this course however considering the length of the course it's not possible to add labs for all the topics.

Hope you get the most out of this course! All the best !

Read more

Let's talk about the section agenda and topics we are going to cover.

For beginners, often it's confusion to visualize the scope of the VPC and how it maps to AWS account, Region and Availability Zone. Before we dive deeper into VPC components let's first put the things in perspective here.

The main components of the VPC are - VPC, CIDR, Subnet, Route tables, Internet gateway, Security group, Network ACL and DNS.

Please note that there is no official definition of core components of the VPC that AWS provides and it need not be categorized as core components but its good to understand the purpose and functionality of these component as they form the base of VPC working.

We will start with basics of Network Private address space. Earlier the network address ranges were defined in the form of Address classes e.g Class A, Class B, Class C etc. The different classes defines how many bits out of 32 bits of IPv4 address are used for network address and how many bits are available for host addressing.

However with CIDR (Classless Interdomain Routing), we can represent all types of IPv4 addresses using IP Prefix. In this lecture, let's understand how Amazon VPC addressing works and how to calculate Classless Inter domain routing (CIDR) for your VPC and subnets.

Route table defines the routing rules which are used to route traffic through different network paths e.g through internet gateway or nat gateway or any other networking component inside VPC.

Let's understand how routing works inside VPC and deep dive into VPC Main route table and custom route tables.

In AWS, you can assign Public or Private or both addresses to EC2 instances. This will depend on your architecture. In this lecture lets understand different types of IP addresses i.e Private, Public and Elastic and also understand IPv4 and IPv6 addresses.

Security group is first level of defense for EC2 instances. These are stateful firewalls and must be configured while setting up EC2 instances. In this lecture, let's understand Security groups, Inbound/outbound rules, statefulness of traffic and more.

Network ACL (NACL) is the 2nd level of defence. These are stateless firewall which works at subnet level. In this lecture, let's understand Network Access Control List, difference between Security group and Network ACL and when to use what depending on the traffic you want to allow or deny.

AWS creates default VPC in every region so that you can start launching EC2 instances right away. Let's understand how the subnets and route tables are configured in default VPC and what it means.

Create VPC and single Public subnet. Launch EC2 instance in this subnet and connect over SSH.

Add private subnet into existing VPC (Created earlier) and see inbound and outbound connectivity for the instance launched inside Private subnet.

Understand the NAT concept and AWS managed NAT Gateway. See how to route the outbound internet traffic from instances inside Private subnet through NAT gateway. Also understand the benefits of NAT gateway.

Add NAT gateway to existing setup (that we created earlier) and route the outbound internet traffic from private subnet via the NAT gateway.

NAT gateways are HA within single AZ. Learn about the architecture for Highly Available NAT Gateway across AZs.

You can also setup NAT on EC2 instance. For this you should use NAT AMI and also you need to disable the Source/Destination check so that NAT EC2 instance can accept traffic from other EC2 instances (in private subnet) and forward the traffic to internet. Also see the benefits and downside of using EC2 based NAT.

Important points to remember for the exam

In this section, we will cover the topics which are somewhere between VPC basics and advance but important for your exam.

You can extend the VPC CIDR by adding secondary CIDRs. However there are certain restrictions while you add secondary CIDR. It's important to know these restrictions for the exam.

Let's revisit the Elastic Network Interface and its features. Its important topic in the exam.

AWS allows you to bring your own IPv4 and IPv6 public IP address ranges. You can assign these IP addresses to EC2, NLB or NAT gateways.

AWS VPC uses the virtual DNS server which runs within VPC at VPC Base address + 2 IP address (e.g 10.0.0.2 for VPC 10.0.0.0/16). This DNS server is responsible for resolving the DNS queries for your VPC. It integrates natively with Amazon Route53 DNS service and also handles the public DNS queries by sending queries to public DNS server.

In this lecture, lets understand how DNS server is configured and used when you create VPC.

Note that we are yet not talking about Amazon Route53 service and it has wider scope beyond the VPC. We will have dedicated session covering Amazon Route53 service.

DHCP option sets are used for the DHCP configurations for the VPC. In this lecture, let's understand how you can change the DHCP Options set for VPC and how the change is propagated for EC2 instances inside VPC. Also we will cover important points with respect to DHCP Options sets that you need to remember for your exam.

We want to have corp.internal domain name for EC2 instances. For this we will configure custom DHCP Options set and Route53 Private Hosted zone. This is a hands on (demo) exercise.

For organizations which operate in hybrid mode where some workloads run on-premises and some in cloud, its important to have seamless DNS resolutions across both sides of the network. For this, AWS provides Route53 Resolver endpoints (inbound & outbound) which can be used to configure the DNS queries to be sent to on-premises to AWS Private hosted zone and from AWS VPC to on-premises DNS server.

Let's recap all the important concepts and features with respect to DNS resolution within the VPC. Note that we are yet not talking about Amazon Route53 service and it has wider scope beyond the VPC. We will have dedicated session covering Amazon Route53 service.

Let's understand the basics of network performance. First we will understand the common terms used while talking about network performance e.g bandwidth, latency, jitter, throughput, PPS, MTU etc and then we understand how MTU (Maximum Transmission Unit) affects the network performance.

In this lecture, we will setup the ground for lectures coming next where we will see various network performance optimization techniques.

When you need to have lowest network latency and highest network bandwidth between EC2 instances its recommended to launch EC2 instances within a cluster placement group. Placement group launches EC2 instances at one go and possible on the same physical hardware in same AZ in same region. This obviously helps reduce multiple network hops and provides the lowest possible latency between EC2 instances. In order to have the dedicated network bandwidth its also recommended to use EBS optimized EC2 instances where EC2 is allocated dedicated bandwidth to access EBS volumes and hence the EC2 uses its full network bandwidth for communication with other hosts.

One of the most important lecture for your exam. AWS provides various ways to further enhance the network performance of EC2 instances. With enhanced networking you can get upto 25 Gbps bandwidth between EC2 instances. There are different ways in which you can enable enhanced networking and that depends on EC2 instance type, AMI and network driver support.

Data plane development kit  (DPDK) is a set of libraries using which you can bypass the kernel (OS) while sending the network packets over the network. This improves your Packer per second performance and helps reduce network latency further.

Elastic Frabric Adapter (EFA) is ENA with added networking capabilities. It also provides the functionality to bypass OS there by lowering network latency. EFA is used in case of High Performance computing (HPC) workloads.

For exam, its essential to know all the bandwidth limits when communication happens between various AWS resources inside VPC and outside VPC. In this lecture we will summarize the maximum bandwidth EC2 can get when it communicates with other EC2 instances which are located inside same VPC or across VPC peering or its communicating with on-premise server over VPN or direct connect. We will also cover some more scenarios e.g bandwidth for accessing S3.

Like there are EC2 instances which receives CPU credits for not using allocated CPU for long period of time, there are also EC2 instances which receives Network I/O credits for not using the full bandwidth. These instances are good candidate for the use cases where you want to have higher network bandwidth during small amount of time in a day and otherwise low network bandwidth is required. Make sure that you don't use these EC2 instances for Network performance benchmark testing because they might perform over and above the allocated network bandwidth due to accumulated credits and when deployed in production they might fall back to the base performance causing sub-optimal inconsistent experience.

Let's recap what we learnt about Network performance in AWS and various techniques to improve the performance.

This lecture covers the important points with respect to Network performance and optimization and its good to remember these points for your exam.

Section introduction

- VPC Flow logs

- VPC traffic mirroring

- VPC Reachability Analyzer

- Network Access Analyzer

You can capture the traffic flowing in/out of VPC using VPC Flow logs. These logs can be sent to CloudWatch or S3 or Kinesis Firehose and can be later analyzed using Athena or CloudWatch Insights or 3rd party logs analysis tools. Flow logs are collected at ENI level, Subnet level or VPC level.

VPC Traffic mirroring allows to mirror the traffic from source ENI to destination ENI or NLB without any performance impact on your source network. Traffic mirroring can be used to copy network traffic from an elastic network interface of Amazon EC2 instances. You can then send the traffic to out-of-band security and monitoring appliances for content inspection or threat monitoring. The security and monitoring appliances can be deployed as individual instances, or as a fleet of instances behind a Network Load Balancer with a UDP listener. Traffic Mirroring supports filters and packet truncation, so that you only extract the traffic of interest to monitor by using monitoring tools of your choice.

Next, let's see couple of VPC features which helps you analyze the traffic reachability and compliance using newly launched VPC features such as VPC reachability Analyzer and VPC Network Access Analyzer.

VPC Reachability Analyzer can be used to troubleshoot the network connectivity issues such as you are not able to access EC2 instance or EC2 instance is not able to access internet or traffic is not flowing through the vpc peering connection likewise. It provides you hop-by-hop analysis of the traffic flow and tell what is blocking the traffic.

In this lab, let's troubleshoot the network connectivity issue to our EC2 instance. In this lab we will misconfigure route table, NACL and Security group and see how Reachability Analyzer detects the problem.

In this lecture, let's understand how Network Access Analyzer helps detect the non-compliant network configurations in your AWS account by analyzing all the network components such as Route tables, Security Groups, Network ACL, VPC peering, Transit Gateway etc.

In this lecture, lets see why private connectivity is important and what are some of the ways in which you can establish private connectivity between AWS VPC and other AWS services/components. We will primarily cover VPC peering in this section. Other options like VPC endpoints will be covered in the following section.

Let's understand what is VPC peering and why you should use VPC peering when you want the VPCs to communicate with each other over AWS private network or say AWS backbone network. We will also talk about the pre-requisites and limitations when you want to setup VPC peering connection between VPCs in the same region or VPCs across AWS regions.

Let's setup a VPC peering connection between VPCs across AWS regions and then verify that traffic is actually flowing through the peering connection.

Note: Remember to delete all AWS resources that you create during this exercise.

VPC peering does not support transitive routing and hence you can't access various networking components from peered VPCs. This lectures presents all those scenarios where VPC peering won't allow the traffic to flow through. Its important for your exam to understand where VPC peering connection won't be sufficient to have the required connectivity.

VPC endpoints provides the private connectivity between VPC and AWS services endpoints. With endpoints you don't need to have the Internet gateway or NAT gateway provisioned inside VPC to access AWS services like S3, DynamoDB, SQS, API Gateway or more. VPC endpoint improves the security posture and also provides consistent and robust network connectivity between VPC and AWS services endpoints.

Let's understand VPC Gateway endpoint which provides the private connectivity to access S3 and DynamoDB from your VPC. For using VPC gateway endpoints you need to modify the subnet route table and add a rule so that traffic to S3 or DynamoDB in the same AWS region will flow through the gateway endpoint.

Let's setup VPC and create VPC gateway endpoint to access S3 bucker from EC2 instance. We will check that EC2 can't access internet but it can still reach to S3 endpoint and download/upload data from S3 bucket. This connectivity is established using VPC gateway endpoint.

VPC endpoints provides additional layer of security in the form of IAM policies for endpoints where you can define which S3 bucket can be accessed from given endpoint. This limits the blast radius in case network intrusion happens.

Also, you can restrict access using S3 bucker policy where access can be granted to a specific endpoint using endpoint id.

Because VPC gateway endpoint is actually a gateway managed by AWS its not possible to access gateway endpoint from remote network like via VPC peering connection or Virtual Private Network (VPN) or DirectConnect.

VPC interface endpoint is technically different than VPC gateway endpoint in the sense that it creates an ENI into your Subnet and you access the AWS service endpoint via the ENI. Hence you don't really modify the route table to access the VPC interface endpoint but rather send the traffic to ENI and it will reach the AWS service endpoint for which VPC interface endpoint is created.

In this exercise we will create VPC interface endpoint for SQS service and then put message into the SQS from EC2 instance. The traffic from EC2 to SQS goes over interface endpoint and does not go through internet.

Let's understand some important features of interface endpoints which are good to know for your exam and general best practices for designing right architecture considering high availability and cost.

While VPC interface endpoint can be used to privately access supported AWS services, it can also be used to access the applications hosted in different VPC. For this the service provider VPC should host the application behind the Network Load Balancer and then you should create VPC interface endpoint pointing to that Network Load Balancer. This is called PrivateLink connection to customer service. VPC privatelink is better than exposing your application over the internet or having VPC peering connection with the consumer VPC and then allowing the application access over VPC peering connection. VPC privatelink is much more scalable and secure network architecture to allow access to thousands of consumer VPCs.

In this lecture we will see the architecture for using VPC interface endpoint (PrivateLink) to grant private network access to consumer VPCs.

Here we host the customer service (Test webserver) on EC2 instances in one VPC and attach EC2 instance behind NLB. Both EC2 instance NLB will be created in Private subnets. We will then create VPC interface service in Service provider VPC using NLB and then create VPC interface endpoint in the consumer VPC which points to VPC interface service that we created earlier. In this fashion we can access the Webserver service from consumer VPC privately.

When you create VPC interface endpoint, AWS creates various DNS names for the interface endpoint. There is a regional DNS and zonal DNS. In order to be able to resolve these DNS you must have enableDnsHostnames and enableDnsSupport  for your VPC. You can also customize this DNS name by creating Route53 private hosted zone.

In case VPC Gateway endpoint as you know it can not be accessed from remote network like peered VPCs or VPN connection. However as VPC interface endpoint provisions an ENI into your VPC/Subnet you can route the traffic to other networking components which are attached to your VPC. For example, if your VPC is connected to on-premises network using site-to-site VPN connection then you can access VPC interface endpoint from on-premises network. Likewise you can also access VPC interface endpoint from the peered VPC.

The question is - shall we use VPC peering or VPC PrivateLink when we want to access some customer service (hosted in customer VPC) privately? The answer depends on some considerations which more or less related to security and scaling. With VPC PrivateLink you get more scalable architecture and also its considered to more secure as it opens the access for particular service from customer VPC and does not open full bi-directional traffic between two VPCs.

Let's recap everything we talked about Private Connectivity using VPC Peering, VPC endpoints and PrivateLink

For your exam, its important that you understand the details about VPC Peering, peering pre-requisites, limitations, peering invalid scenarios, VPC gateway endpoints, VPC interface endpoints, DNS resolution, access from remote network  etc. This lecture captures all those required details.

In this lecture let's understand "Why Transit Gateway?", how it simplifies the network architecture and connections and which all network links you can connect to Transit gateway.

Let's understand how can you connect Transit gateway to multiple VPCs and how can you control the traffic routing through Transit gateway and spoke VPCs.

In this hands on lab, we will setup the full mesh connectivity between spoke VPCs using Transit Gateway default route table

In this lab let's see how can you setup the Transit gateway attachment specific route table to use VRF (Virtual Routing and Forwarding) functionality. In this way you get a granular level routing control over how traffic flows from one attachment to the other. You can allow or restrict traffic as required.

Transit gateway routing domain allows us to create different network VPC patterns like flat network where all the VPCs can communicate with each other and a segmented network where VPCs can only communicate with on-premises network and inter-VPC communication is blocked. Likewise, more such customized patterns can be created.

Transit gateway behave little differently when it comes to provisioning the attachments in Availability Zones. You can only access the Transit gateway from the subnets in the AZ in which TGW attachment has been created. If you want the subnets across different AZs to connect to the transit gateway then you also need to create the attachments in those AZs.

Transit gateways try to keep the traffic in the same AZ from which the traffic has originated. This is both good and bad depending on the use case. In this lecture, we will cover the scenarios where AZ affinity is useful and how it can create an issue otherwise. Transit Gateway Appliance mode keeps the traffic with same virtual appliance irrespective of the AZ and that prevents asymmetric routing.

Transit gateway peering allows the Transit gateway across the AWS regions to have the private connectivity. In case of Transit gateway peering connection the routes are not automatically propagated. You have to create the static route in the Transit gateway route tables at both the ends. Also, the traffic across the AWS region is encrypted.

Transit Gateway Connnect attachment allows you to connect 3rd party virtual appliances . This is useful when you have to extend your existing SD-Wan network to AWS.

There are some differences and benefits when you terminate your site-to-site VPN over a Transit Gateway instead of Virtual Private Gateway. Using transit gateway with Site-to-Site VPN definitely provides many-to-many network connectivity between multiple VPCs and multiple branch offices. Additionally you can use VPN features like Accelerated VPN (using Global Accelerator) and Equal-cost-multi-path (ECMP) which provides higher aggregated bandwidth over multiple VPN connections. In this lecture, let's go through all these architecture patterns and features.

In this lecture let's understand different ways in which you can connect Transit Gateway over a Direct connect. We are going to cover Transit VIF and supported architectures in more depth in the Direct Connect section, so in this lecture we will just see some of the architectures at high level.

Transit gateway supports Multicast traffic. You can create multicast domain which is consisting of the subnets inside VPCs and can create multicast group using the EC2 instance ENIs. Transit gateway supports IGMPv2 protocol for dynamically joining and leaving the multicast group. In this lecture, we will understand what is multicast and how can you setup multicast within VPCs and across hybrid network.

Traffic lights

Read about what's good
what should give you pause
and possible dealbreakers
Offers hands-on exercises throughout the course, providing practical experience with AWS networking configurations, which helps solidify understanding and build job-ready skills
Covers hybrid networking in depth, including Site-to-Site VPN, AWS Client VPN, and Direct Connect, which are essential for integrating on-premises infrastructure with AWS
Explores advanced DNS configurations with Route 53, a critical skill for managing complex network architectures and ensuring reliable service delivery in AWS environments
Requires prior AWS associate-level certification and real-world industry experience, indicating that it is designed for those with an existing foundation in AWS
Updated with content from late 2023 and early 2024, which means that it reflects current practices, services, and user interface elements
Taught by instructors with AWS expertise, including one with 6+ years of experience as a Cloud and DevOps architect, which ensures practical insights

Save this course

Create your own learning path. Save this course to your list so you can find it easily later.
Save

Reviews summary

Advanced aws networking certification prep

According to students, this course offers comprehensive coverage of complex AWS networking topics, making it an effective preparation tool for the challenging ANS-C01 exam. Learners particularly appreciate the knowledgeable instructors and the inclusion of hands-on exercises which reinforce understanding. While the course is updated regularly to reflect AWS changes, it is highly technical and requires significant prior AWS experience.
Not suitable for beginners; advanced level.
"As stated in the description, this course is definitely not for beginners. You need a solid foundation."
"Make sure you have associate-level knowledge and ideally some hands-on time with AWS networking before starting."
"This is a challenging course, but that's expected for a specialty certification."
"Came into this with some experience, and still found it demanding but rewarding."
Course material is kept current.
"Good to see that the course is updated regularly to keep up with AWS service changes."
"The recent updates are valuable and show the instructors are maintaining the content."
"I noticed lectures were re-recorded for clarity in some sections, which is a good sign."
"It's important for certification courses to stay current, and this one seems to do that."
Practical labs enhance learning.
"The hands-on labs are very helpful for understanding how the concepts work in practice."
"Doing the demos alongside the lectures really solidified my understanding of the configurations."
"I wish there were even more labs, but the included ones are very well done and useful."
"Great to see practical examples and walk-throughs for complex setups."
Expert instructors explain complex topics.
"Both instructors are clearly experts and explain complex concepts in an understandable way."
"Stéphane and Chetan bring different valuable perspectives; their collaboration is great."
"The instructors' depth of knowledge is impressive and makes learning engaging."
"I appreciate the instructors sharing their real-world experience and exam tips."
Deep dive into advanced networking topics.
"The course covers all the relevant topics needed for the ANS-C01 exam in great depth."
"Really comprehensive, goes into the nitty-gritty details of advanced networking concepts on AWS."
"I felt the syllabus was fully covered, leaving no stone unturned for the exam preparation."
"Amazing coverage of all the advanced networking services and features."
Prepares well for the certification exam.
"This course was instrumental in helping me pass the AWS Advanced Networking Specialty exam."
"I feel much more confident about taking the ANS-C01 after going through these lectures."
"The course structure and content are perfectly aligned with the exam objectives."
"Really helps solidify the knowledge required for the advanced certification."

Activities

Be better prepared before your course. Deepen your understanding during and after it. Supplement your coursework and achieve mastery of the topics covered in [NEW] AWS Certified Advanced Networking Specialty 2025 with these activities:
Review VPC Fundamentals
Solidify your understanding of VPC concepts, including subnets, route tables, and security groups, before diving into advanced networking topics.
Browse courses on VPC
Show steps
  • Read AWS documentation on VPCs.
  • Watch introductory videos on VPCs.
  • Complete a basic VPC creation tutorial.
Review: AWS Certified Advanced Networking Official Study Guide
Reinforce your understanding of key concepts and prepare for the certification exam using the official study guide.
Show steps
  • Read the chapters relevant to the course modules.
  • Complete the practice questions at the end of each chapter.
  • Review the key concepts and definitions.
Configure VPC Peering
Gain hands-on experience configuring VPC peering connections between different VPCs to understand the routing and security implications.
Browse courses on VPC Peering
Show steps
  • Create two VPCs in the same region.
  • Initiate a VPC peering connection between them.
  • Update route tables to allow traffic flow.
  • Test connectivity between instances in peered VPCs.
Four other activities
Expand to see all activities and additional details
Show all seven activities
Write a Blog Post on Transit Gateway
Solidify your understanding of AWS Transit Gateway by writing a blog post explaining its features, benefits, and use cases.
Show steps
  • Research Transit Gateway features and benefits.
  • Outline the blog post structure.
  • Write the blog post with clear explanations and examples.
  • Publish the blog post on a platform like Medium or LinkedIn.
Review: Mastering AWS Networking
Deepen your understanding of AWS networking with a comprehensive guide that covers advanced topics and real-world scenarios.
Show steps
  • Read the chapters on advanced networking topics.
  • Review the real-world examples and case studies.
  • Experiment with the configurations and solutions presented.
Design a Hybrid Networking Solution
Apply your knowledge to design a hybrid networking solution that connects an on-premises network to AWS using Site-to-Site VPN or Direct Connect.
Browse courses on Hybrid Networking
Show steps
  • Define the network requirements and constraints.
  • Choose the appropriate hybrid connectivity option.
  • Design the network architecture, including IP addressing and routing.
  • Document the design and configuration steps.
Automate Network Deployment with CloudFormation
Create a CloudFormation template to automate the deployment of a complex network infrastructure, including VPCs, subnets, route tables, and security groups.
Browse courses on CloudFormation
Show steps
  • Define the network infrastructure requirements.
  • Create a CloudFormation template to define the resources.
  • Test the template by deploying the infrastructure.
  • Refine the template based on testing and feedback.

Career center

Learners who complete [NEW] AWS Certified Advanced Networking Specialty 2025 will develop knowledge and skills that may be useful to these careers:
Network Engineer
A Network Engineer designs, implements, and manages computer networks. They ensure network infrastructure operates efficiently and securely. This course helps build a strong understanding of AWS networking, a critical component for modern cloud-based networks. The course specifically covers advanced features of VPC, DNS, hybrid networking, VPNs, and Direct Connect, all technologies that a network engineer will use. The hands-on exercises will prepare you for real-world configurations. Taking this course will help you in a career as a Network Engineer, specifically in AWS environments.
Cloud Architect
A Cloud Architect designs and oversees the implementation of cloud computing solutions. They need a comprehensive understanding of cloud platforms and their networking capabilities. This course is highly relevant to a Cloud Architect because it provides in-depth knowledge of AWS networking, including VPC, DNS, hybrid networking, and advanced architectures. The course's focus on hands-on exercises ensures that you develop practical skills necessary to design efficient and scalable cloud solutions. Many real world cloud deployments require advanced networking. A Cloud Architect should take this course to be successful.
System Architect
System Architects design complex computer systems. This work requires a deep understanding of networking concepts including cloud networking, so this course is relevant. This course provides a deep dive on AWS networking that includes VPC, DNS, hybrid networking, Direct Connect, route configuration, and more. These topics all fall within the purview of a System Architect, and this course may help them to design and configure AWS networks. A System Architect should take this course.
Solutions Architect
A Solutions Architect translates business needs into technical solutions, often within cloud environments. Therefore, cloud networking is a core area of concern. This course is pertinent to Solutions Architects who work with AWS. It includes topics like VPC, DNS, load balancers and hybrid networking. This course offers you comprehensive coverage of AWS networking services and advanced concepts like hybrid networking, VPC peering, and Direct Connect. This course will also help you understand and optimize network performance. A Solutions Architect will find this course excellent for understanding the nuances of AWS networking.
DevOps Engineer
A DevOps Engineer focuses on automating and streamlining software development and deployment processes. Understanding cloud networking is crucial for this role, specifically in AWS environments. This course is valuable as it covers essential networking concepts in AWS, including VPC, subnets, route tables, and hybrid networking. The course's focus on hands-on exercises and advanced networking topics will allow a DevOps Engineer to better manage infrastructure, improve application deployment, and optimize network performance. Taking this course can help a DevOps Engineer move into cloud-focused roles.
Cloud Consultant
A Cloud Consultant advises clients on cloud strategies and implementations. They require a broad understanding of cloud platforms and their capabilities, including networking. This course helps build a deep understanding of AWS networking, covering VPC fundamentals, advanced features, hybrid networking, and security aspects. The detailed and hands-on approach will ensure that a Cloud Consultant can recommend and implement robust networking solutions. This course will also help prepare a Cloud Consultant for AWS networking specialty certifications. A Cloud Consultant will find the information here highly useful.
Systems Engineer
A Systems Engineer manages and maintains the organization's IT infrastructure. Knowledge of cloud networking is increasingly important. This course may be useful for a Systems Engineer as it covers key AWS networking concepts that are relevant to managing cloud infrastructures. With topics ranging from basic VPC to hybrid networking and performance optimization, this course provides practical knowledge for cloud-based environments. The hands-on exercises will improve your ability to configure and deploy AWS-based networks. If you are a Systems Engineer, this course may be useful in moving into cloud-based roles.
Security Engineer
A Security Engineer is responsible for protecting an organization's digital assets. Cloud security is now a critical domain, and networking security is a crucial aspect of that. This course may be useful for a Security Engineer because it covers some of the security aspects of AWS networking, such as security groups, network ACLs, and VPN configurations. The course's focus on hands-on exercises can provide practical skills for implementing secure network configurations. While this course may not be solely focused on security, it has useful information for a Security Engineer. A Security Engineer may benefit from taking this course.
Network Administrator
A Network Administrator is responsible for the day-to-day operations of a computer network. Although traditional network administration is often on-premises, the shift to cloud requires skills in cloud networking. This course may be useful for a Network Administrator as it covers topics such as VPC, DNS, VPNs, and Direct Connect, all within the AWS environment. This course may be helpful in applying network administration skills to the cloud. A Network Administrator may find this course useful in moving into the cloud.
Cloud Support Engineer
A Cloud Support Engineer provides technical support to users of cloud-based services. This often involves troubleshooting and managing cloud infrastructure. This course may be useful because it offers essential knowledge about AWS networking, including concepts such as VPC, DNS, and hybrid connectivity. The hands-on exercises may help a Cloud Support Engineer better support users. Taking this course may help a Cloud Support Engineer better understand cloud networking and related issues. This course may be helpful for those in Cloud Support roles.
Technical Project Manager
A Technical Project Manager oversees technical projects, requiring a strong understanding of the technologies involved. This course may be helpful for a Technical Project Manager because understanding cloud networking is often essential for managing projects that deal with cloud infrastructure. While this course does not focus on project management directly, its emphasis on AWS networking provides crucial context for planning and managing cloud-related projects. The hands-on approach will provide a practical understanding that is beneficial for a Technical Project Manager. This course may be helpful to a Technical Project Manager.
IT Manager
An IT manager oversees an organization’s information technology operations. Therefore, they require a broad understanding of IT infrastructure, including cloud networking. This course may be helpful to an IT Manager because it covers the basics of AWS networking, including VPC, DNS, and hybrid connectivity. While not directly focused on management, it provides technical knowledge that is helpful for overseeing IT operations in the cloud. This course may be useful to an IT Manager wishing to understand cloud networking.
Database Administrator
A Database Administrator manages and maintains database systems. While it does not directly deal with databases, networking is a consideration in modern database management. This course may be useful for a Database Administrator to better understand the cloud networking environment where the database operates. The course may help the Database Administrator with some aspects of performance and connectivity issues. This course may be helpful to a Database Administrator.
Application Developer
An application developer writes code and creates software. While networking is not a primary role of an application developer, understanding the network environment where the application operates is valuable. Therefore this course may be useful to an Application Developer. This course may help a developer to configure some of the network configurations necessary for the application. This course may help with some aspects of application deployment. An Application Developer may find this course useful.
Technical Instructor
A Technical Instructor designs and delivers training on technical topics. This course may be helpful for a Technical Instructor as it provides robust knowledge on AWS networking. The deep dive and hands-on focus of the course may help a Technical Instructor design courses, workshops, and tutorials. This course may be helpful for a Technical Instructor who wishes to teach others about AWS networking. Taking this course may help the instructor in creating teaching materials.

Reading list

We've selected one books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in [NEW] AWS Certified Advanced Networking Specialty 2025.
This official study guide provides comprehensive coverage of all exam objectives. It includes detailed explanations, real-world scenarios, and practice questions to help you prepare for the AWS Certified Advanced Networking Specialty exam. valuable resource for understanding the core concepts and services covered in the course. It is commonly used by professionals preparing for the certification.

Share

Help others find this course page by sharing it with your friends and followers:

Similar courses

Similar courses are unavailable at this time. Please try again later.
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2025 OpenCourser