AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 - ExamTopics
AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 - ExamTopics
AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 - ExamTopics
Topic 1 - Exam A
Question #1 Topic 1
A company is planning to create a service that requires encryption in transit. The traffic must not be decrypted between the client and the backend
of the service. The company will implement the service by using the gRPC protocol over TCP port 443. The service will scale up to thousands of
simultaneous connections. The backend of the service will be hosted on an Amazon Elastic Kubernetes Service (Amazon EKS) duster with the
Kubernetes Cluster Autoscaler and the Horizontal Pod Autoscaler configured. The company needs to use mutual TLS for two-way authentication
A. Install the AWS Load Balancer Controller for Kubernetes. Using that controller, configure a Network Load Balancer with a TCP listener on
port 443 to forward traffic to the IP addresses of the backend service Pods.
B. Install the AWS Load Balancer Controller for Kubernetes. Using that controller, configure an Application Load Balancer with an HTTPS
listener on port 443 to forward traffic to the IP addresses of the backend service Pods.
C. Create a target group. Add the EKS managed node group's Auto Scaling group as a target Create an Application Load Balancer with an
D. Create a target group. Add the EKS managed node group’s Auto Scaling group as a target. Create a Network Load Balancer with a TLS
Correct Answer: D
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 1/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
Question #2 Topic 1
A company is deploying a new application in the AWS Cloud. The company wants a highly available web server that will sit behind an Elastic Load
Balancer. The load balancer will route requests to multiple target groups based on the URL in the request. All traffic must use HTTPS. TLS
processing must be offloaded to the load balancer. The web server must know the user’s IP address so that the company can keep accurate logs
A. Deploy an Application Load Balancer with an HTTPS listener. Use path-based routing rules to forward the traffic to the correct target group.
B. Deploy an Application Load Balancer with an HTTPS listener for each domain. Use host-based routing rules to forward the traffic to the
correct target group for each domain. Include the X-Forwarded-For request header with traffic to the targets.
C. Deploy a Network Load Balancer with a TLS listener. Use path-based routing rules to forward the traffic to the correct target group.
D. Deploy a Network Load Balancer with a TLS listener for each domain. Use host-based routing rules to forward the traffic to the correct
target group for each domain. Configure client IP address preservation for traffic to the targets.
Correct Answer: A
Question #3 Topic 1
A company has developed an application on AWS that will track inventory levels of vending machines and initiate the restocking process
automatically. The company plans to integrate this application with vending machines and deploy the vending machines in several markets around
the world. The application resides in a VPC in the us-east-1 Region. The application consists of an Amazon Elastic Container Service (Amazon
ECS) cluster behind an Application Load Balancer (ALB). The communication from the vending machines to the application happens over HTTPS.
The company is planning to use an AWS Global Accelerator accelerator and configure static IP addresses of the accelerator in the vending
machines for application endpoint access. The application must be accessible only through the accelerator and not through a direct connection
A. Configure the ALB in a private subnet of the VPC. Attach an internet gateway without adding routes in the subnet route tables to point to the
internet gateway. Configure the accelerator with endpoint groups that include the ALB endpoint. Configure the ALB’s security group to only
allow inbound traffic from the internet on the ALB listener port.
B. Configure the ALB in a private subnet of the VPC. Configure the accelerator with endpoint groups that include the ALB endpoint. Configure
the ALB's security group to only allow inbound traffic from the internet on the ALB listener port.
C. Configure the ALB in a public subnet of the VPAttach an internet gateway. Add routes in the subnet route tables to point to the internet
gateway. Configure the accelerator with endpoint groups that include the ALB endpoint. Configure the ALB's security group to only allow
inbound traffic from the accelerator's IP addresses on the ALB listener port.
D. Configure the ALB in a private subnet of the VPC. Attach an internet gateway. Add routes in the subnet route tables to point to the internet
gateway. Configure the accelerator with endpoint groups that include the ALB endpoint. Configure the ALB's security group to only allow
inbound traffic from the accelerator's IP addresses on the ALB listener port.
Correct Answer: A
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 2/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
Question #4 Topic 1
A global delivery company is modernizing its fleet management system. The company has several business units. Each business unit designs and
maintains applications that are hosted in its own AWS account in separate application VPCs in the same AWS Region. Each business unit's
applications are designed to get data from a central shared services VPC.
The company wants the network connectivity architecture to provide granular security controls. The architecture also must be able to scale as
more business units consume data from the central shared services VPC in the future.
Which solution will meet these requirements in the MOST secure manner?
A. Create a central transit gateway. Create a VPC attachment to each application VPC. Provide full mesh connectivity between all the VPCs by
B. Create VPC peering connections between the central shared services VPC and each application VPC in each business unit's AWS account.
C. Create VPC endpoint services powered by AWS PrivateLink in the central shared services VPCreate VPC endpoints in each application VPC.
D. Create a central transit VPC with a VPN appliance from AWS Marketplace. Create a VPN attachment from each VPC to the transit VPC.
Correct Answer: C
Question #5 Topic 1
A company uses a 4 Gbps AWS Direct Connect dedicated connection with a link aggregation group (LAG) bundle to connect to five VPCs that are
deployed in the us-east-1 Region. Each VPC serves a different business unit and uses its own private VIF for connectivity to the on-premises
environment. Users are reporting slowness when they access resources that are hosted on AWS.
A network engineer finds that there are sudden increases in throughput and that the Direct Connect connection becomes saturated at the same
time for about an hour each business day. The company wants to know which business unit is causing the sudden increase in throughput. The
network engineer must find out this information and implement a solution to resolve the problem.
A. Review the Amazon CloudWatch metrics for VirtualInterfaceBpsEgress and VirtualInterfaceBpsIngress to determine which VIF is sending
the highest throughput during the period in which slowness is observed. Create a new 10 Gbps dedicated connection. Shift traffic from the
B. Review the Amazon CloudWatch metrics for VirtualInterfaceBpsEgress and VirtualInterfaceBpsIngress to determine which VIF is sending
the highest throughput during the period in which slowness is observed. Upgrade the bandwidth of the existing dedicated connection to 10
Gbps.
C. Review the Amazon CloudWatch metrics for ConnectionBpsIngress and ConnectionPpsEgress to determine which VIF is sending the
highest throughput during the period in which slowness is observed. Upgrade the existing dedicated connection to a 5 Gbps hosted
connection.
D. Review the Amazon CloudWatch metrics for ConnectionBpsIngress and ConnectionPpsEgress to determine which VIF is sending the
highest throughput during the period in which slowness is observed. Create a new 10 Gbps dedicated connection. Shift traffic from the
Correct Answer: A
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 3/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
Question #6 Topic 1
A software-as-a-service (SaaS) provider hosts its solution on Amazon EC2 instances within a VPC in the AWS Cloud. All of the provider's
A recent design meeting revealed that the customers have IP address overlap with the provider's AWS deployment. The customers have stated
that they will not share their internal IP addresses and that they do not want to connect to the provider's SaaS service over the internet.
Which combination of steps is part of a solution that meets these requirements? (Choose two.)
B. Configure an endpoint service, and grant the customers permission to create a connection to the endpoint service.
D. Configure a VPC peering connection to the customer VPCs. Route traffic through NAT gateways.
E. Deploy an AWS Transit Gateway, and connect the SaaS VPC to it. Share the transit gateway with the customers. Configure routing on the
transit gateway.
Correct Answer: CD
Question #7 Topic 1
A network engineer is designing the architecture for a healthcare company's workload that is moving to the AWS Cloud. All data to and from the
on-premises environment must be encrypted in transit. All traffic also must be inspected in the cloud before the traffic is allowed to leave the
The company will expose components of the workload to the internet so that patients can reserve appointments. The architecture must secure
these components and protect them against DDoS attacks. The architecture also must provide protection against financial liability for services
Which combination of steps should the network engineer take to meet all these requirements for the workload? (Choose three.)
A. Use Traffic Mirroring to copy all traffic to a fleet of traffic capture appliances.
C. Configure an AWS Lambda function to create Deny rules in security groups to block malicious IP addresses.
D. Use AWS Direct Connect with MACsec support for connectivity to the cloud.
E. Use Gateway Load Balancers to insert third-party firewalls for inline traffic inspection.
F. Configure AWS Shield Advanced and ensure that it is configured on all public assets.
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 4/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
Question #8 Topic 1
A retail company is running its service on AWS. The company’s architecture includes Application Load Balancers (ALBs) in public subnets. The
ALB target groups are configured to send traffic to backend Amazon EC2 instances in private subnets. These backend EC2 instances can call
The company has noticed in its billing that NAT gateway usage has increased significantly. A network engineer needs to find out the source of this
increased usage.
Which options can the network engineer use to investigate the traffic through the NAT gateway? (Choose two.)
A. Enable VPC flow logs on the NAT gateway's elastic network interface. Publish the logs to a log group in Amazon CloudWatch Logs. Use
B. Enable NAT gateway access logs. Publish the logs to a log group in Amazon CloudWatch Logs. Use CloudWatch Logs Insights to query and
C. Configure Traffic Mirroring on the NAT gateway's elastic network interface. Send the traffic to an additional EC2 instance. Use tools such as
D. Enable VPC flow logs on the NAT gateway's elastic network interface. Publish the logs to an Amazon S3 bucket. Create a custom table for
the S3 bucket in Amazon Athena to describe the log structure. Use Athena to query and analyze the logs.
E. Enable NAT gateway access logs. Publish the logs to an Amazon S3 bucket. Create a custom table for the S3 bucket in Amazon Athena to
describe the log structure. Use Athena to query and analyze the logs.
Correct Answer: CD
Question #9 Topic 1
A banking company is successfully operating its public mobile banking stack on AWS. The mobile banking stack is deployed in a VPC that
includes private subnets and public subnets. The company is using IPv4 networking and has not deployed or supported IPv6 in the environment.
The company has decided to adopt a third-party service provider's API and must integrate the API with the existing environment. The service
A network engineer must turn on IPv6 connectivity for the existing workload that is deployed in a private subnet. The company does not want to
permit IPv6 traffic from the public internet and mandates that the company's servers must initiate all IPv6 connectivity. The network engineer
A. Create an internet gateway and a NAT gateway in the VPC. Add a route to the existing subnet route tables to point IPv6 traffic to the NAT
gateway.
B. Create an internet gateway and a NAT instance in the VPC. Add a route to the existing subnet route tables to point IPv6 traffic to the NAT
instance.
C. Create an egress-only Internet gateway in the VPAdd a route to the existing subnet route tables to point IPv6 traffic to the egress-only
internet gateway.
D. Create an egress-only internet gateway in the VPC. Configure a security group that denies all inbound traffic. Associate the security group
Correct Answer: B
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 5/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company has deployed an AWS Network Firewall firewall into a VPC. A network engineer needs to implement a solution to deliver Network
Firewall flow logs to the company’s Amazon OpenSearch Service (Amazon Elasticsearch Service) cluster in the shortest possible time.
A. Create an Amazon S3 bucket. Create an AWS Lambda function to load logs into the Amazon OpenSearch Service (Amazon Elasticsearch
Service) cluster. Enable Amazon Simple Notification Service (Amazon SNS) notifications on the S3 bucket to invoke the Lambda function.
Configure flow logs for the firewall. Set the S3 bucket as the destination.
B. Create an Amazon Kinesis Data Firehose delivery stream that includes the Amazon OpenSearch Service (Amazon Elasticsearch Service)
cluster as the destination. Configure flow logs for the firewall Set the Kinesis Data Firehose delivery stream as the destination for the Network
C. Configure flow logs for the firewall. Set the Amazon OpenSearch Service (Amazon Elasticsearch Service) cluster as the destination for the
D. Create an Amazon Kinesis data stream that includes the Amazon OpenSearch Service (Amazon Elasticsearch Service) cluster as the
destination. Configure flow logs for the firewall. Set the Kinesis data stream as the destination for the Network Firewall flow logs.
Correct Answer: B
A company is using custom DNS servers that run BIND for name resolution in its VPCs. The VPCs are deployed across multiple AWS accounts that
are part of the same organization in AWS Organizations. All the VPCs are connected to a transit gateway. The BIND servers are running in a central
VPC and are configured to forward all queries for an on-premises DNS domain to DNS servers that are hosted in an on-premises data center. To
ensure that all the VPCs use the custom DNS servers, a network engineer has configured a VPC DHCP options set in all the VPCs that specifies
Multiple development teams in the company want to use Amazon Elastic File System (Amazon EFS). A development team has created a new EFS
file system but cannot mount the file system to one of its Amazon EC2 instances. The network engineer discovers that the EC2 instance cannot
resolve the IP address for the EFS mount point fs-33444567d.efs.us-east-1.amazonaws.com. The network engineer needs to implement a solution
so that development teams throughout the organization can mount EFS file systems.
A. Configure the BIND DNS servers in the central VPC to forward queries for efs.us-east-1.amazonaws.com to the Amazon provided DNS
server (169.254.169.253).
B. Create an Amazon Route 53 Resolver outbound endpoint in the central VPC. Update all the VPC DHCP options sets to use
C. Create an Amazon Route 53 Resolver inbound endpoint in the central VPUpdate all the VPC DHCP options sets to use the Route 53 Resolver
D. Create an Amazon Route 53 Resolver rule to forward queries for the on-premises domain to the on-premises DNS servers. Share the rule
with the organization by using AWS Resource Access Manager (AWS RAM). Associate the rule with all the VPCs.
E. Create an Amazon Route 53 private hosted zone for the efs.us-east-1.amazonaws.com domain. Associate the private hosted zone with the
VPC where the EC2 instance is deployed. Create an A record for fs-33444567d.efs.us-east-1.amazonaws.com in the private hosted zone.
Configure the A record to return the mount target of the EFS mount point.
Correct Answer: AB
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 6/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
An ecommerce company is hosting a web application on Amazon EC2 instances to handle continuously changing customer demand. The EC2
instances are part of an Auto Scaling group. The company wants to implement a solution to distribute traffic from customers to the EC2
instances. The company must encrypt all traffic at all stages between the customers and the application servers. No decryption at intermediate
points is allowed.
A. Create an Application Load Balancer (ALB). Add an HTTPS listener to the ALB. Configure the Auto Scaling group to register instances with
B. Create an Amazon CloudFront distribution. Configure the distribution with a custom SSL/TLS certificate. Set the Auto Scaling group as the
distribution's origin.
C. Create a Network Load Balancer (NLB). Add a TCP listener to the NLB. Configure the Auto Scaling group to register instances with the
D. Create a Gateway Load Balancer (GLB). Configure the Auto Scaling group to register instances with the GLB's target group.
Correct Answer: A
A company has two on-premises data center locations. There is a company-managed router at each data center. Each data center has a dedicated
AWS Direct Connect connection to a Direct Connect gateway through a private virtual interface. The router for the first location is advertising 110
routes to the Direct Connect gateway by using BGP, and the router for the second location is advertising 60 routes to the Direct Connect gateway
by using BGP. The Direct Connect gateway is attached to a company VPC through a virtual private gateway.
A network engineer receives reports that resources in the VPC are not reachable from various locations in either data center. The network
engineer checks the VPC route table and sees that the routes from the first data center location are not being populated into the route table. The
network engineer must resolve this issue in the most operationally efficient manner.
A. Remove the Direct Connect gateway, and create a new private virtual interface from each company router to the virtual private gateway of
the VPC.
C. Open a support ticket to increase the quota on advertised routes to the VPC route table.
D. Create an AWS Transit Gateway. Attach the transit gateway to the VPC, and connect the Direct Connect gateway to the transit gateway.
Correct Answer: D
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 7/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company has expanded its network to the AWS Cloud by using a hybrid architecture with multiple AWS accounts. The company has set up a
shared AWS account for the connection to its on-premises data centers and the company offices. The workloads consist of private web-based
services for internal use. These services run in different AWS accounts. Office-based employees consume these services by using a DNS name in
The process to register a new service that runs on AWS requires a manual and complicated change request to the internal DNS. The process
The company wants to update the DNS registration process by giving the service creators access that will allow them to register their DNS
records. A network engineer must design a solution that will achieve this goal. The solution must maximize cost-effectiveness and must require
Which combination of steps should the network engineer take to meet these requirements? (Choose three.)
A. Create a record for each service in its local private hosted zone (serviceA.account1.aws.example.internal). Provide this DNS record to the
B. Create an Amazon Route 53 Resolver inbound endpoint in the shared account VPC. Create a conditional forwarder for a domain named
aws.example.internal on the on-premises DNS servers. Set the forwarding IP addresses to the inbound endpoint's IP addresses that were
created.
C. Create an Amazon Route 53 Resolver rule to forward any queries made to onprem.example.internal to the on-premises DNS servers.
D. Create an Amazon Route 53 private hosted zone named aws.example.internal in the shared AWS account to resolve queries for this
domain.
E. Launch two Amazon EC2 instances in the shared AWS account. Install BIND on each instance. Create a DNS conditional forwarder on each
BIND server to forward queries for each subdomain under aws.example.internal to the appropriate private hosted zone in each AWS account.
Create a conditional forwarder for a domain named aws.example.internal on the on-premises DNS servers. Set the forwarding IP addresses to
F. Create a private hosted zone in the shared AWS account for each account that runs the service. Configure the private hosted zone to
contain aws.example.internal in the domain (account1.aws.example.internal). Associate the private hosted zone with the VPC that runs the
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 8/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company has multiple AWS accounts. Each account contains one or more VPCs. A new security guideline requires the inspection of all traffic
between VPCs.
The company has deployed a transit gateway that provides connectivity between all VPCs. The company also has deployed a shared services VPC
with Amazon EC2 instances that include IDS services for stateful inspection. The EC2 instances are deployed across three Availability Zones. The
company has set up VPC associations and routing on the transit gateway. The company has migrated a few test VPCs to the new solution for
traffic inspection.
Soon after the configuration of routing, the company receives reports of intermittent connections for traffic that crosses Availability Zones.
A. Modify the transit gateway VPC attachment on the shared services VPC by enabling cross-Availability Zone load balancing.
B. Modify the transit gateway VPC attachment on the shared services VPC by enabling appliance mode support.
C. Modify the transit gateway by selecting VPN equal-cost multi-path (ECMP) routing support.
Correct Answer: B
A company is using a NAT gateway to allow internet connectivity for private subnets in a VPC in the us-west-2 Region. After a security audit, the
In the private subnets, the company has resources that use the unified Amazon CloudWatch agent. A network engineer must create a solution to
ensure that the unified CloudWatch agent continues to work after the removal of the NAT gateway.
Which combination of steps should the network engineer take to meet these requirements? (Choose three.)
A. Validate that private DNS is enabled on the VPC by setting the enableDnsHostnames VPC attribute and the enableDnsSupport VPC attribute
to true.
B. Create a new security group with an entry to allow outbound traffic that uses the TCP protocol on port 443 to destination 0.0.0.0/0
C. Create a new security group with entries to allow inbound traffic that uses the TCP protocol on port 443 from the IP prefixes of the private
subnets.
D. Create the following interface VPC endpoints in the VPC: com.amazonaws.us-west-2.logs and com.amazonaws.us-west-2.monitoring.
Associate the new security group with the endpoint network interfaces.
E. Create the following interface VPC endpoint in the VPC: com.amazonaws.us-west-2.cloudwatch. Associate the new security group with the
F. Associate the VPC endpoint or endpoints with route tables that the private subnets use.
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 9/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
An international company provides early warning about tsunamis. The company plans to use IoT devices to monitor sea waves around the world.
The data that is collected by the IoT devices must reach the company’s infrastructure on AWS as quickly as possible. The company is using three
operation centers around the world. Each operation center is connected to AWS through Its own AWS Direct Connect connection. Each operation
center is connected to the internet through at least two upstream internet service providers.
The company has its own provider-independent (PI) address space. The IoT devices use TCP protocols for reliable transmission of the data they
collect. The IoT devices have both landline and mobile internet connectivity. The infrastructure and the solution will be deployed in multiple AWS
Regions. The company will use Amazon Route 53 for DNS services.
A network engineer needs to design connectivity between the IoT devices and the services that run in the AWS Cloud.
Which solution will meet these requirements with the HIGHEST availability?
A. Set up an Amazon CloudFront distribution with origin failover. Create an origin group for each Region where the solution is deployed.
B. Set up Route 53 latency-based routing. Add latency alias records. For the latency alias records, set the value of Evaluate Target Health to
Yes.
C. Set up an accelerator in AWS Global Accelerator. Configure Regional endpoint groups and health checks.
D. Set up Bring Your Own IP (BYOIP) addresses. Use the same PI addresses for each Region where the solution is deployed.
Correct Answer: C
A company is planning a migration of its critical workloads from an on-premises data center to Amazon EC2 instances. The plan includes a new
10 Gbps AWS Direct Connect dedicated connection from the on-premises data center to a VPC that is attached to a transit gateway. The migration
must occur over encrypted paths between the on-premises data center and the AWS Cloud.
Which solution will meet these requirements while providing the HIGHEST throughput?
A. Configure a public VIF on the Direct Connect connection. Configure an AWS Site-to-Site VPN connection to the transit gateway as a VPN
attachment.
B. Configure a transit VIF on the Direct Connect connection. Configure an IPsec VPN connection to an EC2 instance that is running third-party
VPN software.
C. Configure MACsec for the Direct Connect connection. Configure a transit VIF to a Direct Connect gateway that is associated with the transit
gateway.
D. Configure a public VIF on the Direct Connect connection. Configure two AWS Site-to-Site VPN connections to the transit gateway. Enable
Correct Answer: D
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 10/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A network engineer must develop an AWS CloudFormation template that can create a virtual private gateway, a customer gateway, a VPN
connection, and static routes in a route table. During testing of the template, the network engineer notes that the CloudFormation template has
B. Add the DependsOn attribute to the resource declaration for the virtual private gateway. Specify the route table entry resource.
C. Add a wait condition in the template to wait for the creation of the virtual private gateway.
D. Add the DependsOn attribute to the resource declaration for the route table entry. Specify the virtual private gateway resource.
Correct Answer: D
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 11/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company operates its IT services through a multi-site hybrid infrastructure. The company deploys resources on AWS in the us-east-1 Region and
in the eu-west-2 Region. The company also deploys resources in its own data centers that are located in the United States (US) and in the United
Kingdom (UK). In both AWS Regions, the company uses a transit gateway to connect 15 VPCs to each other. The company has created a transit
gateway peering connection between the two transit gateways. The VPC CIDR blocks do not overlap with each other or with IP addresses used
within the data centers. The VPC CIDR prefixes can also be aggregated either on a Regional level or for the company's entire AWS environment.
The data centers are connected to each other by a private WAN connection. IP routing information is exchanged dynamically through Interior BGP
(iBGP) sessions. The data centers maintain connectivity to AWS through one AWS Direct Connect connection in the US and one Direct Connect
connection in the UK. Each Direct Connect connection is terminated on a Direct Connect gateway and is associated with a local transit gateway
Traffic follows the shortest geographical path from source to destination. For example, packets from the UK data center that are targeted to
resources in eu-west-2 travel across the local Direct Connect connection. In cases of cross-Region data transfers, such as from the UK data center
to VPCs in us-east-1, the private WAN connection must be used to minimize costs on AWS. A network engineer has configured each transit
gateway association on the Direct Connect gateway to advertise VPC-specific CIDR IP prefixes only from the local Region. The routes toward the
other Region must be learned through BGP from the routers in the other data center in the original, non-aggregated form.
The company recently experienced a problem with cross-Region data transfers because of issues with its private WAN connection. The network
engineer needs to modify the routing setup to prevent similar interruptions in the future. The solution cannot modify the original traffic routing
A. Remove all the VPC CIDR prefixes from the list of subnets advertised through the local Direct Connect connection. Add the company's
entire AWS environment aggregate route to the list of subnets advertised through the local Direct Connect connection.
B. Add the CIDR prefixes from the other Region VPCs and the local VPC CIDR blocks to the list of subnets advertised through the local Direct
Connect connection. Configure data center routers to make routing decisions based on the BGP communities received.
C. Add the aggregate IP prefix for the other Region and the local VPC CIDR blocks to the list of subnets advertised through the local Direct
Connect connection.
D. Add the aggregate IP prefix for the company's entire AWS environment and the local VPC CIDR blocks to the list of subnets advertised
E. Remove all the VPC CIDR prefixes from the list of subnets advertised through the local Direct Connect connection. Add both Regional
aggregate IP prefixes to the list of subnets advertised through the Direct Connect connection on both sides of the network. Configure data
center routers to make routing decisions based on the BGP communities received.
Correct Answer: BC
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 12/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company’s network engineer needs to design a new solution to help troubleshoot and detect network anomalies. The network engineer has
configured Traffic Mirroring. However, the mirrored traffic is overwhelming the Amazon EC2 instance that is the traffic mirror target. The EC2
instance hosts tools that the company’s security team uses to analyze the traffic. The network engineer needs to design a highly available solution
A. Deploy a Network Load Balancer (NLB) as the traffic mirror target. Behind the NLB. deploy a fleet of EC2 instances in an Auto Scaling
B. Deploy an Application Load Balancer (ALB) as the traffic mirror target. Behind the ALB, deploy a fleet of EC2 instances in an Auto Scaling
C. Deploy a Gateway Load Balancer (GLB) as the traffic mirror target. Behind the GLB. deploy a fleet of EC2 instances in an Auto Scaling
D. Deploy an Application Load Balancer (ALB) with an HTTPS listener as the traffic mirror target. Behind the ALB. deploy a fleet of EC2
instances in an Auto Scaling group. Use Traffic Mirroring only during active events or business hours.
Correct Answer: A
A company uses a hybrid architecture and has an AWS Direct Connect connection between its on-premises data center and AWS. The company
has production applications that run in the on-premises data center. The company also has production applications that run in a VPC. The
applications that run in the on-premises data center need to communicate with the applications that run in the VPC. The company is using
corp.example.com as the domain name for the on-premises resources and is using an Amazon Route 53 private hosted zone for
The company is using an open-source recursive DNS resolver in a VPC subnet and is using a DNS resolver in the on-premises data center. The
company's on-premises DNS resolver has a forwarder that directs requests for the aws.example.com domain name to the DNS resolver in the
VPC. The DNS resolver in the VPC has a forwarder that directs requests for the corp.example.com domain name to the DNS resolver in the on-
premises data center. The company has deckled to replace the open-source recursive DNS resolver with Amazon Route 53 Resolver endpoints.
Which combination of steps should a network engineer take to make this replacement? (Choose three.)
A. Create a Route 53 Resolver rule to forward aws.example.com domain queries to the IP addresses of the outbound endpoint.
B. Configure the on-premises DNS resolver to forward aws.example.com domain queries to the IP addresses of the inbound endpoint.
C. Create a Route 53 Resolver inbound endpoint and a Route 53 Resolver outbound endpoint.
D. Create a Route 53 Resolver rule to forward aws.example.com domain queries to the IP addresses of the inbound endpoint.
E. Create a Route 53 Resolver rule to forward corp.example.com domain queries to the IP address of the on-premises DNS resolver.
F. Configure the on-premises DNS resolver to forward aws.example.com queries to the IP addresses of the outbound endpoint.
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 13/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A government contractor is designing a multi-account environment with multiple VPCs for a customer. A network security policy requires all traffic
The customer wants a solution that features AWS Transit Gateway. The setup must be highly available across multiple Availability Zones, and the
solution needs to support automated failover. Furthermore, asymmetric routing is not supported by the inspection appliances.
Which combination of steps is part of a solution that meets these requirements? (Choose two.)
A. Deploy two clusters that consist of multiple appliances across multiple Availability Zones in a designated inspection VPC. Connect the
inspection VPC to the transit gateway by using a VPC attachment. Create a target group, and register the appliances with the target group.
Create a Network Load Balancer (NLB), and set it up to forward to the newly created target group. Configure a default route in the inspection
B. Deploy two clusters that consist of multiple appliances across multiple Availability Zones in a designated inspection VPC. Connect the
inspection VPC to the transit gateway by using a VPC attachment. Create a target group, and register the appliances with the target group.
Create a Gateway Load Balancer, and set it up to forward to the newly created target group. Configure a default route in the inspection VPC’s
C. Configure two route tables on the transit gateway. Associate one route table with all the attachments of the application VPCs. Associate
the other route table with the inspection VPC’s attachment. Propagate all VPC attachments into the inspection route table. Define a static
default route in the application route table. Enable appliance mode on the attachment that connects the inspection VPC.
D. Configure two route tables on the transit gateway. Associate one route table with all the attachments of the application VPCs. Associate
the other route table with the inspection VPCs attachment. Propagate all VPC attachments into the application route table. Define a static
default route in the inspection route table. Enable appliance mode on the attachment that connects the inspection VPC.
E. Configure one route table on the transit gateway. Associate the route table with all the VPCs. Propagate all VPC attachments into the route
Correct Answer: BD
A company has deployed Amazon EC2 instances in private subnets in a VPC. The EC2 instances must initiate any requests that leave the VPC,
including requests to the company's on-premises data center over an AWS Direct Connect connection. No resources outside the VPC can be
The on-premises data center's customer gateway is configured with a stateful firewall device that filters for incoming and outgoing requests to
and from multiple VPCs. In addition, the company wants to use a single IP match rule to allow all the communications from the EC2 instances to
Which solution will meet these requirements with the LEAST amount of operational overhead?
A. Create a VPN connection over the Direct Connect connection by using the on-premises firewall. Use the firewall to block all traffic from on
premises to AWS. Allow a stateful connection from the EC2 instances to initiate the requests.
B. Configure the on-premises firewall to filter all requests from the on-premises network to the EC2 instances. Allow a stateful connection if
C. Deploy a NAT gateway into a private subnet in the VPC where the EC2 instances are deployed. Specify the NAT gateway type as private.
Configure the on-premises firewall to allow connections from the IP address that is assigned to the NAT gateway.
D. Deploy a NAT instance into a private subnet in the VPC where the EC2 instances are deployed. Configure the on-premises firewall to allow
Correct Answer: C
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 14/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A global company operates all its non-production environments out of three AWS Regions: eu-west-1, us-east-1, and us-west-1. The company
hosts all its production workloads in two on-premises data centers. The company has 60 AWS accounts and each account has two VPCs in each
Region. Each VPC has a virtual private gateway where two VPN connections terminate for resilient connectivity to the data centers. The company
has 360 VPN tunnels to each data center, resulting in high management overhead. The total VPN throughput for each Region is 500 Mbps.
The company wants to migrate the production environments to AWS. The company needs a solution that will simplify the network architecture and
allow for future growth. The production environments will generate an additional 2 Gbps of traffic per Region back to the data centers. This traffic
A. Set up an AWS Direct Connect connection from each data center to AWS in each Region. Create and attach private VIFs to a single Direct
Connect gateway. Attach the Direct Connect gateway to all the VPCs. Remove the existing VPN connections that are attached directly to the
B. Create a single transit gateway with VPN connections from each data center. Share the transit gateway with each account by using AWS
Resource Access Manager (AWS RAM). Attach the transit gateway to each VPC. Remove the existing VPN connections that are attached
C. Create a transit gateway in each Region with multiple newly commissioned VPN connections from each data center. Share the transit
gateways with each account by using AWS Resource Access Manager (AWS RAM). In each Region, attach the transit gateway to each
VPRemove the existing VPN connections that are attached directly to the virtual private gateways.
D. Peer all the VPCs in each Region to a new VPC in each Region that will function as a centralized transit VPC. Create new VPN connections
from each data center to the transit VPCs. Terminate the original VPN connections that are attached to all the original VPCs. Retain the new
Correct Answer: A
A company is building its website on AWS in a single VPC. The VPC has public subnets and private subnets in two Availability Zones. The website
has static content such as images. The company is using Amazon S3 to store the content.
The company has deployed a fleet of Amazon EC2 instances as web servers in a private subnet. The EC2 instances are in an Auto Scaling group
behind an Application Load Balancer. The EC2 instances will serve traffic, and they must pull content from an S3 bucket to render the webpages.
The company is using AWS Direct Connect with a public VIF for on-premises connectivity to the S3 bucket.
A network engineer notices that traffic between the EC2 instances and Amazon S3 is routing through a NAT gateway. As traffic increases, the
company's costs are increasing. The network engineer needs to change the connectivity to reduce the NAT gateway costs that result from the
A. Create a Direct Connect private VIF. Migrate the traffic from the public VIF to the private VIF.
B. Create an AWS Site-to-Site VPN tunnel over the existing public VIF.
C. Implement interface VPC endpoints for Amazon S3. Update the VPC route table.
D. Implement gateway VPC endpoints for Amazon S3. Update the VPC route table.
Correct Answer: D
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 15/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company wants to improve visibility into its AWS environment. The AWS environment consists of multiple VPCs that are connected to a transit
gateway. The transit gateway connects to an on-premises data center through an AWS Direct Connect gateway and a pair of redundant Direct
Connect connections that use transit VIFs. The company must receive notification each time a new route is advertised to AWS from on premises
A. Enable Amazon CloudWatch metrics on Direct Connect to track the received routes. Configure a CloudWatch alarm to send notifications
B. Onboard Transit Gateway Network Manager to Amazon CloudWatch Logs Insights. Use Amazon EventBridge (Amazon CloudWatch Events)
C. Configure an AWS Lambda function to periodically check the routes on the Direct Connect gateway and to send notifications when routes
change.
D. Enable Amazon CloudWatch Logs on the transit VIFs to track the received routes. Create a metric filter Set an alarm on the filter to send
Correct Answer: D
A software company offers a software-as-a-service (SaaS) accounting application that is hosted in the AWS Cloud The application requires
connectivity to the company's on-premises network. The company has two redundant 10 GB AWS Direct Connect connections between AWS and
its on-premises network to accommodate the growing demand for the application.
The company already has encryption between its on-premises network and the colocation. The company needs to encrypt traffic between AWS
and the edge routers in the colocation within the next few months. The company must maintain its current bandwidth.
What should a network engineer do to meet these requirements with the LEAST operational overhead?
A. Deploy a new public VIF with encryption on the existing Direct Connect connections. Reroute traffic through the new public VIF.
B. Create a virtual private gateway Deploy new AWS Site-to-Site VPN connections from on premises to the virtual private gateway Reroute
traffic from the Direct Connect private VIF to the new VPNs.
C. Deploy a new pair of 10 GB Direct Connect connections with MACsec. Configure MACsec on the edge routers. Reroute traffic to the new
D. Deploy a new pair of 10 GB Direct Connect connections with MACsec. Deploy a new public VIF on the new Direct Connect connections.
Deploy two AWS Site-to-Site VPN connections on top of the new public VIF. Reroute traffic from the existing private VIF to the new Site-to-Site
Correct Answer: C
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 16/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company hosts an application on Amazon EC2 instances behind an Application Load Balancer (ALB). The company recently experienced a
network security breach. A network engineer must collect and analyze logs that include the client IP address, target IP address, target port, and
What is the MOST operationally efficient solution that meets these requirements?
A. Configure the ALB to store logs in an Amazon S3 bucket. Download the files from Amazon S3, and use a spreadsheet application to analyze
the logs.
B. Configure the ALB to push logs to Amazon Kinesis Data Streams. Use Amazon Kinesis Data Analytics to analyze the logs.
C. Configure Amazon Kinesis Data Streams to stream data from the ALB to Amazon OpenSearch Service (Amazon Elasticsearch Service). Use
search operations in Amazon OpenSearch Service (Amazon Elasticsearch Service) to analyze the data.
D. Configure the ALB to store logs in an Amazon S3 bucket. Use Amazon Athena to analyze the logs in Amazon S3.
Correct Answer: D
A media company is implementing a news website for a global audience. The website uses Amazon CloudFront as its content delivery network.
The backend runs on Amazon EC2 Windows instances behind an Application Load Balancer (ALB). The instances are part of an Auto Scaling
group. The company's customers access the website by using service example com as the CloudFront custom domain name. The CloudFront
The company’s security policy requires the traffic to be encrypted in transit at all times between the users and the backend.
Which combination of changes must the company make to meet this security requirement? (Choose three.)
A. Create a self-signed certificate for service.example.com. Import the certificate into AWS Certificate Manager (ACM). Configure CloudFront
to use this imported SSL/TLS certificate. Change the default behavior to redirect HTTP to HTTPS.
B. Create a certificate for service.example.com by using AWS Certificate Manager (ACM). Configure CloudFront to use this custom SSL/TLS
C. Create a certificate with any domain name by using AWS Certificate Manager (ACM) for the EC2 instances. Configure the backend to use
this certificate for its HTTPS listener. Specify the instance target type during the creation of a new target group that uses the HTTPS protocol
for its targets. Attach the existing Auto Scaling group to this new target group.
D. Create a public certificate from a third-party certificate provider with any domain name for the EC2 instances. Configure the backend to use
this certificate for its HTTPS listener. Specify the instance target type during the creation of a new target group that uses the HTTPS protocol
for its targets. Attach the existing Auto Scaling group to this new target group.
E. Create a certificate for service-alb.example.com by using AWS Certificate Manager (ACM). On the ALB add a new HTTPS listener that uses
the new target group and the service-alb.example.com ACM certificate. Modify the CloudFront origin to use the HTTPS protocol only. Delete
F. Create a self-signed certificate for service-alb.example.com. Import the certificate into AWS Certificate Manager (ACM). On the ALB add a
new HTTPS listener that uses the new target group and the imported service-alb.example.com ACM certificate. Modify the CloudFront origin
to use the HTTPS protocol only. Delete the HTTP listener on the ALB.
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 17/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company is hosting an application on Amazon EC2 instances behind a Network Load Balancer (NLB). A solutions architect added EC2 instances
in a second Availability Zone to improve the availability of the application. The solutions architect added the instances to the NLB target group.
The company's operations team notices that traffic is being routed only to the instances in the first Availability Zone.
B. Create a new NLB for the instances in the second Availability Zone
D. Create a new target group with the instances in both Availability Zones
Correct Answer: A
A network engineer needs to set up an Amazon EC2 Auto Scaling group to run a Linux-based network appliance in a highly available architecture.
The network engineer is configuring the new launch template for the Auto Scaling group.
In addition to the primary network interface the network appliance requires a second network interface that will be used exclusively by the
application to exchange traffic with hosts over the internet. The company has set up a Bring Your Own IP (BYOIP) pool that includes an Elastic IP
address that should be used as the public IP address for the second network interface.
A. Configure the two network interfaces in the launch template. Define the primary network interface to be created in one of the private
subnets. For the second network interface, select one of the public subnets. Choose the BYOIP pool ID as the source of public IP addresses.
B. Configure the primary network interface in a private subnet in the launch template. Use the user data option to run a cloud-init script after
boot to attach the second network interface from a subnet with auto-assign public IP addressing enabled.
C. Create an AWS Lambda function to run as a lifecycle hook of the Auto Scaling group when an instance is launching. In the Lambda function,
D. During creation of the Auto Scaling group, select subnets for the primary network interface. Use the user data option to run a cloud-init
script to allocate a second network interface and to associate an Elastic IP address from the BYOIP pool.
Correct Answer: D
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 18/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company delivers applications over the internet. An Amazon Route 53 public hosted zone is the authoritative DNS service for the company and
its internet applications, all of which are offered from the same domain name.
A network engineer is working on a new version of one of the applications. All the application's components are hosted in the AWS Cloud. The
application has a three-tier design. The front end is delivered through Amazon EC2 instances that are deployed in public subnets with Elastic IP
addresses assigned. The backend components are deployed in private subnets from RFC1918.
Components of the application need to be able to access other components of the application within the application's VPC by using the same host
names as the host names that are used over the public internet. The network engineer also needs to accommodate future DNS changes, such as
B. Create a Route 53 private hosted zone for the same domain name Associate the application’s VPC with the new private hosted zone.
D. Create entries in the private hosted zone for each name in the public hosted zone by using the corresponding private IP addresses.
E. Create an Amazon EventBridge (Amazon CloudWatch Events) rule that runs when AWS CloudTrail logs a Route 53 API call to the public
hosted zone. Create an AWS Lambda function as the target of the rule. Configure the function to use the event information to update the
F. Add the private IP addresses in the existing Route 53 public hosted zone.
A company is deploying an application. The application is implemented in a series of containers in an Amazon Elastic Container Service (Amazon
ECS) cluster. The company will use the Fargate launch type for its tasks. The containers will run workloads that require connectivity initiated over
an SSL connection. Traffic must be able to flow to the application from other AWS accounts over private connectivity. The application must scale
A. Choose a Gateway Load Balancer (GLB) as the type of load balancer for the ECS service. Create a lifecycle hook to add new tasks to the
target group from Amazon ECS as required to handle scaling. Specify the GLB in the service definition. Create a VPC peer for external AWS
accounts. Update the route tables so that the AWS accounts can reach the GLB.
B. Choose an Application Load Balancer (ALB) as the type of load balancer for the ECS service. Create path-based routing rules to allow the
application to target the containers that are registered in the target group. Specify the ALB in the service definition. Create a VPC endpoint
service for the ALB Share the VPC endpoint service with other AWS accounts.
C. Choose an Application Load Balancer (ALB) as the type of load balancer for the ECS service. Create path-based routing rules to allow the
application to target the containers that are registered in the target group. Specify the ALB in the service definition. Create a VPC peer for the
external AWS accounts. Update the route tables so that the AWS accounts can reach the ALB.
D. Choose a Network Load Balancer (NLB) as the type of load balancer for the ECS service. Specify the NLB in the service definition. Create a
VPC endpoint service for the NLB. Share the VPC endpoint service with other AWS accounts.
Correct Answer: D
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 19/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company's development team has created a new product recommendation web service. The web service is hosted in a VPC with a CIDR block of
192.168.224.0/19. The company has deployed the web service on Amazon EC2 instances and has configured an Auto Scaling group as the target
The company wants to perform testing to determine whether users who receive product recommendations spend more money than users who do
not receive product recommendations. The company has a big sales event in 5 days and needs to integrate its existing production environment
with the recommendation engine by then. The existing production environment is hosted in a VPC with a CIDR block of 192.168.128 0/17.
A network engineer must integrate the systems by designing a solution that results in the least possible disruption to the existing environments.
A. Create a VPC peering connection between the web service VPC and the existing production VPC. Add a routing rule to the appropriate route
table to allow data to flow to 192.168.224.0/19 from the existing production environment and to flow to 192.168.128.0/17 from the web
service environment. Configure the relevant security groups and ACLs to allow the systems to communicate.
B. Ask the development team of the web service to redeploy the web service into the production VPC and integrate the systems there.
C. Create a VPC endpoint service. Associate the VPC endpoint service with the NLB for the web service. Create an interface VPC endpoint for
D. Create a transit gateway in the existing production environment. Create attachments to the production VPC and the web service VPC.
Configure appropriate routing rules in the transit gateway and VPC route tables for 192.168.224.0/19 and 192.168.128.0/17. Configure the
Correct Answer: C
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 20/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A network engineer needs to update a company's hybrid network to support IPv6 for the upcoming release of a new application. The application is
hosted in a VPC in the AWS Cloud. The company's current AWS infrastructure includes VPCs that are connected by a transit gateway. The transit
gateway is connected to the on-premises network by AWS Direct Connect and AWS Site-to-Site VPN. The company's on-premises devices have
The company has enabled IPv6 for the existing VPC by assigning a new IPv6 CIDR block to the VPC and by assigning IPv6 to the subnets for dual-
stack support. The company has launched new Amazon EC2 instances for the new application in the updated subnets.
When updating the hybrid network to support IPv6 the network engineer must avoid making any changes to the current infrastructure. The network
engineer also must block direct access to the instances' new IPv6 addresses from the internet. However, the network engineer must allow
What is the MOST operationally efficient solution that meets these requirements?
A. Update the Direct Connect transit VIF and configure BGP peering with the AWS assigned IPv6 peering address. Create a new VPN
connection that supports IPv6 connectivity. Add an egress-only internet gateway. Update any affected VPC security groups and route tables to
provide connectivity within the VPC and between the VPC and the on-premises devices
B. Update the Direct Connect transit VIF and configure BGP peering with the AWS assigned IPv6 peering address. Update the existing VPN
connection to support IPv6 connectivity. Add an egress-only internet gateway. Update any affected VPC security groups and route tables to
provide connectivity within the VPC and between the VPC and the on-premises devices.
C. Create a Direct Connect transit VIF and configure BGP peering with the AWS assigned IPv6 peering address. Create a new VPN connection
that supports IPv6 connectivity. Add an egress-only internet gateway. Update any affected VPC security groups and route tables to provide
connectivity within the VPC and between the VPC and the on-premises devices.
D. Create a Direct Connect transit VIF and configure BGP peering with the AWS assigned IPv6 peering address. Create a new VPN connection
that supports IPv6 connectivity. Add a NAT gateway. Update any affected VPC security groups and route tables to provide connectivity within
the VPC and between the VPC and the on-premises devices.
Correct Answer: B
A network engineer must provide additional safeguards to protect encrypted data at Application Load Balancers (ALBs) through the use of a
A. Change the ALB security policy to a policy that supports TLS 1.2 protocol only
B. Use AWS Key Management Service (AWS KMS) to encrypt session keys
C. Associate an AWS WAF web ACL with the ALBs. and create a security rule to enforce forward secrecy (FS)
D. Change the ALB security policy to a policy that supports forward secrecy (FS)
Correct Answer: D
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 21/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
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
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.
Correct Answer: A
A company is planning to deploy many software-defined WAN (SD-WAN) sites. The company is using AWS Transit Gateway and has deployed a
transit gateway in the required AWS Region. A network engineer needs to deploy the SD-WAN hub virtual appliance into a VPC that is connected to
the transit gateway. The solution must support at least 5 Gbps of throughput from the SD-WAN hub virtual appliance to other VPCs that are
A. Create a new VPC for the SD-WAN hub virtual appliance. Create two IPsec VPN connections between the SD-WAN hub virtual appliance and
the transit gateway. Configure BGP over the IPsec VPN connections
B. Assign a new CIDR block to the transit gateway. Create a new VPC for the SD-WAN hub virtual appliance. Attach the new VPC to the transit
gateway with a VPC attachment. Add a transit gateway Connect attachment. Create a Connect peer and specify the GRE and BGP parameters.
Create a route in the appropriate VPC for the SD-WAN hub virtual appliance to route to the transit gateway.
C. Create a new VPC for the SD-WAN hub virtual appliance. Attach the new VPC to the transit gateway with a VPC attachment. Create two
IPsec VPN connections between the SD-WAN hub virtual appliance and the transit gateway. Configure BGP over the IPsec VPN connections.
D. Assign a new CIDR block to the transit gateway. Create a new VPC for the SD-WAN hub virtual appliance. Attach the new VPC to the transit
gateway with a VPC attachment. Add a transit gateway Connect attachment. Create a Connect peer and specify the VXLAN and BGP
parameters. Create a route in the appropriate VPC for the SD-WAN hub virtual appliance to route to the transit gateway.
Correct Answer: D
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 22/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company is deploying a new application on AWS. The application uses dynamic multicasting. The company has five VPCs that are all attached
to a transit gateway Amazon EC2 instances in each VPC need to be able to register dynamically to receive a multicast transmission.
How should a network engineer configure the AWS resources to meet these requirements?
A. Create a static source multicast domain within the transit gateway. Associate the VPCs and applicable subnets with the multicast domain.
Register the multicast senders' network interface with the multicast domain. Adjust the network ACLs to allow UDP traffic from the source to
all receivers and to allow UDP traffic that is sent to the multicast group address.
B. Create a static source multicast domain within the transit gateway. Associate the VPCs and applicable subnets with the multicast domain.
Register the multicast senders' network interface with the multicast domain. Adjust the network ACLs to allow TCP traffic from the source to
all receivers and to allow TCP traffic that is sent to the multicast group address.
C. Create an Internet Group Management Protocol (IGMP) multicast domain within the transit gateway. Associate the VPCs and applicable
subnets with the multicast domain. Register the multicast senders' network interface with the multicast domain. Adjust the network ACLs to
allow UDP traffic from the source to all receivers and to allow UDP traffic that is sent to the multicast group address.
D. Create an Internet Group Management Protocol (IGMP) multicast domain within the transit gateway. Associate the VPCs and applicable
subnets with the multicast domain. Register the multicast senders' network interface with the multicast domain. Adjust the network ACLs to
allow TCP traffic from the source to all receivers and to allow TCP traffic that is sent to the multicast group address.
Correct Answer: C
A company is creating new features for its ecommerce website. These features will use several microservices that are accessed through different
paths. The microservices will run on Amazon Elastic Container Service (Amazon ECS). The company requires the use of HTTPS for all of its public
A network engineer must implement a load balancing strategy that meets these requirements.
Which combination of actions should the network engineer take to accomplish this goal? (Choose two.)
Correct Answer: BE
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 23/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company is migrating its containerized application to AWS. For the architecture the company will have an ingress VPC with a Network Load
Balancer (NLB) to distribute the traffic to front-end pods in an Amazon Elastic Kubernetes Service (Amazon EKS) cluster. The front end of the
application will determine which user is requesting access and will send traffic to 1 of 10 services VPCs. Each services VPC will include an NLB
The company is concerned about overall cost. User traffic will be responsible for more than 10 TB of data transfer from the ingress VPC to
services VPCs every month. A network engineer needs to recommend how to design the communication between the VPCs.
A. Create a transit gateway. Peer each VPC to the transit gateway. Use zonal DNS names for the NLB in the services VPCs to minimize cross-
B. Create an AWS PrivateLink endpoint in every Availability Zone in the ingress VPC. Each PrivateLink endpoint will point to the zonal DNS
C. Create a VPC peering connection between the ingress VPC and each of the 10 services VPCs. Use zonal DNS names for the NLB in the
services VPCs to minimize cross-AZ traffic from the ingress VPC to the services VPCs.
D. Create a transit gateway. Peer each VPC to the transit gateway. Turn off cross-AZ load balancing on the transit gateway. Use Regional DNS
Correct Answer: C
A company has stateful security appliances that are deployed to multiple Availability Zones in a centralized shared services VPC. The AWS
environment includes a transit gateway that is attached to application VPCs and the shared services VPC. The application VPCs have workloads
that are deployed in private subnets across multiple Availability Zones. The stateful appliances in the shared services VPC inspect all east west
(VPC-to-VPC) traffic.
Users report that inter-VPC traffic to different Availability Zones is dropping. A network engineer verified this claim by issuing Internet Control
Message Protocol (ICMP) pings between workloads in different Availability Zones across the application VPCs. The network engineer has ruled
out security groups, stateful device configurations and network ACLs as the cause of the dropped traffic.
A. The stateful appliances and the transit gateway attachments are deployed in a separate subnet in the shared services VPC.
B. Appliance mode is not enabled on the transit gateway attachment to the shared services VPC.
C. The stateful appliances and the transit gateway attachments are deployed in the same subnet in the shared services VPC.
D. Appliance mode is not enabled on the transit gateway attachment to the application VPCs.
Correct Answer: D
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 24/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company has hundreds of Amazon EC2 instances that are running in two production VPCs across all Availability Zones in the us-east-1 Region.
A new security regulation requires all traffic between production VPCs to be inspected before the traffic is routed to its final destination. The
company deploys a new shared VPC that contains a stateful firewall appliance and a transit gateway with a VPC attachment across all VPCs to
route traffic between VPC A and VPC B through the firewall appliance for inspection. During testing, the company notices that the transit gateway
is dropping the traffic whenever the traffic is between two Availability Zones.
What should a network engineer do to fix this issue with the LEAST management overhead?
A. In the shared VPC, replace the VPC attachment with a VPN attachment. Create a VPN tunnel between the transit gateway and the firewall
B. Enable transit gateway appliance mode on the VPC attachment in VPC A and VPC B.
C. Enable transit gateway appliance mode on the VPC attachment in the shared VPC.
D. In the shared VPC, configure one VPC peering connection to VPC A and another VPC peering connection to VPC B.
Correct Answer: B
A company has deployed a critical application on a fleet of Amazon EC2 instances behind an Application Load Balancer. The application must
always be reachable on port 443 from the public internet. The application recently had an outage that resulted from an incorrect change to the
A network engineer needs to automate a way to verify the network connectivity between the public internet and the EC2 instances whenever a
change is made to the security group. The solution also must notify the network engineer when the change affects the connection.
A. Enable VPC Flow Logs on the elastic network interface of each EC2 instance to capture REJECT traffic on port 443. Publish the flow log
records to a log group in Amazon CloudWatch Logs. Create a CloudWatch Logs metric filter for the log group for rejected traffic. Create an
B. Enable VPC Flow Logs on the elastic network interface of each EC2 instance to capture all traffic on port 443. Publish the flow log records
to a log group in Amazon CloudWatch Logs. Create a CloudWatch Logs metric filter for the log group for all traffic. Create an alarm to notify
C. Create a VPC Reachability Analyzer path on port 443. Specify the security group as the source. Specify the EC2 instances as the
destination. Create an Amazon Simple Notification Service (Amazon SNS) topic to notify the network engineer when a change to the security
group affects the connection. Create an AWS Lambda function to start Reachability Analyzer and to publish a message to the SNS topic in
case the analyses fail Create an Amazon EventBridge (Amazon CloudWatch Events) rule to invoke the Lambda function when a change to the
D. Create a VPC Reachability Analyzer path on port 443. Specify the internet gateway of the VPC as the source. Specify the EC2 instances as
the destination. Create an Amazon Simple Notification Service (Amazon SNS) topic to notify the network engineer when a change to the
security group affects the connection. Create an AWS Lambda function to start Reachability Analyzer and to publish a message to the SNS
topic in case the analyses fail. Create an Amazon EventBridge (Amazon CloudWatch Events) rule to invoke the Lambda function when a
Correct Answer: C
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 25/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A security team is performing an audit of a company's AWS deployment. The security team is concerned that two applications might be accessing
resources that should be blocked by network ACLs and security groups. The applications are deployed across two Amazon Elastic Kubernetes
Service (Amazon EKS) clusters that use the Amazon VPC Container Network Interface (CNI) plugin for Kubernetes. The clusters are in separate
subnets within the same VPC and have a Cluster Autoscaler configured.
The security team needs to determine which POD IP addresses are communicating with which services throughout the VPC. The security team
wants to limit the number of flow logs and wants to examine the traffic from only the two applications.
Which solution will meet these requirements with the LEAST operational overhead?
A. Create VPC flow logs in the default format. Create a filter to gather flow logs only from the EKS nodes. Include the srcaddr field and the
B. Create VPC flow logs in a custom format. Set the EKS nodes as the resource Include the pkt-srcaddr field and the pkt-dstaddr field in the
flow logs.
C. Create VPC flow logs in a custom format. Set the application subnets as resources. Include the pkt-srcaddr field and the pkt-dstaddr field in
D. Create VPC flow logs in a custom format. Create a filter to gather flow logs only from the EKS nodes. Include the pkt-srcaddr field and the
Correct Answer: D
A data analytics company has a 100-node high performance computing (HPC) cluster. The HPC cluster is for parallel data processing and is
hosted in a VPC in the AWS Cloud. As part of the data processing workflow, the HPC cluster needs to perform several DNS queries to resolve and
connect to Amazon RDS databases, Amazon S3 buckets, and on-premises data stores that are accessible through AWS Direct Connect. The HPC
cluster can increase in size by five to seven times during the company’s peak event at the end of the year.
The company is using two Amazon EC2 instances as primary DNS servers for the VPC. The EC2 instances are configured to forward queries to the
default VPC resolver for Amazon Route 53 hosted domains and to the on-premises DNS servers for other on-premises hosted domain names. The
company notices job failures and finds that DNS queries from the HPC cluster nodes failed when the nodes tried to resolve RDS and S3 bucket
endpoints.
Which architectural change should a network engineer implement to provide the DNS service in the MOST scalable way?
A. Scale out the DNS service by adding two additional EC2 instances in the VPC. Reconfigure half of the HPC cluster nodes to use these new
DNS servers. Plan to scale out by adding additional EC2 instance-based DNS servers in the future as the HPC cluster size grows.
B. Scale up the existing EC2 instances that the company is using as DNS servers. Change the instance size to the largest possible instance
size to accommodate the current DNS load and the anticipated load in the future.
C. Create Route 53 Resolver outbound endpoints. Create Route 53 Resolver rules to forward queries to on-premises DNS servers for on
premises hosted domain names. Reconfigure the HPC cluster nodes to use the default VPC resolver instead of the EC2 instance-based DNS
D. Create Route 53 Resolver inbound endpoints. Create rules on the on-premises DNS servers to forward queries to the default VPC resolver.
Reconfigure the HPC cluster nodes to forward all DNS queries to the on-premises DNS servers. Terminate the EC2 instances.
Correct Answer: C
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 26/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company's network engineer is designing an active-passive connection to AWS from two on-premises data centers. The company has set up
AWS Direct Connect connections between the on-premises data centers and AWS. From each location, the company is using a transit VIF that
The network engineer must ensure that traffic from AWS to the data centers is routed first to the primary data center. The traffic should be routed
A. Set the BGP community tag for all prefixes from the primary data center to 7224:7100. Set the BGP community tag for all prefixes from the
B. Set the BGP community tag for all prefixes from the primary data center to 7224:7300. Set the BGP community tag for all prefixes from the
C. Set the BGP community tag for all prefixes from the primary data center to 7224:9300. Set the BGP community tag for all prefixes from the
D. Set the BGP community tag for all prefixes from the primary data center to 7224:9100. Set the BGP community tag for all prefixes from the
Correct Answer: B
A real estate company is building an internal application so that real estate agents can upload photos and videos of various properties. The
application will store these photos and videos in an Amazon S3 bucket as objects and will use Amazon DynamoDB to store corresponding
metadata. The S3 bucket will be configured to publish all PUT events for new object uploads to an Amazon Simple Queue Service (Amazon SQS)
queue.
A compute cluster of Amazon EC2 instances will poll the SQS queue to find out about newly uploaded objects. The cluster will retrieve new
objects, perform proprietary image and video recognition and classification update metadata in DynamoDB and replace the objects with new
watermarked objects. The company does not want public IP addresses on the EC2 instances.
Which networking design solution will meet these requirements MOST cost-effectively as application usage increases?
A. Place the EC2 instances in a public subnet. Disable the Auto-assign Public IP option while launching the EC2 instances. Create an internet
gateway. Attach the internet gateway to the VPC. In the public subnet's route table, add a default route that points to the internet gateway.
B. Place the EC2 instances in a private subnet. Create a NAT gateway in a public subnet in the same Availability Zone. Create an internet
gateway. Attach the internet gateway to the VPC. In the public subnet's route table, add a default route that points to the internet gateway
C. Place the EC2 instances in a private subnet. Create an interface VPC endpoint for Amazon SQS. Create gateway VPC endpoints for Amazon
S3 and DynamoDB.
D. Place the EC2 instances in a private subnet. Create a gateway VPC endpoint for Amazon SQS. Create interface VPC endpoints for Amazon
S3 and DynamoDB.
Correct Answer: C
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 27/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company has an AWS Direct Connect connection between its on-premises data center in the United States (US) and workloads in the us-east-1
Region. The connection uses a transit VIF to connect the data center to a transit gateway in us-east-1.
The company is opening a new office in Europe with a new on-premises data center in England. A Direct Connect connection will connect the new
data center with some workloads that are running in a single VPC in the eu-west-2 Region. The company needs to connect the US data center and
us-east-1 with the Europe data center and eu-west-2. A network engineer must establish full connectivity between the data centers and Regions
How should the network engineer design the network architecture to meet these requirements?
A. Connect the VPC in eu-west-2 with the Europe data center by using a Direct Connect gateway and a private VIF. Associate the transit
gateway in us-east-1 with the same Direct Connect gateway. Enable SiteLink for the transit VIF and the private VIF.
B. Connect the VPC in eu-west-2 to a new transit gateway. Connect the Europe data center to the new transit gateway by using a Direct
Connect gateway and a new transit VIF. Associate the transit gateway in us-east-1 with the same Direct Connect gateway. Enable SiteLink for
C. Connect the VPC in eu-west-2 to a new transit gateway. Connect the Europe data center to the new transit gateway by using a Direct
Connect gateway and a new transit VIF. Create a new Direct Connect gateway. Associate the transit gateway in us-east-1 with the new Direct
Connect gateway. Enable SiteLink for both transit VIFs. Peer the two transit gateways.
D. Connect the VPC in eu-west-2 with the Europe data center by using a Direct Connect gateway and a private VIF. Create a new Direct Connect
gateway. Associate the transit gateway in us-east-1 with the new Direct Connect gateway. Enable SiteLink for the transit VIF and the private
VIF.
Correct Answer: C
A network engineer has deployed an Amazon EC2 instance in a private subnet in a VPC. The VPC has no public subnet. The EC2 instance hosts
application code that sends messages to an Amazon Simple Queue Service (Amazon SQS) queue. The subnet has the default network ACL with
no modification applied. The EC2 instance has the default security group with no modification applied.
Which of the following are possible causes of this problem? (Choose two.)
A. The EC2 instance is not attached to an IAM role that allows write operations to Amazon SQS.
B. The security group is blocking traffic to the IP address range used by Amazon SQS
E. There is no route configured in the subnet route table for the IP address range used by Amazon SQS
Correct Answer: CE
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 28/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A network engineer needs to standardize a company's approach to centralizing and managing interface VPC endpoints for private communication
with AWS services. The company uses AWS Transit Gateway for inter-VPC connectivity between AWS accounts through a hub-and-spoke model.
The company's network services team must manage all Amazon Route 53 zones and interface endpoints within a shared services AWS account.
The company wants to use this centralized model to provide AWS resources with access to AWS Key Management Service (AWS KMS) without
A. In the shared services account, create an interface endpoint for AWS KMS. Modify the interface endpoint by disabling the private DNS
name. Create a private hosted zone in the shared services account with an alias record that points to the interface endpoint. Associate the
private hosted zone with the spoke VPCs in each AWS account.
B. In the shared services account, create an interface endpoint for AWS KMS. Modify the interface endpoint by disabling the private DNS
name. Create a private hosted zone in each spoke AWS account with an alias record that points to the interface endpoint. Associate each
C. In each spoke AWS account, create an interface endpoint for AWS KMS. Modify each interface endpoint by disabling the private DNS name.
Create a private hosted zone in each spoke AWS account with an alias record that points to each interface endpoint. Associate each private
D. In each spoke AWS account, create an interface endpoint for AWS KMS. Modify each interface endpoint by disabling the private DNS name.
Create a private hosted zone in the shared services account with an alias record that points to each interface endpoint. Associate the private
Correct Answer: A
A development team is building a new web application in the AWS Cloud. The main company domain, example.com, is currently hosted in an
Amazon Route 53 public hosted zone in one of the company's production AWS accounts.
The developers want to test the web application in the company's staging AWS account by using publicly resolvable subdomains under the
example.com domain with the ability to create and delete DNS records as needed. Developers have full access to Route 53 hosted zones within
the staging account, but they are prohibited from accessing resources in any of the production AWS accounts.
Which combination of steps should a network engineer take to allow the developers to create records under the example com domain? (Choose
two.)
A. Create a public hosted zone for example com in the staging account
B. Create a staging example.com NS record in the example.com domain. Populate the value with the name servers from the
C. Create a private hosted zone for staging example com in the staging account.
D. Create an example com NS record in the staging example.com domain. Populate the value with the name servers from the example.com
Correct Answer: BE
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 29/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company plans to deploy a two-tier web application to a new VPC in a single AWS Region. The company has configured the VPC with an internet
gateway and four subnets. Two of the subnets are public and have default routes that point to the internet gateway. Two of the subnets are private
and share a route table that does not have a default route.
The application will run on a set of Amazon EC2 instances that will be deployed behind an external Application Load Balancer. The EC2 instances
must not be directly accessible from the internet. The application will use an Amazon S3 bucket in the same Region to store data. The application
will invoke S3 GET API operations and S3 PUT API operations from the EC2 instances. A network engineer must design a VPC architecture that
A. Deploy the EC2 instances in the public subnets. Create an S3 interface endpoint in the VPC. Modify the application configuration to use the
B. Deploy the EC2 instances in the private subnets. Create a NAT gateway in the VPC. Create default routes in the private subnets to the NAT
C. Deploy the EC2 instances in the private subnets. Create an S3 gateway endpoint in the VPSpecify die route table of the private subnets
D. Deploy the EC2 instances in the private subnets. Create an S3 interface endpoint in the VPC. Modify the application configuration to use the
Correct Answer: C
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 30/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company has two AWS accounts one for Production and one for Connectivity. A network engineer needs to connect the Production account VPC
to a transit gateway in the Connectivity account. The feature to auto accept shared attachments is not enabled on the transit gateway.
Which set of steps should the network engineer follow in each AWS account to meet these requirements?
A. 1. In the Production account: Create a resource share in AWS Resource Access Manager for the transit gateway. Provide the Connectivity
4. In the Production account: Accept the attachment. Associate a route table with the attachment.
B. 1. In the Production account: Create a resource share in AWS Resource Access Manager for the VPC subnets. Provide the Connectivity
3. In the Production account: Create an attachment on the transit gateway to the VPC subnets.
4. In the Connectivity account: Accept the attachment. Associate a route table with the attachment.
C. 1. In the Connectivity account: Create a resource share in AWS Resource Access Manager for the VPC subnets. Provide the Production
3. In the Connectivity account: Create an attachment on the transit gateway to the VPC subnets.
4. In the Production account: Accept the attachment. Associate a route table with the attachment.
D. 1. In the Connectivity account: Create a resource share in AWS Resource Access Manager for the transit gateway. Provide the Production
4. In the Connectivity account: Accept the attachment. Associate a route table with the attachment.
Correct Answer: D
A company is running multiple workloads on Amazon EC2 instances in public subnets. In a recent incident, an attacker exploited an application
vulnerability on one of the EC2 instances to gain access to the instance. The company fixed the application and launched a replacement EC2
The attacker used the compromised application to spread malware over the internet. The company became aware of the compromise through a
notification from AWS. The company needs the ability to identify when an application that is deployed on an EC2 instance is spreading malware.
Which solution will meet this requirement with the LEAST operational effort?
A. Use Amazon GuardDuty to analyze traffic patterns by inspecting DNS requests and VPC flow logs.
B. Use Amazon GuardDuty to deploy AWS managed decoy systems that are equipped with the most recent malware signatures.
C. Set up a Gateway Load Balancer. Run an intrusion detection system (IDS) appliance from AWS Marketplace on Amazon EC2 for traffic
inspection.
Correct Answer: C
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 31/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company deploys a new web application on Amazon EC2 instances. The application runs in private subnets in three Availability Zones behind an
Application Load Balancer (ALB). Security auditors require encryption of all connections. The company uses Amazon Route 53 for DNS and uses
AWS Certificate Manager (ACM) to automate SSL/TLS certificate provisioning. SSL/TLS connections are terminated on the ALB.
The company tests the application with a single EC2 instance and does not observe any problems. However, after production deployment, users
report that they can log in but that they cannot use the application. Every new web request restarts the login process.
A. Modify the ALB listener configuration. Edit the rule that forwards traffic to the target group. Change the rule to enable group-level
B. Replace the ALB with a Network Load Balancer. Create a TLS listener. Create a new target group with the protocol type set to TLS Register
the EC2 instances. Modify the target group configuration by enabling the stickiness attribute.
C. Modify the ALB target group configuration by enabling the stickiness attribute. Use an application-based cookie. Set the duration to the
D. Remove the ALB. Create an Amazon Route 53 rule with a failover routing policy for the application name. Configure ACM to issue
Correct Answer: C
A company recently migrated its Amazon EC2 instances to VPC private subnets to satisfy a security compliance requirement. The EC2 instances
now use a NAT gateway for internet access. After the migration, some long-running database queries from private EC2 instances to a publicly
accessible third-party database no longer receive responses. The database query logs reveal that the queries successfully completed after 7
minutes but that the client EC2 instances never received the response.
Which configuration change should a network engineer implement to resolve this issue?
A. Configure the NAT gateway timeout to allow connections for up to 600 seconds.
C. Enable TCP keepalive on the client EC2 instances with a value of less than 300 seconds.
Correct Answer: A
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 32/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company uses AWS Direct Connect to connect its corporate network to multiple VPCs in the same AWS account and the same AWS Region.
Each VPC uses its own private VIF and its own virtual LAN on the Direct Connect connection. The company has grown and will soon surpass the
What is the MOST scalable way to add VPCs with on-premises connectivity?
A. Provision a new Direct Connect connection to handle the additional VPCs. Use the new connection to connect additional VPCs.
B. Create virtual private gateways for each VPC that is over the service quota. Use AWS Site-to-Site VPN to connect the virtual private
C. Create a Direct Connect gateway, and add virtual private gateway associations to the VPCs. Configure a private VIF to connect to the
corporate network.
D. Create a transit gateway, and attach the VPCs. Create a Direct Connect gateway, and associate it with the transit gateway. Create a transit
Correct Answer: A
A network engineer is designing a hybrid architecture that uses a 1 Gbps AWS Direct Connect connection between the company's data center and
two AWS Regions: us-east-1 and eu-west-1. The VPCs in us-east-1 are connected by a transit gateway and need to access several on-premises
databases. According to company policy, only one VPC in eu-west-1 can be connected to one on-premises server. The on-premises network
How should the network engineer set up the Direct Connect connection to meet these requirements?
A. Create one hosted connection. Use a transit VIF to connect to the transit gateway in us-east-1. Use a private VIF to connect to the VPC in
eu-west-1. Use one Direct. Connect gateway for both VIFs to route from the Direct Connect locations to the corresponding AWS Region along
B. Create one hosted connection. Use a transit VIF to connect to the transit gateway in us-east-1. Use a private VIF to connect to the VPC in
eu-west-1. Use two Direct Connect gateways, one for each VIF, to route from the Direct Connect locations to the corresponding AWS Region
C. Create one dedicated connection. Use a transit VIF to connect to the transit gateway in us-east-1. Use a private VIF to connect to the VPC in
eu-west-1. Use one Direct Connect gateway for both VIFs to route from the Direct Connect locations to the corresponding AWS Region along
D. Create one dedicated connection. Use a transit VIF to connect to the transit gateway in us-east-1. Use a private VIF to connect to the VPC in
eu-west-1. Use two Direct Connect gateways, one for each VIF, to route from the Direct Connect locations to the corresponding AWS Region
Correct Answer: D
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 33/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company has deployed an application in a VPC that uses a NAT gateway for outbound traffic to the internet. A network engineer notices a large
quantity of suspicious network traffic that is traveling from the VPC over the internet to IP addresses that are included on a deny list. The network
engineer must implement a solution to determine which AWS resources are generating the suspicious traffic. The solution must minimize cost and
administrative overhead.
A. Launch an Amazon EC2 instance in the VPC. Use Traffic Mirroring by specifying the NAT gateway as the source and the EC2 instance as the
destination. Analyze the captured traffic by using open-source tools to identify the AWS resources that are generating the suspicious traffic.
B. Use VPC flow logs. Launch a security information and event management (SIEM) solution in the VPC. Configure the SIEM solution to ingest
the VPC flow logs. Run queries on the SIEM solution to identify the AWS resources that are generating the suspicious traffic.
C. Use VPC flow logs. Publish the flow logs to a log group in Amazon CloudWatch Logs. Use CloudWatch Logs Insights to query the flow logs
to identify the AWS resources that are generating the suspicious traffic.
D. Configure the VPC to stream the network traffic directly to an Amazon Kinesis data stream. Send the data from the Kinesis data stream to
an Amazon Kinesis Data Firehose delivery stream to store the data in Amazon S3. Use Amazon Athena to query the data to identify the AWS
Correct Answer: B
A company has its production VPC (VPC-A) in the eu-west-1 Region in Account 1. VPC-A is attached to a transit gateway (TGW-A) that is
connected to an on-premises data center in Dublin, Ireland, by an AWS Direct Connect transit VIF that is configured for an AWS Direct Connect
gateway. The company also has a staging VPC (VPC-B) that is attached to another transit gateway (TGW-B) in the eu-west-2 Region in Account 2.
A network engineer must implement connectivity between VPC-B and the on-premises data center in Dublin.
A. Configure inter-Region VPC peering between VPC-A and VPC-B. Add the required VPC peering routes. Add the VPC-B CIDR block in the
B. Associate TGW-B with the Direct Connect gateway. Advertise the VPC-B CIDR block under the allowed prefixes.
C. Configure another transit VIF on the Direct Connect connection and associate TGW-B. Advertise the VPC-B CIDR block under the allowed
prefixes.
D. Configure inter-Region transit gateway peering between TGW-A and TGW-B. Add the peering routes in the transit gateway route tables. Add
both the VPC-A and the VPC-B CIDR block under the allowed prefix list in the Direct Connect gateway association.
E. Configure an AWS Site-to-Site VPN connection over the transit VIF to TGW-B as a VPN attachment.
Correct Answer: BD
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 34/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company’s network engineer is designing a hybrid DNS solution for an AWS Cloud workload. Individual teams want to manage their own DNS
hostnames for their applications in their development environment. The solution must integrate the application-specific hostnames with the
centrally managed DNS hostnames from the on-premises network and must provide bidirectional name resolution. The solution also must
Which combination of steps should the network engineer take to meet these requirements? (Choose three.)
B. Modify the DHCP options set by setting a custom DNS server value.
F. Set up a zone transfer between Amazon Route 53 and the on-premises DNS.
A company hosts a web application on Amazon EC2 instances behind an Application Load Balancer (ALB). The ALB is the origin in an Amazon
CloudFront distribution. The company wants to implement a custom authentication system that will provide a token for its authenticated
customers.
The web application must ensure that the GET/POST requests come from authenticated customers before it delivers the content. A network
engineer must design a solution that gives the web application the ability to identify authorized customers.
What is the MOST operationally efficient solution that meets these requirements?
A. Use the ALB to inspect the authorized token inside the GET/POST request payload. Use an AWS Lambda function to insert a customized
B. Integrate AWS WAF with the ALB to inspect the authorized token inside the GET/POST request payload. Configure the ALB listener to insert
C. Use an AWS Lambda@Edge function to inspect the authorized token inside the GET/POST request payload. Use the Lambda@Edge function
also to insert a customized header to inform the web application of an authenticated customer request.
D. Set up an EC2 instance that has a third-party packet inspection tool to inspect the authorized token inside the GET/POST request payload.
Configure the tool to insert a customized header to inform the web application of an authenticated customer request.
Correct Answer: C
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 35/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company has created three VPCs: a production VPC, a nonproduction VPC, and a shared services VPC. The production VPC and the
nonproduction VPC must each have communication with the shared services VPC. There must be no communication between the production VPC
and the nonproduction VPC. A transit gateway is deployed to facilitate communication between VPCs.
Which route table configurations on the transit gateway will meet these requirements?
A. Configure a route table with the production and nonproduction VPC attachments associated with propagated routes for only the shared
services VPC. Create an additional route table with only the shared services VPC attachment associated with propagated routes from the
B. Configure a route table with the production and nonproduction VPC attachments associated with propagated routes for each VPC. Create
an additional route table with only the shared services VPC attachment associated with propagated routes from each VPC.
C. Configure a route table with all the VPC attachments associated with propagated routes for only the shared services VPCreate an additional
route table with only the shared services VPC attachment associated with propagated routes from the production and nonproduction VPCs.
D. Configure a route table with the production and nonproduction VPC attachments associated with propagated routes disabled. Create an
additional route table with only the shared services VPC attachment associated with propagated routes from the production and
nonproduction VPCs.
Correct Answer: A
A company is using an AWS Site-to-Site VPN connection from the company's on-premises data center to a virtual private gateway in the AWS
Cloud Because of congestion, the company is experiencing availability and performance issues as traffic travels across the internet before the
traffic reaches AWS. A network engineer must reduce these issues for the connection as quickly as possible with minimum administration effort.
A. Edit the existing Site-to-Site VPN connection by enabling acceleration. Stop and start the VPN service on the customer gateway for the new
B. Configure a transit gateway in the same AWS Region as the existing virtual private gateway. Create a new accelerated Site-to-Site VPN
connection. Connect the new connection to the transit gateway by using a VPN attachment. Update the customer gateway device to use the
new Site to Site VPN connection. Delete the existing Site-to-Site VPN connection
C. Create a new accelerated Site-to-Site VPN connection. Connect the new Site-to-Site VPN connection to the existing virtual private gateway.
Update the customer gateway device to use the new Site-to-Site VPN connection. Delete the existing Site-to-Site VPN connection.
D. Create a new AWS Direct Connect connection with a private VIF between the on-premises data center and the AWS Cloud. Update the
customer gateway device to use the new Direct Connect connection. Delete the existing Site-to-Site VPN connection.
Correct Answer: C
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 36/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
An Australian ecommerce company hosts all of its services in the AWS Cloud and wants to expand its customer base to the United States (US).
The company’s existing AWS architecture consists of four AWS accounts with multiple VPCs deployed in the ap-southeast-2 Region. All VPCs are
attached to a transit gateway in ap-southeast-2. There are dedicated VPCs for each application service. The company also has VPCs for
The company plans to duplicate the infrastructure from ap-southeast-2 to the us-west-1 Region. A network engineer must establish connectivity
between the various applications in the two Regions. The solution must maximize bandwidth, minimize latency and minimize operational
overhead.
A. Create VPN attachments between the two transit gateways. Configure the VPN attachments to use BGP routing between the two transit
gateways.
B. Peer the transit gateways in each Region. Configure routing between the two transit gateways for each Region's IP addresses.
C. Create a VPN server in a VPC in each Region. Update the routing to point to the VPN servers for the IP addresses in alternate Regions.
Correct Answer: B
An IoT company sells hardware sensor modules that periodically send out temperature, humidity, pressure, and location data through the MQTT
messaging protocol. The hardware sensor modules send this data to the company's on-premises MQTT brokers that run on Linux servers behind a
load balancer. The hardware sensor modules have been hardcoded with public IP addresses to reach the brokers.
The company is growing and is acquiring customers across the world. The existing solution can no longer scale and is introducing additional
latency because of the company's global presence. As a result, the company decides to migrate its entire infrastructure from on premises to the
AWS Cloud. The company needs to migrate without reconfiguring the hardware sensor modules that are already deployed across the world. The
The company migrates the MQTT brokers to run on Amazon EC2 instances.
A. Place the EC2 instances behind a Network Load Balancer (NLB). Configure TCP listeners. Use Bring Your Own IP (BYOIP) from the on-
B. Place the EC2 instances behind a Network Load Balancer (NLB). Configure TCP listeners. Create an AWS Global Accelerator accelerator in
front of the NLUse Bring Your Own IP (BYOIP) from the on-premises network with Global Accelerator.
C. Place the EC2 instances behind an Application Load Balancer (ALB). Configure TCP listeners. Create an AWS Global Accelerator accelerator
in front of the ALB. Use Bring Your Own IP (BYOIP) from the on-premises network with Global Accelerator
D. Place the EC2 instances behind an Amazon CloudFront distribution. Use Bring Your Own IP (BYOIP) from the on-premises network with
CloudFront.
Correct Answer: B
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 37/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company has deployed a web application on AWS. The web application uses an Application Load Balancer (ALB) across multiple Availability
Zones. The targets of the ALB are AWS Lambda functions. The web application also uses Amazon CloudWatch metrics for monitoring.
Users report that parts of the web application are not loading properly. A network engineer needs to troubleshoot the problem. The network
What should the network engineer do next to determine which errors the ALB is receiving?
A. Send the logs to Amazon CloudWatch Logs. Review the ALB logs in CloudWatch Insights to determine which error messages the ALB is
receiving.
B. Configure the Amazon S3 bucket destination. Use Amazon Athena to determine which error messages the ALB is receiving.
C. Configure the Amazon S3 bucket destination. After Amazon CloudWatch Logs pulls the ALB logs from the S3 bucket automatically, review
the logs in CloudWatch Logs to determine which error messages the ALB is receiving.
D. Send the logs to Amazon CloudWatch Logs. Use the Amazon Athena CloudWatch Connector to determine which error messages the ALB is
receiving.
Correct Answer: A
A company is planning to use Amazon S3 to archive financial data. The data is currently stored in an on-premises data center. The company uses
AWS Direct Connect with a Direct Connect gateway and a transit gateway to connect to the on-premises data center. The data cannot be
A. Create a Direct Connect public VIF. Set up an IPsec VPN connection over the public VIF to access Amazon S3. Use HTTPS for
communication.
B. Create an IPsec VPN connection over the transit VIF. Create a VPC and attach the VPC to the transit gateway. In the VPC, provision an
interface VPC endpoint for Amazon S3. Use HTTPS for communication.
C. Create a VPC and attach the VPC to the transit gateway. In the VPC, provision an interface VPC endpoint for Amazon S3. Use HTTPS for
communication.
D. Create a Direct Connect public VIF. Set up an IPsec VPN connection over the public VIF to the transit gateway. Create an attachment for
Correct Answer: B
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 38/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company is using Amazon Route 53 Resolver DNS Firewall in a VPC to block all domains except domains that are on an approved list. The
company is concerned that if DNS Firewall is unresponsive, resources in the VPC might be affected if the network cannot resolve any DNS queries.
To maintain application service level agreements, the company needs DNS queries to continue to resolve even if Route 53 Resolver does not
A. Update the DNS Firewall VPC configuration to disable fail open for the VPC.
B. Update the DNS Firewall VPC configuration to enable fail open for the VPC.
C. Create a new DHCP options set with parameter dns_firewall_fail_open=false. Associate the new DHCP options set with the VPC.
D. Create a new DHCP options set with parameter dns_firewall_fail_open=true. Associate the new DHCP options set with the VPC.
Correct Answer: B -
A company is migrating an existing application to a new AWS account. The company will deploy the application in a single AWS Region by using
one VPC and multiple Availability Zones. The application will run on Amazon EC2 instances. Each Availability Zone will have several EC2
The company's clients will connect to the application by using a web browser with the HTTPS protocol. Inbound connections must be distributed
across the Availability Zones and EC2 instances. All connections from the same client session must be connected to the same EC2 instance. The
company must provide end-to-end encryption for all connections between the clients and the application by using the application SSL certificate.
A. Create a Network Load Balancer. Create a target group. Set the protocol to TCP and the port to 443 for the target group. Turn on session
affinity (sticky sessions). Register the EC2 instances as targets. Create a listener. Set the protocol to TCP and the port to 443 for the listener.
B. Create an Application Load Balancer. Create a target group. Set the protocol to HTTP and the port to 80 for the target group. Turn on
session affinity (sticky sessions) with an application-based cookie policy. Register the EC2 instances as targets. Create an HTTPS listener. Set
the default action to forward to the target group. Use AWS Certificate Manager (ACM) to create a certificate for the listener.
C. Create a Network Load Balancer. Create a target group. Set the protocol to TLS and the port to 443 for the target group. Turn on session
affinity (sticky sessions). Register the EC2 instances as targets. Create a listener. Set the protocol to TLS and the port to 443 for the listener.
Use AWS Certificate Manager (ACM) to create a certificate for the application.
D. Create an Application Load Balancer. Create a target group. Set the protocol to HTTPS and the port to 443 for the target group. Turn on
session affinity (sticky sessions) with an application-based cookie policy. Register the EC2 instances as targets. Create an HTTP listener. Set
the port to 443 for the listener. Set the default action to forward to the target group.
Correct Answer: B
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 39/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company is developing an application in which IoT devices will report measurements to the AWS Cloud. The application will have millions of end
users. The company observes that the IoT devices cannot support DNS resolution. The company needs to implement an Amazon EC2 Auto Scaling
solution so that the IoT devices can connect to an application endpoint without using DNS.
A. Use an Application Load Balancer (ALB)-type target group for a Network Load Balancer (NLB). Create an EC2 Auto Scaling group. Attach
the Auto Scaling group to the ALB. Set up the IoT devices to connect to the IP addresses of the NLB.
B. Use an AWS Global Accelerator accelerator with an Application Load Balancer (ALB) endpoint. Create an EC2 Auto Scaling group. Attach
the Auto Scaling group to the ALSet up the IoT devices to connect to the IP addresses of the accelerator.
C. Use a Network Load Balancer (NLB). Create an EC2 Auto Scaling group. Attach the Auto Scaling group to the NLB. Set up the IoT devices to
D. Use an AWS Global Accelerator accelerator with a Network Load Balancer (NLB) endpoint. Create an EC2 Auto Scaling group. Attach the
Auto Scaling group to the NLB. Set up the IoT devices to connect to the IP addresses of the accelerator.
Correct Answer: D
A company has deployed a new web application on Amazon EC2 instances behind an Application Load Balancer (ALB). The instances are in an
Amazon EC2 Auto Scaling group. Enterprise customers from around the world will use the application. Employees of these enterprise customers
The company must configure firewalls to allow outbound traffic to only approved IP addresses. The employees of the enterprise customers must
Which change should a network engineer make in the infrastructure to meet these requirements?
A. Create a new Network Load Balancer (NLB). Add the ALB as a target of the NLB.
B. Create a new Amazon CloudFront distribution. Set the ALB as the distribution’s origin.
C. Create a new accelerator in AWS Global Accelerator. Add the ALB as an accelerator endpoint.
D. Create a new Amazon Route 53 hosted zone. Create a new record to route traffic to the ALB.
Correct Answer: D
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 40/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company has hundreds of VPCs on AWS. All the VPCs access the public endpoints of Amazon S3 and AWS Systems Manager through NAT
gateways. All the traffic from the VPCs to Amazon S3 and Systems Manager travels through the NAT gateways. The company's network engineer
must centralize access to these services and must eliminate the need to use public endpoints.
Which solution will meet these requirements with the LEAST operational overhead?
A. Create a central egress VPC that has private NAT gateways. Connect all the VPCs to the central egress VPC by using AWS Transit Gateway.
Use the private NAT gateways to connect to Amazon S3 and Systems Manager by using private IP addresses.
B. Create a central shared services VPC. In the central shared services VPC, create interface VPC endpoints for Amazon S3 and Systems
Manager to access. Ensure that private DNS is turned off. Connect all the VPCs to the central shared services VPC by using AWS Transit
Gateway. Create an Amazon Route 53 forwarding rule for each interface VPC endpoint. Associate the forwarding rules with all the VPCs.
Forward DNS queries to the interface VPC endpoints in the shared services VPC.
C. Create a central shared services VPIn the central shared services VPC, create interface VPC endpoints for Amazon S3 and Systems
Manager to access. Ensure that private DNS is turned off. Connect all the VPCs to the central shared services VPC by using AWS Transit
Gateway. Create an Amazon Route 53 private hosted zone with a full service endpoint name for Amazon S3 and Systems Manager. Associate
the private hosted zones with all the VPCs. Create an alias record in each private hosted zone with the full AWS service endpoint pointing to
D. Create a central shared services VPC. In the central shared services VPC, create interface VPC endpoints for Amazon S3 and Systems
Manager to access. Connect all the VPCs to the central shared services VPC by using AWS Transit Gateway. Ensure that private DNS is turned
on for the interface VPC endpoints and that the transit gateway is created with DNS support turned on.
Correct Answer: C
A company manages resources across VPCs in multiple AWS Regions. The company needs to connect to the resources by using its internal
domain name. A network engineer needs to apply the aws.example.com DNS suffix to all resources.
A. Create an Amazon Route 53 private hosted zone for aws.example.com in each Region that has resources. Associate the private hosted
zone with that Region's VPC. In the appropriate private hosted zone, create DNS records for the resources in each Region.
B. Create one Amazon Route 53 private hosted zone for aws.example.com. Configure the private hosted zone to allow zone transfers with
every VPC.
C. Create one Amazon Route 53 private hosted zone for example.com. Create a single resource record for aws.example.com in the private
hosted zone. Apply a multivalue answer routing policy to the record. Add all VPC resources as separate values in the routing policy.
D. Create one Amazon Route 53 private hosted zone for aws.example.com. Associate the private hosted zone with every VPC that has
resources. In the private hosted zone, create DNS records for all resources.
Correct Answer: A
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 41/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
An insurance company is planning the migration of workloads from its on-premises data center to the AWS Cloud. The company requires end-to-
end domain name resolution. Bi-directional DNS resolution between AWS and the existing on-premises environments must be established. The
workloads will be migrated into multiple VPCs. The workloads also have dependencies on each other, and not all the workloads will be migrated at
A. Configure a private hosted zone for each application VPC, and create the requisite records. Create a set of Amazon Route 53 Resolver
inbound and outbound endpoints in an egress VPC. Define Route 53 Resolver rules to forward requests for the on-premises domains to the on-
premises DNS resolver. Associate the application VPC private hosted zones with the egress VPC, and share the Route 53 Resolver rules with
the application accounts by using AWS Resource Access Manager. Configure the on-premises DNS servers to forward the cloud domains to
B. Configure a public hosted zone for each application VPC, and create the requisite records. Create a set of Amazon Route 53 Resolver
inbound and outbound endpoints in an egress VPC. Define Route 53 Resolver rules to forward requests for the on-premises domains to the on-
premises DNS resolver. Associate the application VPC private hosted zones with the egress VPC. and share the Route 53 Resolver rules with
the application accounts by using AWS Resource Access Manager. Configure the on-premises DNS servers to forward the cloud domains to
C. Configure a private hosted zone for each application VPC, and create the requisite records. Create a set of Amazon Route 53 Resolver
inbound and outbound endpoints in an egress VPDefine Route 53 Resolver rules to forward requests for the on-premises domains to the on-
premises DNS resolver. Associate the application VPC private hosted zones with the egress VPand share the Route 53 Resolver rules with the
application accounts by using AWS Resource Access Manager. Configure the on-premises DNS servers to forward the cloud domains to the
D. Configure a private hosted zone for each application VPC, and create the requisite records. Create a set of Amazon Route 53 Resolver
inbound and outbound endpoints in an egress VPC. Define Route 53 Resolver rules to forward requests for the on-premises domains to the on-
premises DNS resolver. Associate the Route 53 outbound rules with the application VPCs, and share the private hosted zones with the
application accounts by using AWS Resource Access Manager. Configure the on-premises DNS servers to forward the cloud domains to the
Correct Answer: A
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 42/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A global company runs business applications in the us-east-1 Region inside a VPC. One of the company's regional offices in London uses a virtual
private gateway for an AWS Site-to-Site VPN connection tom the VPC. The company has configured a transit gateway and has set up peering
between the VPC and other VPCs that various departments in the company use.
Employees at the London office are experiencing latency issues when they connect to the business applications.
A. Create a new Site-to-Site VPN connection. Set the transit gateway as the target gateway. Enable acceleration on the new Site-to-Site VPN
connection. Update the VPN device in the London office with the new connection details.
B. Modify the existing Site-to-Site VPN connection by setting the transit gateway as the target gateway. Enable acceleration on the existing
C. Create a new transit gateway in the eu-west-2 (London) Region. Peer the new transit gateway with the existing transit gateway. Modify the
existing Site-to-Site VPN connection by setting the new transit gateway as the target gateway.
D. Create a new AWS Global Accelerator standard accelerator that has an endpoint of the Site-to-Site VPN connection. Update the VPN device
Correct Answer: A
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 43/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company has a hybrid cloud environment. The company’s data center is connected to the AWS Cloud by an AWS Direct Connect connection. The
AWS environment includes VPCs that are connected together in a hub-and-spoke model by a transit gateway. The AWS environment has a transit
The company has a hybrid DNS model. The company has configured Amazon Route 53 Resolver endpoints in the hub VPC to allow bidirectional
DNS traffic flow. The company is running a backend application in one of the VPCs.
The company uses a message-oriented architecture and employs Amazon Simple Queue Service (Amazon SQS) to receive messages from other
applications over a private network. A network engineer wants to use an interface VPC endpoint for Amazon SQS for this architecture. Client
services must be able to access the endpoint service from on premises and from multiple VPCs within the company's AWS infrastructure.
Which combination of steps should the network engineer take to ensure that the client applications can resolve DNS for the interface endpoint?
(Choose three.)
A. Create the interface endpoint for Amazon SQS with the option for private DNS names turned on.
B. Create the interface endpoint for Amazon SQS with the option for private DNS names turned off.
C. Manually create a private hosted zone for sqs.us-east-1.amazonaws.com. Add necessary records that point to the interface endpoint.
D. Use the automatically created private hosted zone for sqs.us-east-1.amazonaws.com with previously created necessary records that point
to the interface endpoint. Associate the private hosted zones with other VPCs.
E. Access the SQS endpoint by using the public DNS name sqs.us-east-1 amazonaws.com in VPCs and on premises.
F. Access the SQS endpoint by using the private DNS name of the interface endpoint .sqs.us-east-1.vpce.amazonaws.com in VPCs and on
premises.
A company’s network engineer builds and tests network designs for VPCs in a development account. The company needs to monitor the changes
that are made to network resources and must ensure strict compliance with network security policies. The company also needs access to the
A. Create an Amazon EventBridge (Amazon CloudWatch Events) rule with a custom pattern to monitor the account for changes. Configure the
rule to invoke an AWS Lambda function to identify noncompliant resources. Update an Amazon DynamoDB table with the changes that are
identified.
B. Create custom metrics from Amazon CloudWatch logs. Use the metrics to invoke an AWS Lambda function to identify noncompliant
resources. Update an Amazon DynamoDB table with the changes that are identified.
C. Record the current state of network resources by using AWS Config. Create rules that reflect the desired configuration settings. Set
D. Record the current state of network resources by using AWS Systems Manager Inventory. Use Systems Manager State Manager to enforce
the desired configuration settings and to carry out remediation for noncompliant resources.
Correct Answer: C
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 44/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company is migrating an application from on premises to AWS. The company will host the application on Amazon EC2 instances that are
deployed in a single VPC. During the migration period, DNS queries from the EC2 instances must be able to resolve names of on-premises servers.
The migration is expected to take 3 months After the 3-month migration period, the resolution of on-premises servers will no longer be needed.
What should a network engineer do to meet these requirements with the LEAST amount of configuration?
A. Set up an AWS Site-to-Site VPN connection between on premises and AWS. Deploy an Amazon Route 53 Resolver outbound endpoint in the
B. Set up an AWS Direct Connect connection with a private VIF. Deploy an Amazon Route 53 Resolver inbound endpoint and a Route 53
C. Set up an AWS Client VPN connection between on premises and AWS. Deploy an Amazon Route 53 Resolver inbound endpoint in the VPC.
D. Set up an AWS Direct Connect connection with a public VIF. Deploy an Amazon Route 53 Resolver inbound endpoint in the Region that is
hosting the VPC. Use the IP address that is assigned to the endpoint for connectivity to the on-premises DNS servers.
Correct Answer: A
A company is hosting an application on Amazon EC2 instances behind an Application Load Balancer. The instances are in an Amazon EC2 Auto
Scaling group. Because of a recent change to a security group, external users cannot access the application.
A network engineer needs to prevent this downtime from happening again. The network engineer must implement a solution that remediates
A. Configure Amazon GuardDuty to detect inconsistencies between the desired security group configuration and the current security group
configuration. Create an AWS Systems Manager Automation runbook to remediate noncompliant security groups.
B. Configure an AWS Config rule to detect inconsistencies between the desired security group configuration and the current security group
configuration. Configure AWS OpsWorks for Chef to remediate noncompliant security groups.
C. Configure Amazon GuardDuty to detect inconsistencies between the desired security group configuration and the current security group
configuration. Configure AWS OpsWorks for Chef to remediate noncompliant security groups.
D. Configure an AWS Config rule to detect inconsistencies between the desired security group configuration and the current security group
configuration. Create an AWS Systems Manager Automation runbook to remediate noncompliant security groups.
Correct Answer: B
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 45/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company is deploying third-party firewall appliances for traffic inspection and NAT capabilities in its VPC. The VPC is configured with private
subnets and public subnets. The company needs to deploy the firewall appliances behind a load balancer.
A. Deploy a Gateway Load Balancer with the firewall appliances as targets. Configure the firewall appliances with a single network interface in
a private subnet. Use a NAT gateway to send the traffic to the internet after inspection.
B. Deploy a Gateway Load Balancer with the firewall appliances as targets. Configure the firewall appliances with two network interfaces: one
network interface in a private subnet and another network interface in a public subnet. Use the NAT functionality on the firewall appliances to
C. Deploy a Network Load Balancer with the firewall appliances as targets. Configure the firewall appliances with a single network interface in
a private subnet. Use a NAT gateway to send the traffic to the internet after inspection.
D. Deploy a Network Load Balancer with the firewall appliances as targets. Configure the firewall appliances with two network interfaces: one
network interface in a private subnet and another network interface in a public subnet. Use the NAT functionality on the firewall appliances to
Correct Answer: D
A company's AWS architecture consists of several VPCs. The VPCs include a shared services VPC and several application VPCs. The company
has established network connectivity from all VPCs to the on-premises DNS servers.
Applications that are deployed in the application VPCs must be able to resolve DNS for internally hosted domains on premises. The applications
also must be able to resolve local VPC domain names and domains that are hosted in Amazon Route 53 private hosted zones.
A. Create a new Route 53 Resolver inbound endpoint in the shared services VPC. Create forwarding rules for the on-premises hosted domains.
Associate the rules with the new Resolver endpoint and each application VPC. Update each application VPC's DHCP configuration to point
B. Create a new Route 53 Resolver outbound endpoint in the shared services VPC. Create forwarding rules for the on-premises hosted
domains. Associate the rules with the new Resolver endpoint and each application VPC.
C. Create a new Route 53 Resolver outbound endpoint in the shared services VPCreate forwarding rules for the on-premises hosted domains.
Associate the rules with the new Resolver endpoint and each application VPUpdate each application VPC's DHCP configuration to point DNS
D. Create a new Route 53 Resolver inbound endpoint in the shared services VPC. Create forwarding rules for the on-premises hosted domains.
Associate the rules with the new Resolver endpoint and each application VPC.
Correct Answer: A
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 46/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company has been using an outdated application layer protocol for communication among applications. The company decides not to use this
protocol anymore and must migrate all applications to support a new protocol. The old protocol and the new protocol are TCP-based, but the
After several months of work, the company has migrated dozens of applications that run on Amazon EC2 instances and in containers. The
company believes that all the applications have been migrated, but the company wants to verify this belief. A network engineer needs to verify that
Which solution will meet these requirements without causing any downtime?
A. Use Amazon Inspector and its Network Reachability rules package. Wait until the analysis has finished running to find out which EC2
B. Enable Amazon GuardDuty. Use the graphical visualizations to filter for traffic that uses the port of the old protocol. Exclude all internet
traffic to filter out occasions when the same port is used as an ephemeral port.
C. Configure VPC flow logs to be delivered into an Amazon S3 bucket. Use Amazon Athena to query the data and to filter for the port number
D. Inspect all security groups that are assigned to the EC2 instances that host the applications. Remove the port of the old protocol if that port
is in the list of allowed ports. Verify that the applications are operating properly after the port is removed from the security groups.
Correct Answer: C
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 47/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company has deployed its AWS environment in a single AWS Region. The environment consists of a few hundred application VPCs, a shared
services VPC, and a VPN connection to the company’s on-premises environment. A network engineer needs to implement a transit gateway with
• Bidirectional communication must be allowed between the application VPCs and the on-premises network.
• Bidirectional communication must be allowed between the application VPCs and the shared services VPC.
The network engineer creates the transit gateway with options disabled for default route table association and default route table propagation.
The network engineer also creates the VPN attachment for the on-premises network and creates the VPC attachments for the application VPCs
The network engineer must meet all the requirements for the transit gateway by designing a solution that needs the least number of transit
Which combination of actions should the network engineer perform to accomplish this goal? (Choose two.)
A. Configure a separate transit gateway route table for on premises. Associate the VPN attachment with this transit gateway route table.
Propagate all application VPC attachments to this transit gateway route table.
B. Configure a separate transit gateway route table for each application VPC. Associate each application VPC attachment with its respective
transit gateway route table. Propagate the shared services VPC attachment and the VPN attachment to this transit gateway route table.
C. Configure a separate transit gateway route table for all application VPCs. Associate all application VPCs with this transit gateway route
table. Propagate the shared services VPC attachment and the VPN attachment to this transit gateway route table.
D. Configure a separate transit gateway route table for the shared services VPC. Associate the shared services VPC attachment with this
transit gateway route table. Propagate all application VPC attachments to this transit gateway route table.
E. Configure a separate transit gateway route table for on premises and the shared services VPC. Associate the VPN attachment and the
shared services VPC attachment with this transit gateway route table. Propagate all application VPC attachments to this transit gateway route
table.
Correct Answer: BD
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 48/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company has an AWS Site-to-Site VPN connection between its existing VPC and on-premises network. The default DHCP options set is
associated with the VPC. The company has an application that is running on an Amazon Linux 2 Amazon EC2 instance in the VPC. The application
must retrieve an Amazon RDS database secret that is stored in AWS Secrets Manager through a private VPC endpoint. An on-premises application
provides internal RESTful API service that can be reached by URL (https://api.example.internal). Two on-premises Windows DNS servers provide
The application on the EC2 instance needs to call the internal API service that is deployed in the on-premises environment. When the application
on the EC2 instance attempts to call the internal API service by referring to the hostname that is assigned to the service, the call fails. When a
network engineer tests the API service call from the same EC2 instance by using the API service's IP address, the call is successful.
What should the network engineer do to resolve this issue and prevent the same problem from affecting other resources in the VPC?
A. Create a new DHCP options set that specifies the on-premises Windows DNS servers. Associate the new DHCP options set with the existing
B. Create an Amazon Route 53 Resolver rule. Associate the rule with the VPC. Configure the rule to forward DNS queries to the on-premises
C. Modify the local host file in the Amazon Linux 2 EC2 instance in the VPMap the service domain name (api.example.internal) to the IP
D. Modify the local /etc/resolv.conf file in the Amazon Linux 2 EC2 instance in the VPC. Change the IP addresses of the name servers in the
Correct Answer: B
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 49/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company has several production applications across different accounts in the AWS Cloud. The company operates from the us-east-1 Region
only. Only certain partner companies can access the applications. The applications are running on Amazon EC2 instances that are in an Auto
Scaling group behind an Application Load Balancer (ALB). The EC2 instances are in private subnets and allow traffic only from the ALB. The ALB is
in a public subnet and allows inbound traffic only from partner network IP address ranges over port 80.
When the company adds a new partner, the company must allow the IP address range of the partner network in the security group that is
associated with the ALB in each account. A network engineer must implement a solution to centrally manage the partner network IP address
ranges.
Which solution will meet these requirements in the MOST operationally efficient manner?
A. Create an Amazon DynamoDB table to maintain all IP address ranges and security groups that need to be updated. Update the DynamoDB
table with the new IP address range when the company adds a new partner. Invoke an AWS Lambda function to read new IP address ranges
and security groups from the DynamoDB table to update the security groups. Deploy this solution in all accounts.
B. Create a new prefix list. Add all allowed IP address ranges to the prefix list. Use Amazon EventBridge (Amazon CloudWatch Events) rules to
invoke an AWS Lambda function to update security groups whenever a new IP address range is added to the prefix list. Deploy this solution in
all accounts.
C. Create a new prefix list. Add all allowed IP address ranges to the prefix list. Share the prefix list across different accounts by using AWS
Resource Access Manager (AWS RAM). Update security groups to use the prefix list instead of the partner IP address range. Update the prefix
list with the new IP address range when the company adds a new partner.
D. Create an Amazon S3 bucket to maintain all IP address ranges and security groups that need to be updated. Update the S3 bucket with the
new IP address range when the company adds a new partner. Invoke an AWS Lambda function to read new IP address ranges and security
groups from the S3 bucket to update the security groups. Deploy this solution in all accounts.
Correct Answer: C
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 50/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company uses a 1 Gbps AWS Direct Connect connection to connect its AWS environment to its on-premises data center. The connection
provides employees with access to an application VPC that is hosted on AWS. Many remote employees use a company-provided VPN to connect
to the data center. These employees are reporting slowness when they access the application during business hours. On-premises users have
The company plans to build an additional application on AWS. On-site and remote employees will use the additional application. After the
deployment of this additional application, the company will need 20% more bandwidth than the company currently uses. With the increased usage,
the company wants to add resiliency to the AWS connectivity. A network engineer must review the current implementation and must make
What should the network engineer do to meet these requirements MOST cost-effectively?
A. Set up a new 1 Gbps Direct Connect dedicated connection to accommodate the additional traffic load from remote employees and the
B. Deploy an AWS Site-to-Site VPN connection to the application VPC. Configure the on-premises routing for the remote employees to connect
C. Deploy Amazon Workspaces into the application VPInstruct the remote employees to connect to Workspaces.
D. Replace the existing 1 Gbps Direct Connect connection with two new 2 Gbps Direct Connect hosted connections. Create an AWS Client VPN
endpoint in the application VPC. Instruct the remote employees to connect to the Client VPN endpoint.
Correct Answer: B
A company has a global network and is using transit gateways to connect AWS Regions together. The company finds that two Amazon EC2
instances in different Regions are unable to communicate with each other. A network engineer needs to troubleshoot this connectivity issue.
A. Use AWS Network Manager Route Analyzer to analyze routes in the transit gateway route tables and in the VPC route tables. Use VPC flow
logs to analyze the IP traffic that security group rules and network ACL rules accept or reject in the VPC.
B. Use AWS Network Manager Route Analyzer to analyze routes in the transit gateway route tables. Verify that the VPC route tables are
correct. Use AWS Firewall Manager to analyze the IP traffic that security group rules and network ACL rules accept or reject in the VPC.
C. Use AWS Network Manager Route Analyzer to analyze routes in the transit gateway route tables. Verify that the VPC route tables are
correct. Use VPC flow logs to analyze the IP traffic that security group rules and network ACL rules accept or reject in the VPC.
D. Use VPC Reachability Analyzer to analyze routes in the transit gateway route tables. Verify that the VPC route tables are correct. Use VPC
flow logs to analyze the IP traffic that security group rules and network ACL rules accept or reject in the VPC.
Correct Answer: C
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 51/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company needs to transfer data between its VPC and its on-premises data center. The data must travel through a connection that has dedicated
bandwidth. The data also must be encrypted in transit. The company has been working with an AWS Partner Network (APN) Partner to establish
the connection.
A company's security guidelines state that all outbound traffic from a VPC to the company's on-premises data center must pass through a security
appliance. The security appliance runs on an Amazon EC2 instance. A network engineer needs to improve the network performance between the
Which actions should the network engineer take to meet these requirements? (Choose two.)
Correct Answer: AD
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 52/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company's application team is unable to launch new resources into its VPC. A network engineer discovers that the VPC has run out of usable IP
Which additional CIDR block can the network engineer attach to the VPC?
A. 172.17.0.0/29
B. 10.0.0.0/16
C. 172.17.0.0/16
D. 192.168.0.0/16
Correct Answer: B
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 53/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A financial trading company is using Amazon EC2 instances to run its trading platform. Part of the company's trading platform includes a third-
party pricing service that the EC2 instances communicate with over UDP on port 50000.
Recently, the company has had problems with the pricing service. Some of the responses from the pricing service appear to be incorrectly
formatted and are not being processed successfully. The third-party vendor requests access to the data that the pricing service is returning. The
third-party vendor wants to capture request and response data for debugging by logging in to an EC2 instance that accesses the pricing service.
The company prohibits direct access to production systems and requires all log analysis to be performed in a dedicated monitoring account.
Which set of steps should a network engineer take to capture the data and meet these requirements?
A. 1. Configure VPC flow logs to capture the data that flows in the VPC.
3. In the monitoring account, extract the data that flows to the EC2 instance's IP address and filter the traffic for the UDP data.
2. Configure Traffic Mirroring to capture the traffic for the EC2 instance's elastic network interface.
3. Configure a packet inspection package on a new EC2 instance in the production environment. Use the elastic network interface of the new
2. Configure Traffic Mirroring to capture the traffic for the EC2 instance's elastic network interface.
3. Configure a packet inspection package on a new EC2 instance in the monitoring account. Use the elastic network interface of the new EC2
D. 1. Create a new Amazon Elastic Block Store (Amazon EBS) volume. Attach the EBS volume to the EC2 instance.
2. Log in to the EC2 instance in the production environment. Run the tcpdump command to capture the UDP data on the EBS volume.
Correct Answer: C
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 54/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company's network engineer is configuring an AWS Site-to-Site VPN connection between a transit gateway and the company's on-premises
network. The Site-to-Site VPN connection is configured to use BGP over two tunnels in active/active mode with equal-cost multi-path (ECMP)
When the network engineer attempts to send traffic from the on-premises network to an Amazon EC2 instance, traffic is sent over the first tunnel.
However, return traffic is received over the second tunnel and is dropped at the customer gateway. The network engineer must resolve this issue
A. Configure the customer gateway to use AS PATH prepending and local preference to prefer one tunnel over the other.
B. Configure the Site-to-Site VPN options to set the first tunnel as the primary tunnel to eliminate asymmetric routing.
C. Configure the virtual tunnel interfaces on the customer gateway to allow asymmetric routing.
D. Configure the Site-to-Site VPN to use static routing in active/active mode to ensure that traffic flows over a preferred path.
Correct Answer: C
A company runs an application on Amazon EC2 instances. A network engineer implements a NAT gateway in the application's VPC to replace self-
managed NAT instances. After the network engineer shifts traffic from the self-managed NAT instances to the NAT gateway, users begin to report
issues.
During troubleshooting, the network engineer discovers that the connection to the application is closing after approximately 6 minutes of
inactivity.
A. Check for increases in the IdleTimeoutCount Amazon CloudWatch metric for the NAT gateway. Configure TCP keepalive on the application
EC2 instances.
B. Check for increases in the ErrorPortAllocation Amazon CloudWatch metric for the NAT gateway. Configure an HTTP timeout value on the
C. Check for increases in the PacketsDropCount Amazon CloudWatch metric for the NAT gateway. Configure an HTTPS timeout value on the
D. Check for decreases in the ActiveConnectionCount Amazon CloudWatch metric for the NAT gateway. Configure UDP keepalive on the
Correct Answer: A
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 55/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A software-as-a-service (SaaS) company is migrating its private SaaS application to AWS. The company has hundreds of customers that connect
to multiple data centers by using VPN tunnels. As the number of customers has grown, the company has experienced more difficulty in its effort
After the migration to AWS is complete, the company's AWS customers must be able to access the SaaS application directly from their VPCs.
Meanwhile, the company's on-premises customers still must be able to connect through IPsec encrypted tunnels.
A. Connect the AWS customer VPCs to a shared transit gateway. Use AWS Site-to-Site VPN connections to the transit gateway for the on-
premises customers
B. Use AWS PrivateLink to connect the AWS customers. Use a third-party routing appliance in the SaaS application VPC to terminate
C. Peer each AWS customer's VPCs to the VPC that hosts the SaaS application. Create AWS Site-to-Site VPN connections on the SaaS VPC
D. Use Site-to-Site VPN tunnels to connect each AWS customer's VPCs to the VPC that hosts the SaaS application. Use AWS Site-to-Site VPN
Correct Answer: B
A company's existing AWS environment contains public application servers that run on Amazon EC2 instances. The application servers run in a
The company has a new requirement for firewall inspection of all traffic from the internet before the traffic reaches any EC2 instances. A security
engineer has deployed and configured a Gateway Load Balancer (GLB) in a standalone VPC with a fleet of third-party firewalls.
How should a network engineer update the environment to ensure that the traffic travels across the fleet of firewalls?
A. Deploy a transit gateway. Attach a GLB endpoint to the transit gateway. Attach the application VPC to the transit gateway. Update the
application subnet route table's default route destination to be the GLB endpoint. Ensure that the EC2 instances' security group allows traffic
B. Update the application subnet route table to have a default route to the GLOn the standalone VPC that contains the firewall fleet, add a
route in the route table for the application VPC's CIDR block with the GLB endpoint as the destination. Update the EC2 instances' security
C. Provision a GLB endpoint in the application VPC in a new subnet. Create a gateway route table with a route that specifies the application
subnet CIDR block as the destination and the GLB endpoint as the target. Associate the gateway route table with the internet gateway in the
application VPUpdate the application subnet route table's default route destination to be the GLB endpoint.
D. Instruct the security engineer to move the GLB into the application VPC. Create a gateway route table. Associate the gateway route table
with the application subnet. Add a default route to the gateway route table with the GLB as its destination. Update the route table on the GLB
to direct traffic from the internet gateway to the application servers. Ensure that the EC2 instances' security group allows traffic from the GLB.
Correct Answer: A
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 56/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company has an AWS Site-to-Site VPN connection between its office and its VPC. Users report occasional failure of the connection to the
application that is hosted inside the VPC. A network engineer discovers in the customer gateway logs that the Internet Key Exchange (IKE)
What should the network engineer do to bring up the IKE session if the IKE session goes down?
A. Set the dead peer detection (DPD) timeout action to Clear. Initiate traffic from the VPC to on premises.
B. Set the dead peer detection (DPD) timeout action to Restart. Initiate traffic from on premises to the VPC.
C. Set the dead peer detection (DPD) timeout action to None. Initiate traffic from the VPC to on premises.
D. Set the dead peer detection (DPD) timeout action to Cancel. Initiate traffic from on premises to the VPC.
Correct Answer: B
A network engineer is designing a hybrid networking environment that will connect a company's corporate network to the company's AWS
The network engineer needs to implement a solution to centrally filter traffic by using a firewall that the company's security team has approved.
The solution must give all the VPCs the ability to connect to each other. Connectivity between AWS and the corporate network must meet a
A. Deploy an IPsec VPN connection between the corporate network and a new transit gateway. Connect all VPCs to the transit gateway.
B. Deploy a single 10 Gbps AWS Direct Connect connection between the corporate network and virtual private gateway of each VPC. Connect
the virtual private gateways to a Direct Connect gateway. Build an IPsec tunnel to a new transit VPC. Deploy the approved firewall to the transit
VPC.
C. Deploy two 1 Gbps AWS Direct Connect connections in different Direct Connect locations to connect to the corporate network. Build a
transit VIF on each connection to a Direct Connect gateway. Associate the Direct Connect gateway with a new transit gateway for each
Region. Configure the VIFs to use equal-cost multipath (ECMP) routing. Connect all the VPCs in the three Regions to the transit gateway.
Configure the transit gateway route table to route traffic to an inspection VPDeploy the approved firewall to the inspection VPC.
D. Deploy four 1 Gbps AWS Direct Connect connections in different Direct Connect locations to connect to the corporate network. Build a
transit VIF on each connection to a Direct Connect gateway. Associate the Direct Connect gateway with a new transit gateway for each
Region. Connect the transit gateways by using a transit gateway peering attachment. Configure the VIFs to use equal-cost multipath (ECMP)
routing. Configure transit gateway route tables to route traffic to an inspection VPC. Deploy the approved firewall to the inspection VPC.
Correct Answer: C
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 57/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company uses an AWS Direct Connect private VIF with a link aggregation group (LAG) that consists of two 10 Gbps connections. The company's
security team has implemented a new requirement for external network connections to provide layer 2 encryption. The company's network team
plans to use MACsec support for Direct Connect to meet the new requirement.
Which combination of steps should the network team take to implement this functionality? (Choose three.)
A. Create a new Direct Connect LAG with new circuits and ports that support MACsec.
B. Associate the MACsec Connectivity Association Key (CAK) and the Connection Key Name (CKN) with the new LAG.
C. Associate the Internet Key Exchange (IKE) with the existing LAG.
F. Configure the MACsec encryption mode on each Direct Connect connection that makes up the existing LAG.
A company recently implemented a security policy that prohibits developers from launching VPC network infrastructure. The policy states that any
time a NAT gateway is launched in a VPC, the company's network security team must immediately receive an alert to terminate the NAT gateway.
The network security team needs to implement a solution that can be deployed across AWS accounts with the least possible administrative
overhead. The solution also must provide the network security team with a simple way to view compliance history.
A. Develop a script that programmatically checks for NAT gateways in an AWS account, sends an email alert, and terminates the NAT gateway
if a NAT gateway is detected. Deploy the script on an Amazon EC2 instance in each account. Use a cron job to run the script every 5 minutes.
Log the results of the checks to an Amazon RDS for MySQL database.
B. Create an AWS Lambda function that programmatically checks for NAT gateways in an AWS account, sends an email alert, and terminates
the NAT gateway if a NAT gateway is detected. Deploy the Lambda function to each account by using AWS Serverless Application Model (AWS
SAM) templates. Store the results of the checks on an Amazon OpenSearch Service cluster in each account.
C. Enable Amazon GuardDuty. Create an Amazon EventBridge rule for the Behavior:EC2/NATGatewayCreation GuardDuty finding type.
Configure the rule to invoke an AWS Step Functions state machine to send an email alert and terminate a NAT gateway if a NAT gateway is
D. Create a custom AWS Config rule that checks for NAT gateways in an AWS account. Configure the AWS Config rule to perform an AWS
Systems Manager Automation remediation action to send an email alert and terminate the NAT gateway if a NAT gateway is detected. Deploy
the AWS Config rule and the Systems Manager runbooks to each account by using AWS CloudFormation StackSets
Correct Answer: D
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 58/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company is running an online game on AWS. The game is played globally and is gaining popularity. Users are reporting problems with the
game's responsiveness. Replay rates are dropping, and the company is losing subscribers. Game servers are located in the us-west-2 Region and
The company has decided to deploy game servers to 11 additional AWS Regions to reduce the round-trip times of network traffic to game clients.
A network engineer must design a DNS solution that uses Amazon Route 53 to ensure that user traffic is delivered to game servers with an optimal
response time.
A. Create Route 53 records for the Elastic Load Balancers in each Region. Specify a weighted routing policy. Calculate the weight by using the
B. Create Route 53 records for the Elastic Load Balancers in each Region. Specify a latency routing policy. Set the Region to the Region where
C. Create Route 53 records for the Elastic Load Balancers in each Region. Specify a multivalue answer routing policy. Test latency from the
game client, and connect to the server with the best response.
D. Create Route 53 records for the Elastic Load Balancers in each Region. Specify a geolocation routing policy. Set the location to the Region
Correct Answer: B
A network engineer needs to build an encrypted connection between an on-premises data center and a VPC. The network engineer attaches the
VPC to a virtual private gateway and sets up an AWS Site-to-Site VPN connection. The VPN tunnel is UP after configuration and is working.
However, during rekey for phase 2 of the VPN negotiation, the customer gateway device is receiving different parameters than the parameters that
The network engineer checks the IPsec configuration of the VPN tunnel. The network engineer notices that the customer gateway device is
configured with the most secure encryption algorithms that the AWS Site-to-Site VPN configuration file provides.
What should the network engineer do to troubleshoot and correct the issue?
A. Check the native virtual private gateway logs. Restrict the VPN tunnel options to the specific VPN parameters that the virtual private
gateway requires.
B. Check the native customer gateway logs. Restrict the VPN tunnel options to the specific VPN parameters that the customer gateway
requires.
C. Check Amazon CloudWatch logs of the virtual private gateway. Restrict the VPN tunnel options to the specific VPN parameters that the
D. Check Amazon CloudWatch logs of the customer gateway. Restrict the VPN tunnel options to the specific VPN parameters that the
Correct Answer: B
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 59/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company is growing rapidly. Data transfers between the company's on-premises systems and Amazon EC2 instances that run in VPCs are
limited by the throughput of a single AWS Site-to-Site VPN connection between the company's on-premises data center firewall and an AWS
Transit Gateway.
A network engineer must resolve the throttling by designing a solution that is highly available and secure. The solution also must scale the VPN
throughput from on premises to the VPC resources to support the increase in traffic.
A. Configure multiple dynamic BGP-based Site-to-Site VPN connections to the transit gateway. Configure equal-cost multi-path routing
(ECMP).
B. Configure multiple static routing-based Site-to-Site VPN connections to the transit gateway. Configure equal-cost multi-path routing
(ECMP).
C. Configure a new Site-to-Site VPN connection to the transit gateway. Enable acceleration for the Site-to-Site VPN connection.
D. Configure a software appliance-based VPN connection over the internet from the on-premises firewall to an EC2 instance that has a large
Correct Answer: A
A company uses Amazon Route 53 to host a public hosted zone for example.com. A network engineer recently reduced the TTL on several records
to 60 seconds. The network engineer wants to assess whether the change has increased the number of queries to Route 53 beyond the expected
levels that the company identified before the change. The network engineer must obtain the number of queries that have been made to the
A. Create a new trail in AWS CloudTrail to include Route 53 data events. Send logs to Amazon CloudWatch Logs. Set up a CloudWatch metric
B. Use Amazon CloudWatch to access the AWS/Route 53 namespace and to check the DNSQueries metric for the public hosted zone.
C. Use Amazon CloudWatch to access the AWS/Route 53 Resolver namespace and to check the InboundQueryVolume metric for a specific
endpoint.
D. Configure logging to Amazon CloudWatch for the public hosted zone. Set up a CloudWatch metric filter to count the number of queries and
create graphs.
Correct Answer: B
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 60/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company is establishing connectivity between its on-premises site and an existing VPC on AWS to meet a new security requirement. According
to the new requirement, all public DNS queries must use an on-premises DNS security solution. The company's security team has allowed an
exception for the AWS service endpoints because the company is using VPC endpoints to access AWS services.
Which combination of steps should a network engineer take to configure the architecture to meet these requirements? (Choose three.)
A. Create a system rule for the domain name “.” (dot) with a target IP address of the on-premises DNS security solution.
B. Create a new DHCP options set that provides the IP address of the on-premises DNS security solution. Update the VPC to use this new
C. Create an Amazon Route 53 Resolver inbound endpoint. Associate this endpoint with the VPC.
D. Create an Amazon Route 53 Resolver outbound endpoint. Associate this endpoint with the VPC.
F. Create a forwarding rule for the domain name “.” (dot) with a target IP address of the on-premises DNS security solution.
A network engineer is designing the DNS architecture for a new AWS environment. The environment must be able to resolve DNS names of
endpoints on premises, and the on-premises systems must be able to resolve the names of AWS endpoints. The DNS architecture must give
The network engineer needs to create a single set of rules that will work across multiple accounts to control this behavior. In addition, the network
Which combination of steps should the network engineer take to meet these requirements? (Choose three.)
A. Create an Amazon Route 53 private hosted zone for the overall cloud domain. Plan to create subdomains that align to other AWS accounts
that are associated with the central Route 53 private hosted zone.
B. Create AWS Directory Service for Microsoft Active Directory server endpoints in the central AWS account that hosts the private hosted zone
for the overall cloud domain. Create a conditional forwarding rule in Microsoft Active Directory DNS to forward traffic to a DNS resolver
endpoint on premises. Create another rule to forward traffic between subdomains to the VPC resolver.
C. Create Amazon Route 53 Resolver inbound and outbound endpoints in the central AWS account that hosts the private hosted zone for the
overall cloud domain. Create a forwarding rule to forward traffic to a DNS resolver endpoint on premises. Create another rule to forward traffic
D. Ensure that networking exists between the other accounts and the central account so that traffic can reach the AWS Directory Service for
E. Ensure that networking exists between the other accounts and the central account so that traffic can reach the Amazon Route 53 Resolver
endpoints.
F. Share the Amazon Route 53 Resolver rules between accounts by using AWS Resource Access Manager (AWS RAM). Ensure that networking
exists between the other accounts and the central account so that traffic can reach the Route 53 Resolver endpoints.
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 61/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company wants to migrate its DNS registrar and DNS hosting to Amazon Route 53. The company website receives tens of thousands of visits
each day, and the company’s current DNS provider cannot keep up. The company wants to migrate as quickly as possible but cannot tolerate any
downtime.
A. Transfer the domain name to Route 53. Create a Route 53 private hosted zone, and copy all the existing DNS records. Update the name
servers on the domain to use the name servers that are specified in the newly created private hosted zone.
B. Copy all DNS records from the existing DNS servers to a Route 53 private hosted zone. Update the name servers with the existing registrar
to use the private hosted zone name servers. Transfer the domain name to Route 53. Ensure that all the changes have propagated.
C. Transfer the domain name to Route 53. Create a Route 53 public hosted zone, and copy all the existing DNS records. Set the TTL value on
each record to 1 second. Update the name servers on the domain to use the name servers that are specified in the newly created public
hosted zone.
D. Copy all DNS records from the existing DNS servers to a Route 53 public hosted zone. Update the name servers with the existing registrar to
use the Route 53 name servers for the hosted zone. When the changes have propagated, perform a domain name transfer to Route 53.
Correct Answer: D
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 62/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company has an AWS account with four VPCs in the us-east-1 Region. The VPCs consist of a development VPC and three production VPCs that
The company has extended its on-premises data center to AWS with AWS Direct Connect by using a Direct Connect gateway. The company now
wants to establish connectivity to its production VPCs and development VPC from on premises. The production VPCs are allowed to route data to
each other. However, the development VPC must be isolated from the production VPCs. No data can flow between the development VPC and the
production VPCs.
In preparation to implement this solution, a network engineer creates a transit gateway with a single transit gateway route table. Default route
table association and default route table propagation are turned off. The network engineer attaches the production VPCs, the development VPC,
and the Direct Connect gateway to the transit gateway. For each VPC route table, the network engineer adds a route to 0.0.0.0/0 with the transit
Which combination of steps should the network engineer take next to complete this solution? (Choose three.)
A. Associate the production VPC attachments with the existing transit gateway route table. Propagate the routes from these attachments.
B. Associate all the attachments with the existing transit gateway route table. Propagate the routes from these attachments.
C. Associate the Direct Connect gateway attachment with the existing transit gateway route table. Propagate the Direct Connect gateway
D. Change the security group inbound rules on the existing transit gateway network interfaces in the development VPC to allow connections to
E. Create a new transit gateway route table. Associate the new route table with the development VPC attachment. Propagate the Direct
Connect gateway and development VPC attachment to the new route table.
F. Create a new transit gateway with default route table association and default route table propagation turned on. Attach the Direct Connect
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 63/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A network engineer needs to provide dual-stack connectivity between a company's office location and an AWS account. The company's on-
premises router supports dual-stack connectivity, and the VPC has been configured with dual-stack support. The company has set up two AWS
Direct Connect connections to the office location. This connectivity must be highly available and must be reliable for latency-sensitive traffic.
A. Configure a single private VIF on each Direct Connect connection. Add both IPv4 and IPv6 peering to each private VIF. Configure the on-
premises equipment with the AWS provided BGP neighbors to advertise IPv4 routes on the IPv4 peering and IPv6 routes on the IPv6 peering.
B. Configure two private VIFs on each Direct Connect connection: one private VIF with the IPv4 address family and one private VIF with the
IPv6 address family. Configure the on-premises equipment with the AWS provided BGP neighbors to advertise IPv4 routes on the IPv4 peering
and IPv6 routes on the IPv6 peering. Enable Bidirectional Forwarding Detection (BFD) on all peering sessions.
C. Configure a single private VIF and IPv4 peering on each Direct Connect connection. Configure the on-premises equipment with this peering
to advertise the IPv6 routes in the same BGP neighbor configuration. Enable Bidirectional Forwarding Detection (BFD) on all peering sessions.
D. Configure two private VIFs on each Direct Connect connection: one private VIF with the IPv4 address family and one private VIF with the
IPv6 address family. Configure the on-premises equipment with the AWS provided BGP neighbors to advertise all IPv4 routes and IPv6 routes
on all peering sessions. Keep the Bidirectional Forwarding Detection (BFD) configuration unchanged.
E. Configure two private VIFs on each Direct Connect connection: one private VIF with the IPv4 address family and one private VIF with the
IPv6 address family. Configure the on-premises equipment with the AWS provided BGP neighbors to advertise IPv4 routes on the IPv4 peering
and IPv6 routes on the IPv6 peering. Reduce the BGP hello timer to 5 seconds on both the on-premises equipment and the Direct Connect
configuration.
Correct Answer: AB
A company recently started using AWS Client VPN to give its remote users the ability to access resources in multiple peered VPCs and resources
in the company's on-premises data center. The Client VPN endpoint route table has a single entry of 0.0.0.0/0. The Client VPN endpoint is using a
new security group that has no inbound rules and a single outbound rule that allows all traffic to 0.0.0.0/0.
Multiple remote users report that web search results are showing incorrect geographic location information for the users.
Which combination of steps should a network engineer take to resolve this issue with the LEAST amount of service interruption? (Choose three.)
C. Add routes for the peered VPCs and for the on-premises data center to the Client VPN route table.
D. Remove the 0.0.0.0/0 outbound rule from the security group that the Client VPN endpoint uses.
F. Remove the 0.0.0.0/0 entry from the Client VPN endpoint route table.
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 64/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company has set up hybrid connectivity between its VPCs and its on-premises data center. The company has the on-premises.example.com
subdomain configured at its DNS server in the on-premises data center. The company is using the aws.example.com subdomain for workloads
that run on AWS across different VPCs and accounts. Resources in both environments can access each other by using IP addresses. The
company wants workloads in the VPCs to be able to access resources on premises by using the on-premises.example.com DNS names.
Which solution will meet these requirements with MINIMUM management of resources?
A. Create an Amazon Route 53 Resolver outbound endpoint. Configure a Resolver rule that conditionally forwards DNS queries for on-
premises.example.com to the on-premises DNS server. Associate the rule with the VPCs.
B. Create an Amazon Route 53 Resolver inbound endpoint and a Resolver outbound endpoint. Configure a Resolver rule that conditionally
forwards DNS queries for on-premises.example.com to the on-premises DNS server. Associate the rule with the VPCs.
C. Launch an Amazon EC2 instance. Install and configure BIND software to conditionally forward DNS queries for on-premises.example.com
to the on-premises DNS server. Configure the EC2 instance's IP address as a custom DNS server in each VPC.
D. Launch an Amazon EC2 instance in each VPC. Install and configure BIND software to conditionally forward DNS queries for on-
premises.example.com to the on-premises DNS server. Configure the EC2 instance's IP address as a custom DNS server in each VPC.
Correct Answer: A
A company is in the early stage of AWS Cloud adoption. The company has an application that is running in an on-premises data center in Asia. The
company needs to deploy new applications in the us-east-1 Region. The applications in the cloud need connectivity to the on-premises data
center.
The company needs to set up a communication channel between AWS and the data center. The solution must improve latency, minimize the
possibility of performance impact from transcontinental routing over the public internet, and encrypt data in transit.
Which solution will meet these requirements in the LEAST amount of time?
A. Create an AWS Site-to-Site VPN connection with acceleration turned on. Create a virtual private gateway. Attach the Site-to-Site VPN
connection to the virtual private gateway. Attach the virtual private gateway to the VPC where the applications will be deployed.
B. Create an AWS Site-to-Site VPN connection with acceleration turned on. Create a transit gateway. Attach the Site-to-Site VPN connection to
the transit gateway. Create a transit gateway attachment to the VPC where the applications will be deployed.
C. Create an AWS Direct Connect connection. Create a virtual private gateway. Create a public VIF and a private VIF that use the virtual private
gateway. Create an AWS Site-to-Site VPN connection over the public VIF.
D. Create an AWS Site-to-Site VPN connection with acceleration turned off. Create a transit gateway. Attach the Site-to-Site VPN connection to
the transit gateway. Create a transit gateway attachment to the VPC where the applications will be deployed.
Correct Answer: B
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 65/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company is moving its record-keeping application to the AWS Cloud. All traffic between the company's on-premises data center and AWS must
be encrypted at all times and at every transit device during the migration.
The application will reside across multiple Availability Zones in a single AWS Region. The application will use existing 10 Gbps AWS Direct
Connect dedicated connections with a MACsec capable port. A network engineer must ensure that the Direct Connect connection is secured
The network engineer creates a Connection Key Name and Connectivity Association Key (CKN/CAK) pair for the MACsec secret key.
Which combination of additional steps should the network engineer take to meet the requirements? (Choose two.)
B. Update the connection's MACsec encryption mode to must_encrypt. Then associate the CKN/CAK pair with the connection.
C. Update the connection's MACsec encryption mode to should encrypt. Then associate the CKN/CAK pair with the connection.
D. Associate the CKN/CAK pair with the connection. Then update the connection's MACsec encryption mode to must_encrypt.
E. Associate the CKN/CAK pair with the connection. Then update the connection’s MACsec encryption mode to should_encrypt.
Correct Answer: AD
A network engineer is designing hybrid connectivity with AWS Direct Connect and AWS Transit Gateway. A transit gateway is attached to a Direct
Connect gateway and 19 VPCs across different AWS accounts. Two new VPCs are being attached to the transit gateway. The IP address
administrator has assigned 10.0.32.0/21 to the first VPC and 10.0.40.0/21 to the second VPC. The prefix list has one CIDR block remaining before
the prefix list reaches the quota for the maximum number of entries.
What should the network engineer do to advertise the routes from AWS to on premises to meet these requirements?
Correct Answer: D
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 66/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
Two companies are merging. The companies have a large AWS presence with multiple VPCs and are designing connectivity between their AWS
networks. Both companies are using AWS Direct Connect with a Direct Connect gateway. Each company also has a transit gateway and multiple
AWS Site-to-Site VPN connections from its transit gateway to on-premises resources. The new solution must optimize network visibility,
A. Configure a Site-to-Site VPN connection between each company's transit gateway to establish reachability between the respective
networks. Configure VPC Flow Logs for all VPCs. Publish the flow logs to Amazon CloudWatch. Use VPC Reachability Analyzer to monitor
connectivity.
B. Configure a Site-to-Site VPN connection between each company's transit gateway to establish reachability between the respective
networks. Configure VPC Flow Logs for all VPCs. Publish the flow logs to Amazon CloudWatch. Use AWS Transit Gateway Network Manager to
C. Configure transit gateway peering between each company's transit gateway. Configure VPC Flow Logs for all VPCs. Publish the flow logs to
D. Configure transit gateway peering between each company's transit gateway. Configure VPC Flow Logs for all VPCs. Publish the flow logs to
Amazon CloudWatch. Use AWS Transit Gateway Network Manager to monitor the transit gateways, their respective connections, and the
Correct Answer: D
A company has a single VPC in the us-east-1 Region. The company is planning to set up a new VPC in the us-east-2 Region. The existing VPC has
an AWS Site-to-Site VPN connection to the company's on-premises environment and uses a virtual private gateway.
A network engineer needs to implement a solution to establish connectivity between the existing VPC and the new VPC. The solution also must
implement support for IPv6 for the new VPC. The company has new on-premises resources that need to connect to VPC resources by using IPv6
addresses.
A. Create a new virtual private gateway in us-east-1. Attach the new virtual private gateway to the new VPC. Create two new Site-to-Site VPN
connections to the new virtual private gateway with IPv4 and IPv6 support. Configure routing between the VPCs by using VPC peering.
B. Create a transit gateway in us-east-1 and in us-east-2. Attach the existing VPC and the new VPC to each transit gateway. Create a new Site-
to-Site VPN connection to each transit gateway with IPv4 and IPv6 support. Configure transit gateway peering. Configure routing between the
C. Create a new virtual private gateway in us-east-2. Attach the new virtual private gateway to the new VPCreate two new Site-to-Site VPN
connections to the new virtual private gateway with IPv4 and IPv6 support. Configure routing between the VPCs by using VPC peering.
D. Create a transit gateway in us-east-1. Attach the existing VPC and the new VPC to the transit gateway. Create two new Site-to-Site VPN
connections to the transit gateway with IPv4 and IPv6 support. Configure transit gateway peering. Configure routing between the VPCs and the
on-premises environment.
Correct Answer: D
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 67/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A network engineer is working on a private DNS design to integrate AWS workloads and on-premises resources. The AWS deployment consists of
five VPCs in the eu-west-1 Region that connect to the on-premises network over AWS Direct Connect. The VPCs communicate with each other by
using a transit gateway. Each VPC is associated with a private hosted zone that uses the aws.example.internal domain. The network engineer
creates an Amazon Route 53 Resolver outbound endpoint in a shared services VPC and attaches the shared services VPC to the transit gateway.
The network engineer is implementing a solution for DNS resolution. Queries for hostnames that end with aws.example.internal must use the
private hosted zone. Queries for hostnames that end with all other domains must be forwarded to a private on-premises DNS resolver.
A. Add a forwarding rule for “*” that targets the on-premises server's DNS IP address. Add a system rule for aws.example.internal that targets
Route 53 Resolver.
B. Add a forwarding rule for aws.example.internal that targets Route 53 Resolver. Add a system rule for “.” that targets the Route 53 Resolver
outbound endpoint.
C. Add a forwarding rule for “*” that targets the Route 53 Resolver outbound endpoint.
D. Add a forwarding rule for “.” that targets the Route 53 Resolver outbound endpoint.
Correct Answer: A
A global film production company uses the AWS Cloud to encode and store its video content before distribution. The company's three global
offices are connected to the us-east-1 Region through AWS Site-to-Site VPN links that terminate on a transit gateway with BGP routing activated.
The company recently started to produce content at a higher resolution to support 8K streaming. The size of the content files has increased to
three times the size of the content files from the previous format. Uploads of files to Amazon EC2 instances are taking 10 times longer than they
Which actions should a network engineer recommend to reduce the upload times? (Choose two.)
A. Create a second VPN tunnel from each office location to the transit gateway. Activate equal-cost multi-path (ECMP) routing.
B. Modify the transit gateway to activate Jumbo MTU on the VPN tunnels to each office location.
C. Replace the existing VPN tunnels with new tunnels that have acceleration activated.
D. Upgrade each EC2 instance to a modern instance type. Activate Jumbo MTU in the operating system.
E. Replace the existing VPN tunnels with new tunnels that have IGMP activated.
Correct Answer: AB
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 68/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
An application team for a startup company is deploying a new multi-tier application into the AWS Cloud. The application will be hosted on a fleet
of Amazon EC2 instances that run in an Auto Scaling group behind a publicly accessible Network Load Balancer (NLB). The application requires
In the near term, the application will serve only users within the same geographic location. The application team plans to extend the application to
a global audience and will move the deployment to multiple AWS Regions around the world to bring the application closer to the end users. The
application team wants to use the new Regions to deploy new versions of the application and wants to be able to control the amount of traffic that
each Region receives during these rollouts. In addition, the application team must minimize first-byte latency and jitter (randomized delay) for the
end users.
How should the application team design the network architecture for the application to meet these requirements?
A. Create an Amazon CloudFront distribution to align to each Regional deployment. Set the NLB for each Region as the origin for each
CloudFront distribution. Use an Amazon Route 53 weighted routing policy to control traffic to the newer Regional deployments.
B. Create an AWS Global Accelerator accelerator and listeners for the required ports. Configure endpoint groups for each Region. Configure a
traffic dial for the endpoint groups to control traffic to the newer Regional deployments. Register the NLBs with the endpoint groups.
C. Use Amazon S3 Transfer Acceleration for the application in each Region. Adjust the amount of traffic that each Region receives from the
D. Create an Amazon CloudFront distribution that includes an origin group. Set the NLB for each Region as the origins for the origin group. Use
an Amazon Route 53 latency routing policy to control traffic to the new Regional deployments.
Correct Answer: B
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 69/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company is deploying a new stateless web application on AWS. The web application will run on Amazon EC2 instances in private subnets
behind an Application Load Balancer. The EC2 instances are in an Auto Scaling group. The web application has a stateful management application
for administration that will run on EC2 instances that are in a separate Auto Scaling group.
The company wants to access the management application by using the same URL as the web application, with a path prefix of/management. The
protocol, hostname, and port number must be the same for the web application and the management application. Access to the management
application must be restricted to the company's on-premises IP address space. An SSL/TLS certificate from AWS Certificate Manager (ACM) will
Which combination of steps should a network engineer take to meet these requirements? (Choose two.)
A. Insert a rule for the load balancer HTTPS listener. Configure the rule to check the path-pattern condition type for the /management prefix
and to check the source-ip condition type for the on-premises IP address space. Forward requests to the management application target
group if there is a match. Edit the management application target group and enable stickiness.
B. Modify the default rule for the load balancer HTTPS listener. Configure the rule to check the path-pattern condition type for the
/management prefix and to check the source-ip condition type for the on-premises IP address space. Forward requests to the management
application target group if there is not a match. Enable group-level stickiness in the rule attributes.
C. Insert a rule for the load balancer HTTPS listener. Configure the rule to check the path-pattern condition type for the /management prefix
and to check the X-Forwarded-For HTTP header for the on-premises IP address space. Forward requests to the management application target
D. Modify the default rule for the load balancer HTTPS listener. Configure the rule to check the path-pattern condition type for the
/management prefix and to check the source-ip condition type for the on-premises IP address space. Forward requests to the web application
E. Forward all requests to the web application target group. Edit the web application target group and disable stickiness.
Correct Answer: AD
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 70/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company deploys a software solution on Amazon EC2 instances that are in a cluster placement group. The solution's UI is a single HTML page.
The HTML file size is 1,024 bytes. The software processes files that exceed 1,024 MB in size. The software shares files over the network to clients
upon request. The files are shared with the Don't Fragment flag set. Elastic network interfaces of the EC2 instances are set up with jumbo frames.
The UI is always accessible from all allowed source IP addresses, regardless of whether the source IP addresses are within a VPC, on the internet,
or on premises. However, clients sometimes do not receive files that they request because the files fail to travel successfully from the software to
the clients.
Which options provide a possible root cause of these failures? (Choose two.)
A. The source IP addresses are from on-premises hosts that are routed over AWS Direct Connect.
B. The source IP addresses are from on-premises hosts that are routed over AWS Site-to-Site VPN.
C. The source IP addresses are from hosts that connect over the public internet.
D. The security group of the EC2 instances does not allow ICMP traffic.
E. The operating system of the EC2 instances does not support jumbo frames.
Correct Answer: BC
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 71/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company has users who work from home. The company wants to move these users to Amazon WorkSpaces for additional security visibility.
The company has deployed WorkSpaces in its own AWS account in VPC A. A network engineer decides to provide the security visibility by using
two firewall appliances behind a Gateway Load Balancer (GWLB). The network engineer provisions another VPC, VPC B, in a separate account and
What should the network engineer do to configure the network connectivity for this solution?
A. Create a GWLB in VPC A with the firewall appliance instances as targets. Use the GWLB to create a GWLB endpoint. Add the AWS principal
ARN of the WorkSpaces account to the principal allow list of the GWLB endpoint. In the WorkSpaces account, create a VPC endpoint and
specify the service name that the AWS Management Console provides for the GWLB endpoint. Modify the route tables of VPC A to point the
B. Create a GWLB in VPC B with the firewall appliance instances as targets. Use the GWLB to create a GWLB endpoint. Add the AWS principal
ARN of the WorkSpaces account to the principal allow list of the GWLB endpoint. In the WorkSpaces account, create a VPC endpoint and
specify the service name that the AWS Management Console provides for the GWLB endpoint. Modify the route tables of VPC A to point the
C. Create a GWLB in VPC B with the firewall appliance instances as targets. Use the GWLB to create a GWLB endpoint. Add the AWS principal
ARN of the WorkSpaces account to the principal allow list of the GWLB endpoint. In the WorkSpaces account, create a VPC endpoint and
specify the service name that the AWS Management Console provides for the GWLB endpoint. Modify the route tables of VPC A to point the
D. Create a GWLB in VPC B with the firewall appliance instances as targets. Use the GWLB to create a GWLB endpoint. Add the AWS principal
ARN of the account that contains the firewall appliances to the principal allow list of the GWLB endpoint. In the WorkSpaces account, create a
VPC endpoint and specify the service name that the AWS Management Console provides for the GWLB endpoint. Modify the route tables of
Correct Answer: B
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 72/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company plans to run a computationally intensive data processing application on AWS. The data is highly sensitive. The VPC must have no
direct internet access, and the company has applied strict network security to control access.
Data scientists will transfer data from the company's on-premises data center to the instances by using an AWS Site-to-Site VPN connection. The
on-premises data center uses the network range 172.31.0.0/20 and will use the network range 172.31.16.0/20 in the application VPC.
The data scientists report that they can start new instances of the application but that they cannot transfer any data from the on-premises data
center. A network engineer enables VPC flow logs and sends a ping to one of the instances to test reachability. The flow logs show the following:
The network engineer must recommend a solution that will give the data scientists the ability to transfer data from the on-premises data center.
A. Modify the security group for the application. Add an inbound rule to allow traffic from the on-premises data center network range to the
application.
B. Modify the network ACLs for the VPC subnet. Add an inbound rule to allow traffic from the on-premises data center network range to the
C. Modify the network ACLs for the VPC subnet. Add an outbound rule to allow traffic from the VPC subnet range to the on-premises data
D. Modify the security group for the application. Add an outbound rule to allow traffic from the application to the on-premises data center
network range.
Correct Answer: B
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 73/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company needs to temporarily scale out capacity for an on-premises application and wants to deploy new servers on Amazon EC2 instances. A
network engineer must design the networking solution for the connectivity and for the application on AWS.
The EC2 instances need to share data with the existing servers in the on-premises data center. The servers must not be accessible from the
internet. All traffic to the internet must route through the firewall in the on-premises data center. The servers must be able to access a third-party
web application.
A. Create a VPC that has public subnets and private subnets. Create a customer gateway, a virtual private gateway, and an AWS Site-to-Site
VPN connection. Create a NAT gateway in a public subnet. Create a route table, and associate the public subnets with the route table. Add a
default route to the internet gateway. Create a route table, and associate the private subnets with the route table. Add a default route to the
NAT gateway. Add routes for the data center subnets to the virtual private gateway. Deploy the application to the private subnets.
B. Create a VPC that has private subnets. Create a customer gateway, a virtual private gateway, and an AWS Site-to-Site VPN connection.
Create a route table, and associate the private subnets with the route table. Add a default route to the virtual private gateway. Deploy the
C. Create a VPC that has public subnets. Create a customer gateway, a virtual private gateway, and an AWS Site-to-Site VPN connection.
Create a route table, and associate the public subnets with the route table. Add a default route to the internet gateway. Add routes for the on-
premises data center subnets to the virtual private gateway. Deploy the application to the public subnets.
D. Create a VPC that has public subnets and private subnets. Create a customer gateway, a virtual private gateway, and an AWS Site-to-Site
VPN connection. Create a route table, and associate the public subnets with the route table. Add a default route to the internet gateway.
Create a route table, and associate the private subnets with the route table. Add routes for the on-premises data center subnets to the virtual
Correct Answer: A
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 74/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company is deploying a web application into two AWS Regions. The company has one VPC in each Region. Each VPC has three Amazon EC2
instances as web servers behind an Application Load Balancer (ALB). The company already has configured an Amazon Route 53 public hosted
zone for example.com. Users will access the application by using the fully qualified domain name (FQDN) of app.example.com.
The company needs a DNS solution that allows global users to access the application. The solution must route the users' requests to the Region
that provides the lowest response time. The solution must fail over to the Region that provides the next-lowest response time if the application is
A. For each ALB, create an A record that has a geolocation routing policy to route app.example.com to the IP addresses of the ALB. Configure
a Route 53 HTTP health check that monitors each ALB by IP address. Associate the health check with the A records.
B. Create an A record that has a geolocation routing policy to route app.example.com to the IP addresses for both ALBs. Configure a Route 53
health check that monitors TCP port 80 for each ALB by IP address. Associate the health check with the A records.
C. Create an A record that has a latency-based routing policy to route app.example.com as an alias to one of the ALBs. Configure a Route 53
health check that monitors TCP port 80 for each ALB by IP address. Associate the health check with the A records.
D. For each ALB, create an A record that has a latency-based routing policy to route app.example.com as an alias to the ALB. Set the value for
Correct Answer: D
A consulting company manages AWS accounts for its customers. One of the company's customers needs to add intrusion prevention for its
environment without having to re-architect the environment. The customer's environment includes five VPCs in two AWS Regions in the United
States. VPC-to-VPC connectivity is achieved through VPC peering. The customer does not plan to increase the number of VPCs within the next 2
Correct Answer: B
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 75/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company hosts its IT infrastructure in an on-premises data center. The company wants to migrate the infrastructure to the AWS Cloud in phases.
A network engineer wants to set up a 10 Gbps AWS Direct Connect dedicated connection between the on-premises data center and VPCs. The
company's network provider needs 3 months to provision the Direct Connect connection.
In the meantime, the network engineer implements a temporary solution by deploying an AWS Site-to-Site VPN connection that terminates to a
virtual private gateway. The network engineer observes that the bandwidth of the Site-to-Site VPN connection is capped at 1.25 Gbps despite a
What should the network engineer do to improve the VPN connection bandwidth before the implementation of the Direct Connect connection?
A. Contact AWS Support to request a bandwidth quota increase for the existing Site-to-Site VPN connection.
B. Discuss the issue with the hardware vendor. Buy a bigger and more powerful customer gateway device that has faster encryption and
decryption capabilities.
C. Create several additional Site-to-Site VPN connections that terminate on the same virtual gateway. Configure equal-cost multi-path (ECMP)
D. Create a transit gateway. Attach the VPCs to the transit gateway. Create several additional Site-to-Site VPN connections that terminate on
the transit gateway. Configure equal-cost multi-path (ECMP) routing to use all the VPN connections simultaneously.
Correct Answer: D
A company has business operations in the United States and in Europe. The company's public applications are running on AWS and use three
transit gateways. The transit gateways are located in the us-west-2, us-east-1, and eu-central-1 Regions. All the transit gateways are connected to
The company accidentally removes the route to the eu-central-1 VPCs from the us-west-2 transit gateway route table. The company also
accidentally removes the route to the us-west-2 VPCs from the eu-central-1 transit gateway route table.
How can a network engineer identify the misconfiguration with the LEAST operational overhead?
A. Use the Route Analyzer feature for AWS Transit Gateway Network Manager.
B. Use the AWSSupport-SetupIPMonitoringFromVPC AWS Systems Manager Automation runbook. Push network telemetry data to Amazon
C. Use VPC flow logs in eu-central-1 and us-west-2 to analyze the missing routes.
D. Use Amazon VPC Traffic Mirroring in eu-central-1 or us-west-2 to take packet captures and troubleshoot the connectivity issues.
Correct Answer: A
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 76/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A marketing company is using hybrid infrastructure through AWS Direct Connect links and a software-defined wide area network (SD-WAN) overlay
to connect its branch offices. The company connects multiple VPCs to a third-party SD-WAN appliance transit VPC within the same account by
The company is planning to connect more VPCs to the SD-WAN appliance transit VPC. However, the company faces challenges of scalability, route
table limitations, and higher costs with the existing architecture. A network engineer must design a solution to resolve these issues and remove
dependencies.
Which solution will meet these requirements with the LEAST amount of operational overhead?
A. Configure a transit gateway to attach the VPCs. Configure a Site-to-Site VPN connection between the transit gateway and the third-party SD-
WAN appliance transit VPC. Use the SD-WAN overlay links to connect to the branch offices.
B. Configure a transit gateway to attach the VPCs. Configure a transit gateway Connect attachment for the third-party SD-WAN appliance
transit VPC. Use transit gateway Connect native integration of SD-WAN virtual hubs with AWS Transit Gateway.
C. Configure a transit gateway to attach the VPCs. Configure VPC peering between the VPCs and the third-party SD-WAN appliance transit
D. Configure VPC peering between the VPCs and the third-party SD-WAN appliance transit VPC. Use transit gateway Connect native integration
Correct Answer: B
A company is running a hybrid cloud environment. The company has multiple AWS accounts as part of an organization in AWS Organizations. The
company needs a solution to manage a list of IPv4 on-premises hosts that will be allowed to access resources in AWS. The solution must provide
version control for the list of IPv4 addresses and must make the list available to the AWS accounts in the organization.
A. Create a customer-managed prefix list. Add entries for the initial list of on-premises IPv4 hosts. Create a resource share in AWS Resource
Access Manager. Add the managed prefix list to the resource share. Share the resource with the organization.
B. Create a customer-managed prefix list. Add entries for the initial list of on-premises IPv4 hosts. Use AWS Firewall Manager to share the
C. Create a security group. Add inbound rule entries for the initial list of on-premises IPv4 hosts. Create a resource share in AWS Resource
Access Manager. Add the security group to the resource share. Share the resource with the organization.
D. Create an Amazon DynamoDB table. Add entries for the initial list of on-premises IPv4 hosts. Create an AWS Lambda function that
assumes a role in each AWS account in the organization to authorize inbound rules on security groups based on entries from the DynamoDB
table.
Correct Answer: A
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 77/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company's application is deployed on Amazon EC2 instances in a single VPC in an AWS Region. The EC2 instances are running in two
Availability Zones. The company decides to use a fleet of traffic inspection instances from AWS Marketplace to inspect traffic between the VPC
and the internet. The company is performing tests before the company deploys the architecture into production.
The fleet is located in a shared inspection VPC behind a Gateway Load Balancer (GWLB). To minimize the cost of the solution, the company
deployed only one inspection instance in each Availability Zone that the application uses.
During tests, a network engineer notices that traffic inspection works as expected when the network is stable. However, during maintenance of the
inspection instances, the internet sessions time out for some application instances. The application instances are not able to establish new
sessions.
A. Deploy one inspection instance in the Availability Zones that do not have inspection instances deployed.
B. Deploy one additional inspection instance in each Availability Zone where the inspection instances are deployed.
D. Deploy inspection instances in an Auto Scaling group. Define a scaling policy that is based on CPU load.
Correct Answer: BC
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 78/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company has developed a new web application on AWS. The application runs on Amazon Elastic Container Service (Amazon ECS) on AWS
Fargate behind an Application Load Balancer (ALB) in the us-east-1 Region. The application uses Amazon Route 53 to host the DNS records for
the domain. The content that is served from the website is mostly static images and files that are not updated frequently. Most of the traffic to the
website from end users will originate from the United States. Some traffic will originate from Canada and Europe.
A network engineer needs to design a solution that will reduce latency for end users at the lowest cost. The solution also must ensure that all
A. Configure the ALB to use an AWS Global Accelerator accelerator in us-east-1. Create a secure HTTPS listener. Create an alias record in
Amazon Route 53 for the custom domain name. Configure the alias record to route to the DNS name that is assigned to the accelerator for the
ALB.
B. Configure the ALB to use a secure HTTPS listener. Create an Amazon CloudFront distribution. Set the origin domain name to point to the
DNS record that is assigned to the ALConfigure the CloudFront distribution to use an SSL certificate. Set all behaviors to force HTTPS. Create
an alias record in Amazon Route 53 for the custom domain name. Configure the alias record to route to the DNS name that is assigned to the
ALB.
C. Configure the ALB to use a secure HTTPS listener. Create an Amazon CloudFront distribution. Set the origin domain name to point to the
DNS record that is assigned to the ALB. Configure the CloudFront distribution to use an SSL certificate and redirect HTTP to HTTPS. Create an
alias record in Amazon Route 53 for the custom domain name. Configure the alias record to route to the CloudFront distribution.
D. Configure the ALB to use an AWS Global Accelerator accelerator in us-east-1. Create a secure HTTPS listener. Create a second application
stack on Amazon ECS on Fargate in the eu-west-1 Region. Create another secure HTTPS listener. Create an alias record in Amazon Route 53
for the custom domain name. Configure the alias record to use a latency-based routing policy to route to the DNS name that is assigned to the
Correct Answer: C
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 79/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company deploys an internal website behind an Application Load Balancer (ALB) in a VPC. The VPC has a CIDR block of 172.31.0.0/16. The
company creates a private hosted zone for the domain example.com for the website in Amazon Route 53. The company establishes an AWS Site-
to-Site VPN connection between its office network and the VPC.
A network engineer needs to set up a DNS solution so that employees can visit the internal webpage by accessing a private domain URL
A. Create an alias record that points to the ALB in the Route 53 private hosted zone.
B. Create a CNAME record that points to the ALB internal domain in the Route 53 private hosted zone.
C. Create a Route 53 Resolver inbound endpoint. On the office DNS server, configure a conditional forwarder to forward the DNS queries to the
D. Create a Route 53 Resolver outbound endpoint. On the office DNS server, configure a conditional forwarder to forward the DNS queries to
E. On the office DNS server, configure a conditional forwarder for the private domain to the VPC DNS at 172.31.0.2.
Correct Answer: AC
A company is deploying AWS Cloud WAN with edge locations in the us-east-1 Region and the ap-southeast-2 Region. Individual AWS Cloud WAN
segments are configured for the development environment, the production environment, and the shared services environment at each edge
location. Many new VPCs will be deployed for the environments and will be configured as attachments to the AWS Cloud WAN core network.
The company's network team wants to ensure that VPC attachments are configured for the correct segment. The network team will tag the VPC
attachments by using the Environment key with a value of the corresponding environment segment name. The segment for the production
environment in us-east-1 must require acceptance for attachment requests. All other attachment requests must not require acceptance.
A. Create a rule with a number of 100 that requires acceptance for attachments to the production segment. In the rule, set the condition logic
to the "or" value. Include conditions that require a tag:Environment value of Production or a Region value of us-east-1. Create a rule with a
number of 200 that does not require acceptance to map any tag:Environment values to their respective segments.
B. Create a rule with a number of 100 that requires acceptance for attachments to the production segment. In the rule, set the condition logic
to the "and" value. Include conditions that require a tag:Environment value of Production and a Region value of us-east-1. Create a rule with a
number of 200 that does not require acceptance to map any tag.Environment values to their respective segments.
C. Create a rule with a number of 100 that does not require acceptance to map any tag:Environment values to their respective segments.
Create a rule with a number of 200 that requires acceptance for attachments to the production segment. In the rule, set the condition logic to
the "and" value. Include conditions that require a tag:Environment value of Production and a Region value of us-east-1.
D. Create a rule with a number of 100 that does not require acceptance to map any tag:Environment values to their respective segments.
Create a rule with a number of 200 that requires acceptance for attachments to the production segment. In the rule, set the condition logic to
the "or" value. Include conditions that require a tag:Environment value of Production or a Region value of us-east-1.
Correct Answer: B
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 80/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company is migrating applications from a data center to AWS. Many of the applications will need to exchange data with the company's on-
premises mainframe.
The company needs to achieve 4 Gbps transfer speeds to meet peak traffic demands. A network engineer must design a highly available solution
that maximizes resiliency. The solution must be able to withstand the loss of circuits or routers.
A. Order four 10 Gbps AWS Direct Connect connections that are evenly spread over two locations. Terminate one connection from each Direct
Connect location to a router at the company location. Terminate the other connection from each Direct Connect location to a different router
B. Order two 10 Gbps AWS Direct Connect connections that are evenly spread over two locations. Terminate the connection from each Direct
C. Order four 1 Gbps AWS Direct Connect connections that are evenly spread over two locations. Terminate one connection from each Direct
Connect location to a router at the company location. Terminate the other connection from each Direct Connect location to a different router
D. Order two 1 Gbps AWS Direct Connect connections that are evenly spread over two locations. Terminate the connection from each Direct
Correct Answer: A
A company has 10 web server Amazon EC2 instances that run in an Auto Scaling group in a production VPC. The company has 10 other web
servers that run in an on-premises data center. The company has a 10 Gbps AWS Direct Connect connection between the on-premises data center
The company needs to implement a load balancing solution that receives HTTPS traffic from thousands of external users. The solution must
distribute the traffic across the web servers on AWS and the web servers in the on-premises data center. Regardless of the location of the web
servers, HTTPS requests must go to the same web server throughout the entire session.
A. Create a Network Load Balancer (NLB) in the production VPC. Create a target group. Specify ip as the target type. Register the EC2
instances and the on-premises servers with the target group Enable connection draining on the NLB
B. Create an Application Load Balancer (ALB) in the production VPC. Create a target group Specify ip as the target type. Register the EC2
instances and the on-premises servers with the target group. Enable application-based session affinity (sticky sessions) on the ALB.
C. Create a Network Load Balancer (NLB) in the production VPCreate a target group. Specify instance as the target type. Register the EC2
instances and the on-premises servers with the target group. Enable session affinity (sticky sessions) on the NLB.
D. Create an Application Load Balancer (ALB) in the production VPC. Create a target group. Specify instance as the target type Register the
EC2 instances and the on-premises servers with the target group Enable application-based session affinity (sticky sessions) on the ALB.
Correct Answer: B
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 81/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company has an AWS environment that includes multiple VPCs that are connected by a transit gateway. The company has decided to use AWS
Site-to-Site VPN to establish connectivity between its on-premises network and its AWS environment.
The company does not have a static public IP address for its on-premises network. A network engineer must implement a solution to initiate the
VPN connection on the AWS side of the connection for traffic from the AWS environment to the on-premises network.
Which combination of steps should the network engineer take to establish VPN connectivity between the transit gateway and the on-premises
A. Configure the Site-to-Site VPN tunnel options to use Internet Key Exchange version 1 (IKEv1).
B. Configure the Site-to-Site VPN tunnel options to use Internet Key Exchange version 2 (IKEv2).
C. Use a private certificate authority (CA) from AWS Private Certificate Authority to create a certificate.
D. Use a public certificate authority (CA) from AWS Private Certificate Authority to create a certificate.
E. Create a customer gateway. Specify the current dynamic IP address of the customer gateway device’s external interface.
F. Create a customer gateway without specifying the IP address of the customer gateway device.
A company's AWS environment has two VPCs. VPC A has a CIDR block of 192.168.0.0/16. VPC B has a CIDR block of 10.0.0.0/16. Each VPC is
deployed in a separate AWS Region. The company has remote users who work outside the company's offices. These users need to connect to an
Traffic to and from the VPCs over the internet must be encrypted. A network engineer must set up connectivity between the remote users and the
VPCs.
Which combination of steps should the network engineer take to meet these requirements with the LEAST management overhead? (Choose
three.)
C. Create an AWS Client VPN endpoint in VPC A and VPC B Add an authorization rule to grant access to VPC A and VPC B.
D. Create an AWS Client VPN endpoint in VPC A Add an authorization rule to grant access to VPC A and VPC B.
E. Add a route to the AWS Client VPN endpoint’s route table to direct traffic to VPC B.
F. Add a route to the AWS Client VPN endpoint's route table to direct traffic to VPC A.
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 82/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company uses Amazon Route 53 to register a public domain, example.com, in an AWS account. A central services group manages the account.
The company wants to create a subdomain, test.example.com, in another AWS account to offer name services for Amazon EC2 instances that are
hosted in the account. The company does not want to migrate the parent domain to the subdomain account.
A network engineer creates a new Route 53 hosted zone for the subdomain in the second account.
Which combination of steps must the network engineer take to complete the task? (Choose two.)
A. Add records for the hosts of the new subdomain to the new Route 53 hosted zone.
B. Update the DNS service for the parent domain by adding name server (NS) records for the subdomain.
C. Update the DNS service for the subdomain by adding name server (NS) records for the parent domain.
D. Create an alias record from the parent domain that points to the hosted zone for the subdomain in the second account.
E. Add a start of authority (SOA) record in the parent domain for the subdomain.
Correct Answer: AB
An IoT company collects data from thousands of sensors that are deployed in the Unites States and South Asia. The sensors use a proprietary
communication protocol that is built on UDP to send the data to a fleet of Amazon EC2 instances. The instances are in an Auto Scaling group and
run behind a Network Load Balancer (NLB). The instances, Auto Scaling group, and NLB are deployed in the us-west-2 Region.
Occasionally, the data from the sensors in South Asia gets lost in transit over the internet and does not reach the EC2 instances.
B. Create an Amazon CloudFront distribution. Specify the existing NLB as the origin.
C. Create a second deployment of the EC2 instances and the NLB in the ap-south-1 Region. Use an Amazon Route 53 latency routing policy to
D. Create a second deployment of the EC2 instances and the NLB in the ap-south-1 Region. Use an Amazon Route 53 failover routing policy to
E. Turn on enhanced networking on the EC2 instances by using the most recent Elastic Network Adapter (ENA) drivers.
Correct Answer: AC
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 83/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company has an application that runs on a fleet of Amazon EC2 instances. A new company regulation mandates that all network traffic to and
from the EC2 instances must be sent to a centralized third-party EC2 appliance for content inspection.
A. Configure VPC flow logs on each EC2 network interface. Publish the flow logs to an Amazon S3 bucket. Create a third-party EC2 appliance
to acquire flow logs from the S3 bucket. Log in to the appliance to monitor network content.
B. Create a third-party EC2 appliance in an Auto Scaling group fronted by a Network Load Balancer (NLB). Configure a mirror session. Specify
the NLB as the mirror target. Specify a mirror filter to capture inbound and outbound traffic. For the source of the mirror session, specify the
EC2 elastic network interfaces for all the instances that host the application.
C. Configure a mirror session. Specify an Amazon Kinesis Data Firehose delivery stream as the mirror target. Specify a mirror filter to capture
inbound and outbound traffic. For the source of the mirror session, specify the EC2 elastic network interfaces for all the instances that host
the application. Create a third-party EC2 appliance. Send all traffic to the appliance through the Kinesis Data Firehose delivery stream for
content inspection.
D. Configure VPC flow logs on each EC2 network interface. Send the logs to Amazon CloudWatch. Create a third-party EC2 appliance.
Configure a CloudWatch filter to send the flow logs to Amazon Kinesis Data Firehose to load the logs into the appliance.
Correct Answer: B
A company has two AWS Direct Connect links. One Direct Connect link terminates in the us-east-1 Region, and the other Direct Connect link
terminates in the af-south-1 Region. The company is using BGP to exchange routes with AWS.
How should a network engineer configure BGP to ensure that af-south-1 is used as a secondary link to AWS?
A. • On the Direct Connect link to us-east-1, configure BGP peering to use community tag 7224:7100
• On the Direct Connect link to af-south-1, configure BGP peering to use community tag 7224:7300
• On the Direct Connect BGP peer to us-east-1, set the local preference value to 200
• On the Direct Connect BGP peer to af-south-1, set the local preference value to 50
B. • On the Direct Connect link to us-east-1, configure BGP peering to use community tag 7224:7300
• On the Direct Connect link to af-south-1, configure BGP peering to use community tag 7224:7100
• On the Direct Connect BGP peer to us-east-1, set the local preference value to 200
• On the Direct Connect BGP peer to af-south-1, set the local preference value to 50
C. • On the Direct Connect link to us-east-1, configure BGP peering to use community tag 7224:7100
• On the Direct Connect link to af-south-1, configure BGP peering to use community tag 7224:7300
• On the Direct Connect BGP peer to us-east-1, set the local preference value to 50
• On the Direct Connect BGP peer to af-south-1, set the local preference value to 200
D. • On the Direct Connect link to us-east-1, configure BGP peering to use community tag 7224:7300
• On the Direct Connect link to af-south-1, configure BGP peering to use community tag 7224:7100
• On the Direct Connect BGP peer to us-east-1, set the local preference value to 50
• On the Direct Connect BGP peer to af-south-1, set the local preference value to 200
Correct Answer: A
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 84/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A team of infrastructure engineers wants to automate the deployment of Application Load Balancer (ALB) components by using the AWS Cloud
Development Kit (AWS CDK). The CDK application must deploy an infrastructure stack that is reusable and consistent across multiple
The lead network architect on the project has already bootstrapped the target accounts. The lead network architect also has deployed core
network components such as VPCs and Amazon Route 53 private hosted zones across the multiple environments and Regions. The infrastructure
engineers must design the ALB components in the CDK application to use the existing core network components.
Which combination of steps will meet this requirement with the LEAST manual effort between environment deployments? (Choose two.)
A. Design the CDK application to read AWS CloudFormation parameters for the values that vary across environments and Regions. Reference
these variables in the CDK stack for resources that require the variables.
B. Design the CDK application to read environment variables that contain account and Region details at runtime. Use these variables as
properties of the CDK stack. Use context methods in the CDK stack to retrieve variable values.
C. Create a dedicated account for shared application services in the multi-account environment. Deploy a CDK pipeline to the dedicated
account. Create stages in the pipeline that deploy the CDK application across different environments and Regions.
D. Write a script that automates the deployment of the CDK application across multiple environments and Regions. Distribute the script to
E. Use the CDK toolkit locally to deploy stacks to each environment and Region. Use the --context flag to pass in variables that the CDK
Correct Answer: BC
A company has critical VPC workloads that connect to an on-premises data center through two redundant active-passive AWS Direct Connect
connections. However, a recent outage on one Direct Connect connection revealed that it takes more than a minute for traffic to fail over to the
secondary Direct Connect connection. The company wants to reduce the failover time from minutes to seconds.
Which solution will provide the LARGEST reduction in the BGP failover time?
A. Reduce the BGP hold-down timer that is configured on the BGP sessions on the Direct Connect connection VIFs.
B. Configure an Amazon CloudWatch alarm for the Direct Connect connection state to invoke an AWS Lambda function to fail over the traffic.
C. Configure Bidirectional Forwarding Detection (BFD) on the Direct Connect connections on the AWS side.
D. Configure Bidirectional Forwarding Detection (BFD) on the Direct Connect connections on the on-premises router.
Correct Answer: D
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 85/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A European car manufacturer wants to migrate its customer-facing services and its analytics platform from two on-premises data centers to the
AWS Cloud. The company has a 50-mile (80.4 km) separation between its on-premises data centers and must maintain that separation between
its two locations in the cloud. The company also needs failover capabilities between the two locations in the cloud.
The company's infrastructure team creates several accounts to separate workloads and responsibilities. The company provisions resources in the
eu-west-3 Region and in the eu-central-1 Region. The company selects an AWS Direct Connect Partner in each Region and requests two resilient 1
The company's network engineer must establish a connection between all VPCs in the accounts and between the on-premises network and the
AWS Cloud. The solution must provide access to all services in both Regions in case of network issues.
A. Create a Direct Connect gateway. Create a private VIF on each of the Direct Connect connections. Attach the private VIFs to the Direct
Connect gateway. Use equal-cost multi-path (ECMP) routing to aggregate the four connections across the two Regions. Attach the Direct
B. Create a Direct Connect gateway. Create a transit gateway. Attach the transit gateway to the Direct Connect gateway. Create a transit VIF on
each of the Direct Connect connections. Attach the transit VIFs to the Direct Connect gateway. Use a link aggregation group (LAG) to
aggregate the four connections across the two Regions. Attach the transit gateway directly to each VPC.
C. Create a Direct Connect gateway. Create a transit gateway in each Region. Attach the transit gateways to the Direct Connect gateway.
Create a transit VIF on each of the Direct Connect connections. Attach the transit VIFs to the Direct Connect gateway. Peer the transit
gateways. Attach the transit gateways in each Region to the VPCs in the same Region.
D. Create a Direct Connect gateway. Create a private VIF on each of the Direct Connect connections. Attach the private VIFs to the Direct
Connect gateway. Use a link aggregation group (LAG) to aggregate the four connections across the two Regions. Create a transit gateway.
Attach the transit gateway to the Direct Connect gateway. Attach the transit gateway directly to each VPC.
Correct Answer: C
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 86/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company wants to analyze TCP traffic to the internet. The traffic originates from Amazon EC2 instances in the company's VPC. The EC2
instances initiate connections through a NAT gateway. The required information includes source and destination IP addresses, ports, and the first
8 bytes of payload of TCP segments. The company needs to collect, store, and analyze all the required data points.
A. Set up the EC2 instances as VPC traffic mirror sources. Deploy software on the traffic mirror target to forward the data to Amazon
B. Set up the NAT gateway as a VPC traffic mirror source. Deploy software on the traffic mirror target to forward the data to an Amazon
C. Turn on VPC Flow Logs on the EC2 instances. Specify the default format and a log destination of Amazon CloudWatch Logs. Analyze the
D. Turn on VPC Flow Logs on the EC2 instances. Specify a custom format and a log destination of Amazon S3. Analyze the flow log data by
Correct Answer: A
A company has three VPCs in a single AWS Region. Each VPC contains 15 Amazon EC2 instances, and no connectivity exists between the VPCs.
The company is deploying a new application across all three VPCs. The application requires high bandwidth between the nodes. A network
Which solution will meet these requirements with the HIGHEST throughput?
A. Configure a transit gateway. Attach each VPC to the transit gateway. Configure static routing in each VPC to route traffic to the transit
gateway.
B. Configure VPC peering between the three VPCs. Configure static routing to route traffic between the three VPCs.
C. Configure a transit VPConfigure a VPN gateway in each VPCreate an AWS Site-to-Site VPN tunnel from each VPC to the transit VPUse BGP
routing to route traffic between the VPCs and the transit VPC.
D. Configure AWS Site-to-Site VPN connections between each VPC. Enable route propagation for each Site-to-Site VPN connection to route
Correct Answer: A
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 87/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A network engineer needs to deploy an AWS Network Firewall firewall into an existing AWS environment. The environment consists of the
following:
• A centralized egress internet VPC with a NAT gateway and an internet gateway
• A centralized ingress internet VPC that hosts public Application Load Balancers
The application VPCs have workloads deployed across multiple Availability Zones in private subnets with the VPC route table s default route
(0.0.0.0/0) pointing to the transit gateway. The Network Firewall firewall needs to inspect east-west (VPC-to-VPC) traffic and north-south (internet-
The network engineer must deploy the firewall by using a solution that requires the least possible architectural changes to the existing production
environment.
Which combination of steps should the network engineer take to meet these requirements? (Choose three.)
C. Update the HOME_NET rule group variable to include all CIDR ranges of the VPCs and on-premises networks.
D. Update the EXTERNAL_NET rule group variable to include all CIDR ranges of the VPCs and on-premises networks.
E. Configure a single transit gateway route table. Associate all application VPCs and the centralized inspection VPC with this route table.
F. Configure two transit gateway route tables. Associate all application VPCs with one transit gateway route table. Associate the centralized
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 88/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company is using a shared services VPC with two domain controllers. The domain controllers are deployed in the company's private subnets.
The company is deploying a new application into a new VPC in the account. The application will be deployed onto an Amazon EC2 for Windows
Server instance in the new VPC. The instance must join the existing Windows domain that is supported by the domain controllers in the shared
services VPC.
A transit gateway is attached to both the shared services VPC and the new VPC. The company has updated the route tables for the transit
gateway, the shared services VPC, and the new VPC. The security groups for the domain controllers and the instance are updated and allow traffic
only on the ports that are necessary for domain operations. The instance is unable to join the domain that is hosted on the domain controllers.
Which combination of actions will help identify the cause of this issue with the LEAST operational overhead? (Choose two.)
A. Use AWS Network Manager to perform a route analysis for the transit gateway network. Specify the existing EC2 instance as the source.
Specify the first domain controller as the destination. Repeat the route analysis for the second domain controller.
B. Use port mirroring with the existing EC2 instance as the source and another EC2 instance as the target to obtain packet captures of the
connection attempts.
C. Review the VPC flow logs on the shared services VPC and the new VPC.
D. Issue a ping command from one of the domain controllers to the existing EC2 instance.
E. Ensure that route propagation is turned off on the shared services VPC.
Correct Answer: AC
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 89/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company has an order processing system that needs to keep credit card numbers encrypted. The company's customer-facing application runs
as an Amazon Elastic Container Service (Amazon ECS) service behind an Application Load Balancer (ALB) in the us-west-2 Region. An Amazon
CloudFront distribution is configured with the ALB as the origin. The company uses a third-party trusted certificate authority to provision its
certificates.
The company is using HTTPS for encryption in transit. The company needs additional field-level encryption to keep sensitive data encrypted
during processing so that only certain application components can decrypt the sensitive data.
A. Import the third-party certificate for the ALB. Associate the certificate with the ALB. Upload the certificate for the CloudFront distribution
B. Import the third-party certificate for the ALB into AWS Certificate Manager (ACM) in us-west-2. Associate the certificate with the ALUpload
the certificate for the CloudFront distribution into ACM in the us-east-1 Region.
C. Upload the private key that handles the encryption of the sensitive data to the CloudFront distribution. Create a field-level encryption profile
and specify the fields that contain sensitive information. Create a field-level encryption configuration, and choose the newly created profile.
Link the configuration to the appropriate cache behavior that is associated with sensitive POST requests.
D. Upload the public key that handles the encryption of the sensitive data to the CloudFront distribution. Create a field-level encryption
configuration, and specify the fields that contain sensitive information. Create a field-level encryption profile, and choose the newly created
configuration. Link the profile to the appropriate cache behavior that is associated with sensitive GET requests.
E. Upload the public key that handles the encryption of the sensitive data to the CloudFront distribution. Create a field-level encryption profile
and specify the fields that contain sensitive information. Create a field-level encryption configuration, and choose the newly created profile.
Link the configuration to the appropriate cache behavior that is associated with sensitive POST requests.
Correct Answer: BE
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 90/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company has deployed a multi-VPC environment in the AWS Cloud. The company uses a transit gateway to connect all the VPCs together. In the
past, the company has experienced a loss of connectivity between applications after changes to security groups, network ACLs, and route tables
in a VPC. When these changes occur, the company wants to automatically verify that connectivity still exists between different resources in a
single VPC.
A. Create a list of paths between different resources to check in VPC Reachability Analyzer. Create an Amazon EventBridge rule to monitor
when a change is made and logged in Amazon CloudWatch. Configure the rule to invoke an AWS Lambda function to test the different paths in
Reachability Analyzer.
B. Create a list of paths between different resources to check in VPC Reachability Analyzer. Create an Amazon EventBridge rule to monitor
when a change is made and logged in AWS. CloudTrail. Configure the rule to invoke an AWS Lambda function to test the different paths in
Reachability Analyzer.
C. Create a list of paths to check in AWS Transit Gateway Network Manager Route Analyzer. Create an Amazon EventBridge rule to monitor
when a change is made and logged in Amazon CloudWatch. Configure the rule to invoke an AWS Lambda function to test the diffident paths in
Route Analyzer.
D. Create a list of paths to check in AWS Transit Gateway Network Manager Route Analyzer. Create an Amazon EventBridge rule to monitor
when a change is made and logged in AWS CloudTrail. Configure the rule to invoke an AWS Lambda function to test the different paths in
Route Analyzer.
Correct Answer: B
A company hosts a web application that runs on a fleet of Amazon EC2 instances behind an Application Load Balancer (ALB). The instances are in
an Auto Scaling group. The company uses an Amazon CloudFront distribution with the ALB as an origin.
The application recently experienced an attack. In response, the company associated an AWS WAF web ACL with the CloudFront distribution. The
company needs to use Amazon Athena to analyze application attacks that AWS WAF detects.
A. Configure the ALB and the EC2 instance subnets to produce VPC flow logs. Configure the VPC flow logs to deliver logs to an Amazon S3
B. Create a trail in AWS CloudTrail to capture data events. Configure the trail to deliver logs to an Amazon S3 bucket for log analysis.
C. Configure the AWS WAF web ACL to deliver logs to an Amazon Kinesis Data Firehose delivery stream. Configure the stream to deliver the
D. Turn on access logging for the ALB. Configure the access logs to deliver the logs to an Amazon S3 bucket for log analysis.
Correct Answer: C
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 91/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A real estate company is using Amazon Workspaces to provide corporate managed desktop service to its real estate agents around the world.
These Workspaces are deployed in seven VPCs. Each VPC is in a different AWS Region.
According to a new requirement, the company’s cloud-hosted security information and events management (SIEM) system needs to analyze DNS
queries generated by the Workspaces to identify the target domains that are connected to the Workspaces. The SIEM system supports poll and
Which solution should a network engineer implement to meet these requirements MOST cost-effectively?
A. Create VPC flow logs in each VPC that is connected to the Workspaces instances. Publish the log data to a central Amazon S3 bucket.
B. Configure an Amazon CloudWatch agent to log all DNS requests in Amazon CloudWatch Logs. Configure a subscription filter in CloudWatch
Logs. Push the logs to the SIEM system by using Amazon Kinesis Data Firehose.
C. Configure VPC Traffic Mirroring to copy network traffic from each Workspace and to send the traffic to the SIEM system probes for analysis.
D. Configure Amazon Route 53 query logging. Set the destination as an Amazon Kinesis Data Firehose delivery stream that is configured to
Correct Answer: D
A network engineer needs to design the architecture for a high performance computing (HPC) workload. Amazon EC2 instances will require 10
Gbps flows and an aggregate throughput of up to 100 Gbps across many instances with low-latency communication.
A. Place nodes in a single subnet of a VPC. Configure a cluster placement group. Ensure that the latest Elastic Fabric Adapter (EFA) drivers
B. Place nodes in multiple subnets in a single VPC. Configure a spread placement group. Ensure that the EC2 instances support Elastic
Network Adapters (ENAs) and that the drivers are updated on each instance operating system.
C. Place nodes in multiple VPCs Use AWS Transit Gateway to route traffic between the VPCs. Ensure that the latest Elastic Fabric Adapter
(EFA) drivers are installed on the EC2 instances with a supported operating system.
D. Place nodes in multiple subnets in multiple Availability Zones. Configure a cluster placement group. Ensure that the EC2 instances support
Elastic Network Adapters (ENAs) and that the drivers are updated on each instance operating system.
Correct Answer: A
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 92/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company uses multiple AWS accounts and VPCs in a single AWS Region. The company must log all network traffic for Amazon EC2 instances
and Amazon RDS databases. The company will use the log information to monitor and identify traffic flows in the event of a security incident. The
information must be retained for 12 months but will be accessed infrequently after the first 90 days. The company must be able to view metadata
A. Configure VPC flow logs with the default fields Store the logs in Amazon CloudWatch Logs.
B. Configure Traffic Mirroring on all AWS resources to point to a Network Load Balancer that will send the mirrored traffic to monitoring
instances.
C. Configure VPC flow logs with additional custom format fields Store the logs in Amazon S3.
D. Configure VPC flow logs with additional custom format fields Store the logs in Amazon CloudWatch Logs.
Correct Answer: C
A network engineer is evaluating a network setup for a global retail company. The company has an AWS Direct Connect connection between its
on-premises data center and the AWS Cloud. The company has AWS resources in the eu-west-2 Region. These resources consist of multiple VPCs
The company recently provisioned a few AWS resources in the eu-central-1. Region in a single VPC close to its users in this area. The network
engineer must connect the resources in eu-central-1 with the on-premises data center and the resources in eu-west-2. The solution must minimize
A. Create a new virtual private gateway. Attach the new virtual private gateway to the VPC in eu-central-1. Use a transit VIF to connect the VPC
B. Create a new transit gateway in eu-central-1. Create a peering attachment request to the transit gateway in eu-west-2. Add a static route in
the transit gateway route table in eu-central-1 to point to the transit gateway peering attachment. Accept the peering request. Add a static
route in the transit gateway route table in eu-west-2 to point to the new transit gateway peering attachment.
C. Create a new transit gateway in eu-central-1. Use an AWS Site-to-Site VPN connection to peer both transit gateways. Add a static route in
the transit gateway route table in eu-central-1 to point to the transit gateway VPN attachment. Add a static route in the transit gateway route
D. Create a new virtual private gateway. Attach the new virtual private gateway to the VPC in eu-central-1. Use a public VIF to connect the VPC
Correct Answer: B
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 93/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company has a 2 Gbps AWS Direct Connect hosted connection from the company’s office to a VPC in the ap-southeast-2 Region. A network
engineer adds a 5 Gbps Direct Connect hosted connection from a different Direct Connect location in the same Region. The hosted connections
are connected to different routers from the office with an iBGP session running in between the routers.
The network engineer wants to ensure that the VPC uses the 5 Gbps hosted connection to route traffic to the office. Failover to the 2 Gbps hosted
A. Configure an outbound BGP policy from the router that is connected to the 2 Gbps connection. Advertise routes with a longer AS_PATH
attribute to AWS.
B. Advertise a longer prefix route from the router that is connected to the 2 Gbps connection.
C. Advertise a less specific route from the router that is connected to the 5 Gbps connection.
D. Configure an outbound BGP policy from the router that is connected to the 5 Gbps connection. Advertise routes with a longer AS_PATH
attribute to AWS.
Correct Answer: A
An ecommerce company needs to implement additional security controls on all its domain names that are hosted in Amazon Route 53. The
company's new policy requires data authentication and data integrity verification for all queries to the company’s domain names. The current
A network engineer needs to implement DNS Security Extensions (DNSSEC) signing and validation on the hosted zones. The solution must include
an alert capability.
A. Enable DNSSEC signing for Route 53 Request that Route 53 create a key-signing key (KSK) based on a customer managed key in AWS Key
B. Enable DNSSEC signing for Route 53 Request that Route 53 create a zone-signing key (ZSK) based on a customer managed key in AWS Key
C. Create a chain of trust for the hosted zones by adding a Delegation Signer (DS) record for each subdomain
D. Create a chain of trust for the hosted zones by adding a Delegation Signer (DS) record to the parent zone.
E. Set up an Amazon CloudWatch alarm that provides an alert whenever a DNSSECInternalFailure error or
F. Set up an AWS CloudTrail alarm that provides an alert whenever a DNSSECInternalFailure error or DNSSECKeySigningKeysNeedingAction
error is detected.
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 94/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A financial company that is located in the us-east-1 Region needs to establish secure connectivity to AWS. The company has two on-premises
data centers, each located within the same Region. The company's network team needs to establish hybrid connectivity to its AWS environment
The connection must provide access to the company's private resources inside its AWS environment. The resources are located in the us-east-1
and us-west-2 Regions. The connection must allow resources from the corporate networks to send large amounts of data to Amazon S3 over the
same connection. To meet compliance requirements, the connection must be highly available and must provide encryption for all packets that are
Which combination of steps should the network team take to meet these requirements? (Choose two.)
A. Set up a private VIF to send data to Amazon S3. Use an AWS Site-to-Site VPN connection over the private VIF to encrypt data in transit to
B. Set up an AWS Direct Connect connection to each of the company's data centers.
C. Set up an AWS Direct Connect connection from one of the company's data centers to us-east-1 and us-west-2.
D. Set up a public VIF to send data to Amazon S3. Use an AWS Site-to-Site VPN connection over the public VIF to encrypt data in transit to the
E. Set up a transit VIF for an AWS Direct Connect gateway to send data to Amazon S3. Create a transit gateway. Associate the transit gateway
with the Direct Connect gateway to provide secure communications from the company’s data centers to the VPCs in us-east-1 and us-west-2.
Correct Answer: BE
A global company is designing a hybrid architecture to privately access AWS resources in the us-west-2 Region. The company's existing
architecture includes a VPC that uses RFC 1918 IP address space. The VPC is connected to an on-premises data center over AWS Direct Connect
Amazon Route 53 provides name resolution within the VPC. Locally managed DNS servers in the data center provide DNS services to the on-
premises hosts.
The company has applications in the data center that need to download objects from an Amazon S3 bucket in us-west-2.
Which solution can the company use to access Amazon S3 without using the public IP address space?
A. Create an S3 interface endpoint in the VPC. Update the on-premises application configuration to use the Regional VPC endpoint DNS
B. Create an S3 interface endpoint in the VPC. Configure a Route 53 Resolver inbound endpoint in the VPC. Set up the data center DNS servers
to forward DNS queries for the S3 domain from on premises to the inbound endpoint.
C. Create an S3 gateway endpoint in the VPUpdate the on-premises application configuration to use the hostname that is mapped to the S3
gateway endpoint.
D. Create an S3 gateway endpoint in the VPC. Configure a Route 53 Resolver inbound endpoint in the VPC. Set up the data center DNS servers
to forward DNS queries for the S3 domain from on premises to the inbound endpoint.
Correct Answer: B
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 95/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company is migrating critical applications to AWS. The company has multiple accounts and VPCs that are connected by a transit gateway.
A network engineer must design a solution that performs deep packet inspection for any traffic that leaves a VPC network boundary. All inspected
traffic and the actions that are taken on the traffic must be logged in a central log account.
Which solution will meet these requirements with the LEAST administrative overhead?
A. Create a central network VPC that includes an attachment to the transit gateway. Update the VPC and transit gateway route tables to
support the new attachment. Deploy an AWS Gateway Load Balancer that is backed by third-party, next-generation firewall appliances to the
central network VPC. Create a policy that contains the rules for deep packet inspection. Attach the policy to the firewall appliances. Create an
Amazon S3 bucket in the central log account. Configure the firewall appliances to capture and save the network flow logs to the S3 bucket.
B. Create a central network VPC that includes an attachment to the transit gateway. Update the VPC and transit gateway route tables to
support the new attachment. Deploy an AWS Application Load Balancer that is backed by third-party, next-generation firewall appliances to the
central network VPC. Create a policy that contains the rules for deep packet inspection. Attach the policy to the firewall appliances. Create a
syslog server in the central log account. Configure the firewall appliances to capture and save the network flow logs to the syslog server.
C. Deploy network ACLs and security groups to each VPAttach the security groups to active network interfaces. Associate the network ACLs
with VPC subnets. Create rules for the network ACLs and security groups to allow only the required traffic flows between subnets and network
interfaces. Create an Amazon S3 bucket in the central log account. Configure a VPC flow log that captures and saves all traffic flows to the S3
bucket.
D. Create a central log VPC and an attachment to the transit gateway. Update the VPC and transit gateway route tables to support the new
attachment. Deploy an AWS Network Load Balancer (NLB) that is backed by third-party, next-generation intrusion detection system (IDS)
security appliances to the central VPC. Activate rules on the security appliances to monitor for intrusion signatures. For each network
interface, create a VPC Traffic Mirroring session that sends the traffic to the central VPC's NLB.
Correct Answer: A
A company has an on-premises data center in the United States. The data center is connected to AWS by an AWS Direct Connect connection. The
data center has a private VIF that is connected to a Direct Connect gateway.
Recently, the company opened a new data center in Europe and established a new Direct Connect connection between the Europe data center and
AWS. A new private VIF connects to the existing Direct Connect gateway.
The company wants to use Direct Connect SiteLink to set up a private network between the data center in the United States and the data center in
Europe.
Which solution will meet these requirements in the MOST operationally efficient manner?
A. Create a new public VIF from each data center. Enable SiteLink on the new public VIFs.
B. Create a new transit VIF from each data center. Enable SiteLink on the new transit VIFs.
C. Use the existing VIF from each data center. Enable SiteLink on the existing private VIFs.
D. Create a new AWS Site-to-Site VPN connection between the data centers. Configure the new connection to use SiteLink.
Correct Answer: C
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 96/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company has a new AWS Direct Connect connection between its on-premises data center and the AWS Cloud. The company has created a new
A network engineer verifies that the physical connection status is UP and RUNNING based on information from the AWS Management Console.
The network engineer checks the customer Direct Connect router and can see the ARP entry for the VLAN interface created for the private VIF at
AWS.
C. The IEEE 802.1Q VLAN identifier is misconfigured on the customer Direct Connect router.
D. The company has configured IEEE 802.1ad instead of 802.1Q on the customer Direct Connect router.
Correct Answer: B
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 97/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
AnyCompany has acquired Example Corp. AnyCompany's infrastructure is all on premises, and Example Corp's infrastructure is completely in the
AWS Cloud. The companies are using AWS Direct Connect with AWS Transit Gateway to establish connectivity between each other.
Example Corp has deployed a new application across two Availability Zones in a VPC with no internet gateway. The CIDR range for the VPC is
10.0.0.0/16. Example Corp needs to access an application that is deployed on premises by AnyCompany. Because of compliance requirements,
Example Corp must access the application through a limited contiguous block of approved IP addresses (10.1.0.0/24).
A network engineer needs to implement a highly available solution to achieve this goal. The network engineer starts by updating the VPC to add a
A. In each Availability Zone in the VPC, create a subnet that uses part of the allowed IP address range. Create a public NAT gateway in each of
the new subnets. Update the route tables that are associated with other subnets to route application traffic to the public NAT gateway in the
corresponding Availability Zone. Add a route to the route table that is associated with the subnets of the public NAT gateways to send traffic
B. In each Availability Zone in the VPC, create a subnet that uses part of the allowed IP address range. Create a private NAT gateway in each
of the new subnets. Update the route tables that are associated with other subnets to route application traffic to the private NAT gateway in
the corresponding Availability Zone. Add a route to the route table that is associated with the subnets of the private NAT gateways to send
C. In the VPC, create a subnet that uses the allowed IP address range. Create a private NAT gateway in the new subnet. Update the route
tables that are associated with other subnets to route application traffic to the private NAT gateway. Add a route to the route table that is
associated with the subnet of the private NAT gateway to send traffic destined for the application to the transit gateway.
D. In the VPC, create a subnet that uses the allowed IP address range. Create a public NAT gateway in the new subnet. Update the route tables
that are associated with other subnets to route application traffic to the public NAT gateway. Add a route to the route table that is associated
with the subnet of the public NAT gateway to send traffic destined for the application to the transit gateway.
Correct Answer: B
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 98/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company recently experienced an IP address exhaustion event in its VPCs. The event affected service capacity. The VPCs hold two or more
A network engineer needs to develop a solution that monitors IP address usage across resources in the VPCs. The company needs to receive
notification about possible issues so that the company can act before an incident happens.
Which solution will meet these requirements with the LEAST operational overhead?
A. Set up Amazon VPC IP Address Manager (IPAM) with a new top-level pool. In the top-level pool, create a pool for each VPC. In each VPC
pool, create a pool for each subnet in that VPC. Turn on the auto-import option for the VPC pools and the subnet pools. Configure an Amazon
CloudWatch alarm to send an Amazon Simple Notification Service (Amazon SNS) notification if the availability limit threshold is reached.
B. Set up a log group in Amazon CloudWatch Logs for each subnet. Create an AWS Lambda function that reads each subnet's IP address
usage and publishes metrics to the log group. Configure an Amazon CloudWatch alarm to send an Amazon Simple Notification Service
C. Set up a custom Amazon CloudWatch metric for IP address usage for each subnet. Create an AWS Lambda function that reads each
subnet's IP address usage and publishes a CloudWatch metric dimension. Schedule the Lambda function to run every 5 minutes. Configure a
CloudWatch alarm to send an Amazon Simple Notification Service (Amazon SNS) notification if the availability limit threshold is reached.
D. Set up Amazon VPC IP Address Manager (IPAM) with a new top-level pool. In the top-level pool, create a pool for each VPC. In each VPC
pool, create a pool for each subnet in that VPC. Turn on the auto-import option for the VPC pools and the subnet pools. Configure an Amazon
EventBridge rule that monitors each pool availability limit threshold and sends an Amazon Simple Notification Service (Amazon SNS)
Correct Answer: A
A company has a hybrid IT setup that includes services that run in an on-premises data center and in the AWS Cloud. The company is using AWS
Direct Connect to connect its data center to AWS. The company is using one AWS Site-to-Site VPN connection as backup and requires a backup
connectivity option to always be present. The company is transitioning to IPv6 by implementing dual-stack architectures.
Which combination of steps will transition the data center's connectivity to AWS in the LEAST amount of time? (Choose two.)
B. Create a new dual-stack Site-to-Site VPN connection between the data center and AWS. Provision routing. Delete the original Site-to-Site
VPN connection.
C. Associate a new dual-stack public VIF with the Direct Connect connection. Migrate the Direct Connect traffic to the new VIF.
D. Add a new IPv6 peer in the existing VIF. Use the IPv6 address provided by Amazon on the peer router.
E. Send IPv6 traffic between the data center and AWS in a tunnel inside the existing IPv4 tunnels.
Correct Answer: DC
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 99/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company is developing a new application that is deployed in multiple VPCs across multiple AWS Regions. The VPCs are connected through AWS
Transit Gateway. The VPCs contain private subnets and public subnets.
All outbound internet traffic in the private subnets must be audited and logged. The company's network engineer plans to use AWS Network
Firewall and must ensure that all traffic through Network Firewall is completely logged for auditing and alerting.
How should the network engineer configure Network Firewall logging to meet these requirements?
A. Configure Network Firewall logging in Amazon CloudWatch to capture all alerts. Send the logs to a log group in Amazon CloudWatch Logs.
B. Configure Network Firewall logging in Network Firewall to capture all alerts and flow logs.
C. Configure Network Firewall logging by configuring VPC Flow Logs for the firewall endpoint. Send the logs to a log group in Amazon
CloudWatch Logs.
D. Configure Network Firewall logging by configuring AWS CloudTrail to capture data events.
Correct Answer: B
A company has set up a NAT gateway in a single Availability Zone (AZ1) in a VPC (VPC1) to access the internet from Amazon EC2 workloads in
the VPC. The EC2 workloads are running in private subnets in three Availability Zones (AZ1, AZ2, AZ3). The route table for each subnet is
Recently during an outage, internet access stopped working for the EC2 workloads because of the NAT gateway's unavailability. A network
engineer must implement a solution to remove the single point of failure from the architecture and provide built-in redundancy.
A. Set up two NAT gateways. Place each NAT gateway in a different public subnet in separate Availability Zones (AZ2 and AZ3). Configure a
route table for private subnets to route traffic to the virtual IP addresses of the two NAT gateways.
B. Set up two NAT gateways. Place each NAT gateway in a different public subnet in separate Availability Zones (AZ2 and AZ3). Configure a
route table to point the AZ2 private subnets to the NAT gateway in AZ2. Configure the same route table to point the AZ3 private subnets to the
C. Create a second VPC (VPC2). Set up two NAT gateways. Place each NAT gateway in a different VPC (VPC1 and VPC2) and in the same
Availability Zone (AZ2). Configure a route table in VPC1 to point the AZ2 private subnets to one NAT gateway. Configure a route table in VPC2
D. Set up two NAT gateways. Place each NAT gateway in a different public subnet in separate Availability Zones (AZ2 and AZ3). Configure a
route table to point the AZ2 private subnets to the NAT gateway in AZ2. Configure a second route table to point the AZ3 private subnets to the
Correct Answer: A
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 100/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company has a total of 30 VPCs. Three AWS Regions each contain 10 VPCs. The company has attached the VPCs in each Region to a transit
gateway in that Region. The company also has set up inter-Region peering connections between the transit gateways.
The company wants to use AWS Direct Connect to provide access from its on-premises location for only four VPCs across the three Regions. The
company has provisioned four Direct Connect connections at two Direct Connect locations.
Which combination of steps will meet these requirements MOST cost-effectively? (Choose three.)
A. Create four virtual private gateways. Attach the virtual private gateways to the four VPCs.
B. Create a Direct Connect gateway. Associate the four virtual private gateways with the Direct Connect gateway.
C. Create four transit VIFs on each Direct Connect connection. Associate the transit VIFs with the Direct Connect gateway.
D. Create four transit VIFs on each Direct Connect connection. Associate the transit VIFs with the four virtual private gateways.
E. Create four private VIFs on each Direct Connect connection to the Direct Connect gateway.
F. Create an association between the Direct Connect gateway and the transit gateways.
A company needs to manage Amazon EC2 instances through command line interfaces for Linux hosts and Windows hosts. The EC2 instances are
deployed in an environment in which there is no route to the internet. The company must implement role-based access control for management of
Which approach will meet these requirements with the LEAST maintenance overhead?
A. Set up an AWS Direct Connect connection between the on-premises environment and the VPC where the instances are deployed. Configure
routing, security groups, and ACLs. Connect to the instances by using the Direct Connect connection.
B. Deploy and configure AWS Systems Manager Agent (SSM Agent) on each instance. Deploy VPC endpoints for Systems Manager Session
C. Establish an AWS Site-to-Site VPN connection between the on-premises environment and the VPC where the instances are deployed.
Configure routing, security groups, and ACLs. Connect to the instances by using the Site-to-Site VPN connection.
D. Deploy an appliance to the VPC where the instances are deployed. Assign a public IP address to the appliance. Configure security groups
Correct Answer: B
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 101/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A network engineer needs to improve the network security of an existing AWS environment by adding an AWS Network Firewall firewall to control
internet-bound traffic. The AWS environment consists of five VPCs. Each VPC has an internet gateway, NAT gateways, public Application Load
Balancers (ALBs), and Amazon EC2 instances. The EC2 instances are deployed in private subnets. The architecture is deployed across two
Availability Zones.
The network engineer must be able to configure rules for the public IP addresses in the environment, regardless of the direction of traffic. The
network engineer must add the firewall by implementing a solution that minimizes changes to the existing production environment. The solution
Which combination of steps should the network engineer take to meet these requirements? (Choose two.)
A. Create a centralized inspection VPC with subnets in two Availability Zones. Deploy Network Firewall in this inspection VPC with an endpoint
B. Configure new subnets in two Availability Zones in each VPC. Deploy Network Firewall in each VPC with an endpoint in each Availability
Zone.
C. Deploy Network Firewall in each VPUse existing subnets in each of the two Availability Zones to deploy Network Firewall endpoints.
D. Update the route tables that are associated with the private subnets that host the EC2 instances. Add routes to the Network Firewall
endpoints.
E. Update the route tables that are associated with the public subnets that host the NAT gateways and the ALBs. Add routes to the Network
Firewall endpoints.
Correct Answer: CE
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 102/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company is planning to migrate an internal application to the AWS Cloud. The application will run on Amazon EC2 instances in one VPC. Users
will access the application from the company's on-premises data center through AWS VPN or AWS Direct Connect. Users will use private domain
names for the application endpoint from a domain name that is reserved explicitly for use in the AWS Cloud.
Each EC2 instance must have automatic failover to another EC2 instance in the same AWS account and the same VPC. A network engineer must
design a DNS solution that will not expose the application to the internet.
A. Assign public IP addresses to the EC2 instances. Create an Amazon Route 53 private hosted zone for the AWS reserved domain name.
Associate the private hosted zone with the VPC. Create a Route 53 Resolver outbound endpoint. Configure conditional forwarding in the on-
premises DNS resolvers to forward all DNS queries for the AWS domain to the outbound endpoint IP address for Route 53 Resolver. In the
private hosted zone, configure primary and failover records that point to the public IP addresses of the EC2 instances. Create an Amazon
CloudWatch metric and alarm to monitor the application's health. Set up a health check on the alarm for the primary application endpoint.
B. Place the EC2 instances in private subnets. Create an Amazon Route 53 public hosted zone for the AWS reserved domain name. Associate
the public hosted zone with the VPC. Create a Route 53 Resolver inbound endpoint. Configure conditional forwarding in the on-premises DNS
resolvers to forward all DNS queries for the AWS domain to the inbound endpoint IP address for Route 53 Resolver. In the public hosted zone,
configure primary and failover records that point to the IP addresses of the EC2 instances. Create an Amazon CloudWatch metric and alarm to
monitor the application's health. Set up a health check on the alarm for the primary application endpoint.
C. Place the EC2 instances in private subnets. Create an Amazon Route 53 private hosted zone for the AWS reserved domain name. Associate
the private hosted zone with the VPCreate a Route 53 Resolver inbound endpoint. Configure conditional forwarding in the on-premises DNS
resolvers to forward all DNS queries for the AWS domain to the inbound endpoint IP address for Route 53 Resolver. In the private hosted zone,
configure primary and failover records that point to the IP addresses of the EC2 instances. Create an Amazon CloudWatch metric and alarm to
monitor the application's health. Set up a health check on the alarm for the primary application endpoint.
D. Place the EC2 instances in private subnets. Create an Amazon Route 53 private hosted zone for the AWS reserved domain name. Associate
the private hosted zone with the VPC. Create a Route 53 Resolver inbound endpoint. Configure conditional forwarding in the on-premises DNS
resolvers to forward all DNS queries for the AWS domain to the inbound endpoint IP address for Route 53 Resolver. In the private hosted zone,
configure primary and failover records that point to the IP addresses of the EC2 instances. Set up Route 53 health checks on the private IP
Correct Answer: D
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 103/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company uses Amazon Route 53 for its DNS needs. The company's security team wants to update the DNS infrastructure to provide the most
The security team has configured DNS Security Extensions (DNSSEC) for the domain. The security team wants a network engineer to explain who
Which explanation should the network administrator provide to the security team?
A. AWS rotates the zone-signing key (ZSK). The company rotates the key-signing key (KSK).
B. The company rotates the zone-signing key (ZSK) and the key-signing key (KSK).
C. AWS rotates the AWS Key Management Service (AWS KMS) key and the key-signing key (KSK).
D. The company rotates the AWS Key Management Service (AWS KMS) key. AWS rotates the key-signing key (KSK).
Correct Answer: D
A company has agreed to collaborate with a partner for a research project. The company has multiple VPCs in the us-east-1 Region that use CIDR
blocks within 10.10.0.0/16. The VPCs are connected by a transit gateway that is named TGW-C in us-east-1. TGW-C has an Autonomous System
The partner has multiple VPCs in us-east-1 that use CIDR blocks within 172.16.0.0/16. The VPCs are connected by a transit gateway that is named
A network engineer needs to establish network connectivity between the company's VPCs and the partner's VPCs in us-east-1.
Which solution will meet these requirements with MINIMUM changes to both networks?
A. Create a new VPC in a new account. Deploy a router from AWS Marketplace. Share TGW-C and TGW-P with the new account by using AWS
Resource Access Manager (AWS RAM). Associate TGW-C and TGW-P with the new VPC. Configure the router in the new VPC to route between
B. Create an IPsec VPN connection between TGW-C and TGW-P. Configure the routing between the transit gateways to use the IPsec VPN
connection.
C. Configure a cross-account transit gateway peering attachment between TGW-C and TGW-P. Configure the routing between the transit
D. Share TGW-C with the partner account by using AWS Resource Access Manager (AWS RAM). Associate the partner VPCs with TGW-C.
Correct Answer: C
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 104/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company has a public application. The application uses an Application Load Balancer (ALB) that has a target group of Amazon EC2 instances.
The company wants to protect the application from security issues in web requests. The traffic to the application must have end-to-end
encryption.
A. Configure a Network Load Balancer (NLB) that has a target group of the existing EC2 instances. Configure TLS connections to terminate on
the EC2 instances that use a public certificate. Configure an AWS WAF web ACL. Associate the web ACL with the NLB.
B. Configure TLS connections to terminate at the ALB that uses a public certificate. Configure AWS Certificate Manager (ACM) certificates for
the communication between the ALB and the EC2 instances. Configure an AWS WAF web ACL. Associate the web ACL with the ALB.
C. Configure a Network Load Balancer (NLB) that has a target group of the existing EC2 instances. Configure TLS connections to terminate at
the EC2 instances by creating a TLS listener. Configure self-signed certificates on the EC2 instances for the communication between the NLB
and the EC2 instances. Configure an AWS WAF web ACL. Associate the web ACL with the NLB.
D. Configure a third-party certificate on the EC2 instances for the communication between the ALB and the EC2 instances. Import the third-
party certificate into AWS Certificate Manager (ACM). Associate the imported certificate with the ALB. Configure TLS connections to
terminate at the ALB. Configure an AWS WAF web ACL. Associate the web ACL with the ALB.
Correct Answer: D
A company has an application that hosts personally identifiable information (PII) of users. All connections to the application must be secured by
HTTPS with TLS certificates that implement Elliptic Curve Cryptography (ECC).
The application uses stateful connections between the web tier and the end users. Multiple instances host the application. A network engineer
A. Provision a Network Load Balancer. Configure a TLS listener by specifying the use of an ECC SSL certificate that is uploaded to AWS
identity and Access Management (IAM). Turn on health checks to monitor the web hosts that connect to the end users.
B. Provision an Application Load Balancer. Configure an HTTPS listener by specifying the use of an ECC SSL certificate that is uploaded to
AWS Certificate Manager (ACM). Configure a default action to redirect to the URL for the application. Turn on health checks to monitor the
C. Provision a Network Load Balancer. Configure a TLS listener by specifying the use of an ECC SSL certificate that is uploaded to AWS
Certificate Manager (ACM). Turn on application-based session affinity (sticky sessions). Turn on health checks to monitor the web hosts that
D. Provision an Application Load Balancer. Configure an HTTPS listener by specifying the use of an ECC SSL certificate that is uploaded to
AWS Identity and Access Management (IAM). Configure a default action to redirect to the URL for the application. Turn on application-based
Correct Answer: D
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 105/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company hosts infrastructure services in multiple VPCs across multiple accounts in the us-west-2 Region. The VPC CIDR blocks do not overlap.
The company wants to connect the VPCs to its data centers by using AWS Site-to-Site VPN tunnels.
The connections must be encrypted in transit. Additionally, the connection from each data center must route to the closest AWS edge location.
The connections must be highly available and must accommodate automatic failover.
A. Deploy a transit gateway. Share the transit gateway with each of the other accounts by using AWS Resource Access Manager (AWS RAM).
Create VPC attachments to the transit gateway from each service account. Add routes to the on-premises subnet in each of the service VPC
route tables by using the attachment as the gateway. Create Site-to-Site VPN tunnel attachments with dynamic routing to the transit gateway.
Enable the acceleration feature for the Site-to-Site VPN connection. Configure the VPN tunnels on the on-premises equipment. Configure BGP
peering.
B. Deploy VPN gateways to each account. Enable the acceleration feature for VPN gateways on each account. Add routes to the on-premises
subnet in each of the service VPC route tables. Use the VPNs as the gateway. Configure the VPN tunnels on the on-premises equipment.
C. Deploy a transit gateway. Share the transit gateway with each of the other accounts by using AWS Resource Access Manager (AWS RAM).
Create VPC attachments to the transit gateway from each service account. Add routes to the on-premises subnet in each of the service VPC
route tables by using the attachment as the gateway. Create Site-to-Site VPN tunnel attachments with dynamic routing to the transit gateway.
Enable the acceleration feature for the Site-to-Site VPN connection. Configure the VPN tunnels on the on-premises equipment. Configure static
routing.
D. Deploy VPN gateways to each account. Enable the acceleration feature for VPN gateways on each account. Add routes to the on-premises
subnet in each of the service VPC route tables. Use the VPNs as the gateway. Configure the VPN tunnels on the on-premises equipment.
Correct Answer: A
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 106/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company has a transit gateway in AWS Account A. The company uses AWS Resource Access Manager (AWS RAM) to share the transit gateway
so that users in other accounts can connect to multiple VPCs in the same AWS Region. AWS Account B contains a VPC (10.0.0.0/16) with subnet
10.0.0.0/24 in the us-west-2a Availability Zone and subnet 10.0.1.0/24 in the us-west-2b Availability Zone. Resources in these subnets can
A network engineer creates two new subnets: 10.0.2.0/24 in the us-west-2b Availability Zone and 10.0.3.0/24 in the us-west-2c Availability Zone.
All the subnets share one route table. The default route 0.0.0.0/0 is pointing to the transit gateway. Resources in subnet 10.0.2.0/24 can
communicate with other VPCs, but resources in subnet 10.0.3.0/24 cannot communicate with other VPCs.
What should the network engineer do so that resources in subnet 10.0.3.0/24 can communicate with other VPCs?
A. In Account B, add 10.0.2.0/24 and 10.0.3.0/24 as the destinations to the route table. Use the transit gateway as the target.
B. In Account B, update the transit gateway attachment. Attach the new subnet ID that is associated with us-west-2c to Account B's VPC.
C. In Account A, create a static route for 10.0.3.0/24 in the transit gateway route tables.
D. In Account A, recreate propagation for 10.0.0.0/16 in the transit gateway route tables.
Correct Answer: B
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 107/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company has started using AWS Cloud WAN with one edge location in the us-east-1 Region. The company has a production segment and a
security segment in AWS Cloud WAN. The company also has a default core network policy.
The company has created a production VPC for the production workload. The company has created an outbound inspection VPC to inspect
internet-bound traffic from the production VPC. The company has attached the production VPC to the production segment and has attached the
outbound inspection VPC to the security segment. The company has also created an AWS Network Firewall firewall in the outbound inspection
The company has updated a route table for the production VPC to send all internet-bound traffic to the AWS Cloud WAN core network. The
company has updated a route table for the outbound inspection VPC to ensure that Network Firewall inspects any outgoing traffic and incoming
traffic.
During testing, an Amazon EC2 instance in the production VPC cannot reach the internet. The company checks the Network Firewall rules and
A. Update the core network policy to configure segment sharing. Share the production segment with the security segment.
B. Update the core network policy to create a static route for the security segment. Specify 0.0.0.0/0 as the destination CIDR block. Specify
C. Update the core network policy to create a static route for the production segment. Specify 0.0.0.0/0 as the destination CIDR block. Specify
D. Update the core network policy to create a static route for the production segment. Specify 10.2.0.0/16 as the destination CIDR block.
E. Create an attachment to attach the outbound inspection VPC to the production segment. Update the core network policy to turn on isolated
Correct Answer: AC
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 108/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company has two business units (BUs). The company operates in the us-east-1 Region and the us-west-1 Region. The company plans to extend
to more Regions in the future. Each BU has a VPC in each Region. Each Region has a transit gateway with the BU VPCs attached. The transit
The company will create several more BUs in the future and will need to isolate some of the BUs from the other BUs. The company wants to
Which solution will meet these requirements with the MOST operational efficiency?
A. Create a new transit gateway for each new BU in each Region. Peer the new transit gateways with the existing transit gateways. Update the
B. Create an AWS Cloud WAN core network with an edge location in both Regions. Configure a segment for each BU with VPC attachments to
the new BU VPCs. Use segment actions to control traffic between segments.
C. Create an AWS Cloud WAN core network with an edge location in both Regions. Configure a segment for each BU with VPC attachments to
the new BU VPCs. Configure the segments to isolate attachments to control traffic between segments.
D. Attach new VPCs to the existing transit gateways. Update route tables to control traffic between BUs.
Correct Answer: C
A company has an AWS Site-to-Site VPN connection between AWS and its branch office. A network engineer is troubleshooting connectivity issues
that the connection is experiencing. The VPN connection terminates at a transit gateway and is statically routed. In the transit gateway route
table, there are several static route entries that target specific subnets at the branch office.
The network engineer determines that the root cause of the issues was the expansion of underlying subnet ranges in the branch office during
routine maintenance.
Which solution will solve this problem with the LEAST administrative overhead for future expansion efforts?
A. Determine a supernet for the branch office. In the transit gateway route table, add an aggregate route that targets the VPN attachment.
Replace the specific subnet routes in the transit gateway route table with the new supernet route.
B. Create an AWS Direct Connect gateway and a transit VIF. Associate the Direct Connect gateway with the transit gateway. Create a
propagation for the Direct Connect attachment to the transit gateway route table.
C. Create a dynamically routed VPN connection on the transit gateway. Connect the dynamically routed VPN connection to the branch office.
Create a propagation for the VPN attachment to the transit gateway route table. Remove the existing static VPN connection.
D. Create a prefix list that contains the new subnets and the old subnets for the branch office. Remove the specific subnet routes in the transit
gateway route table. Create a prefix list reference in the transit gateway route table.
Correct Answer: A
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 109/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
An education agency is preparing for its annual competition between schools. In the competition, students at schools from around the country
The IP addressing plan of all the schools is well-known and is administered centrally. The competition is hosted in the AWS Cloud and is not
publicly available. All competition traffic must be encrypted in transit. Only authorized endpoints can access the competition. All the schools have
A network engineer builds a solution in which all the schools access the competition through AWS Site-to-Site VPN connections. The network
engineer uses BGP as the routing protocol. The network engineer must implement a solution that notifies schools when they lose connectivity and
Which combination of steps will meet these requirements MOST cost-effectively? (Choose two.)
A. Monitor the state of the VPN tunnels by using Amazon CloudWatch. Create a CloudWatch alarm that uses Amazon Simple Notification
Service (Amazon SNS) to notify people at the affected school if the tunnels are down.
B. Create a scheduled AWS Lambda function that pings each school's on-premises customer gateway device. Configure the Lambda function
to send an Amazon Simple Notification Service (Amazon SNS) notification to people at the affected school if the ping fails.
C. Create a scheduled AWS Lambda function that uses the VPC Reachability Analyzer API to verify the connectivity. Configure the Lambda
function to send an Amazon Simple Notification Service (Amazon SNS) notification to people at the affected school if failure occurs.
D. Create an Amazon CloudWatch dashboard for each school to show all CloudWatch metrics for each school's Site-to-Site VPN connection.
E. Create a scheduled AWS Lambda function to monitor the existence of each school's routes in the VPC route table where VPN routes are
propagated. Configure the Lambda function to send an Amazon Simple Notification Service (Amazon SNS) notification to people at the
Correct Answer: AC
A company securely connects resources that are in its VPC to a software as a service (SaaS) solution from a SaaS provider. The SaaS solution is
hosted in the AWS Cloud and is powered by AWS PrivateLink. The company uses a PrivateLink endpoint to access the SaaS solution behind the
The company recently added a new Availability Zone and new subnets to its VPC. A network engineer is unable to deploy a new interface VPC
A. The CIDR block of the new subnets conflicts with the SaaS provider's CIDR block.
B. The enableDnsHostnames attribute and enableDnsSupport attribute were not configured on the new subnets in the new Availability Zone.
C. The SaaS provider does not offer the solution in the new Availability Zone and has not configured cross-zone load balancing for the NLB.
D. The new subnets are missing a route to the VPC internet gateway.
Correct Answer: C
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 110/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company wants to use an AWS Network Firewall firewall to secure its workloads in the cloud through network traffic inspection. The company
must record complete metadata information, such as source/destination IP addresses and protocol type. The company must also record all
network traffic flows and any DROP or ALERT actions that the firewall takes for traffic that the firewall processes. The Network Firewall endpoints
are placed in the correct subnets, and the VPC route tables direct traffic to the Network Firewall endpoints on the path to and from the internet.
How should a network engineer configure the firewall to meet these requirements?
A. Create a firewall policy to ensure that traffic is processed by stateless or stateful rules according to needs. Select Amazon CloudWatch
B. Create a firewall policy to ensure that traffic is processed by stateless or stateful rules according to needs. Configure Network Firewall
Select a destination for logs separately for stateful and stateless engines.
C. Create a firewall policy to ensure that a stateful engine processes all the traffic. Configure Network Firewall logging for alert logs and flow
D. Create a firewall policy to ensure that a stateful engine processes all the traffic. Configure VPC flow logs for the subnets that the firewall
Correct Answer: C
A company is building a new workload on AWS that uses an Application Load Balancer (ALB). The company has configured a new ALB target
group that uses slow start mode. A team begins registering Amazon EC2 instances as targets in the new target group. During testing, the team
observes that the targets did not enter slow start mode.
A. The ALB configuration uses the round robin routing algorithm for traffic.
B. The target group did not contain at least one healthy target configured in slow start mode.
C. The target group must contain EC2 instances that are all the same instance type.
Correct Answer: B
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 111/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A network engineer is using AWS Direct Connect connections and MACsec to encrypt data from a corporate data center to the Direct Connect
location. The network engineer learns that the MACsec secret key might have been compromised. The network engineer needs to update the
A. Create a new MACsec secret key that uses an AWS Key Management Service (AWS KMS) AWS managed key. Associate the new pre-shared
key, Connection Key Name (CKN), and Connectivity Association Key (CAK) with the connection.
B. Create a new MACsec secret key that uses an AWS Key Management Service (AWS KMS) customer managed key. Associate the new pre-
shared key, Connection Key Name (CKN), and Connectivity Association Key (CAK) with the connection.
C. Modify the existing MACsec secret key. Re-associate the existing pre-shared key, Connection Key Name (CKN), and Connectivity
D. Modify the existing MACsec secret key. Associate the new pre-shared key, Connection Key Name (CKN), and Connectivity Association Key
Correct Answer: B
A network engineer configures a second AWS Direct Connect connection to an existing network. The network engineer runs a test in the AWS
Direct Connect Resiliency Toolkit on the connections. The test produces a failure. During the failover event, the network engineer observes a 90-
Correct Answer: C
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 112/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company is building an API-based application on AWS and is using a microservices architecture for the design. The company is using a multi-
account AWS environment that includes a separate AWS account for each microservice development team. Each team hosts its microservice in
its own VPC that contains Amazon EC2 instances behind a Network Load Balancer (NLB).
A network engineer needs to use Amazon API Gateway in a shared services account to create an HTTP API to expose these microservices to
external applications. The network engineer must ensure that access to the microservices can occur only over a private network. Additionally, the
company must be able to control which entities from its internal network can connect to the microservices. In the future, the company will create
more microservices that the company must be able to integrate with the application.
A. Create an Application Load Balancer (ALB) in a VPC in the shared services account. Configure the integration to the API Gateway API by
using a VPC link. Associate the VPC link with the ALB. Create a VPC endpoint service in each microservice account. Create an AWS
PrivateLink endpoint for those services in the shared services account. Add the elastic network interface IP addresses of the VPC endpoint as
B. Create an Application Load Balancer (ALB) in a VPC in the shared services account. Configure the integration to the API Gateway API by
using a VPC link. Associate the VPC link with the ALConnect all the VPCs to each other by using a central transit gateway. Add the IP
C. Configure the integration to the API Gateway API by using HTTP-based integration. Connect all the VPCs to each other by using a central
transit gateway. Create a separate HTTP integration to each NLB for each microservice. Add the HTTP endpoint of the NLB as the endpoint
D. Configure the integration to the API Gateway API by using VPC link integration. Connect all the VPCs to each other by using a central transit
gateway. Create a separate VPC link to each NLB for each microservice. Add the HTTP endpoint of the NLB as the endpoint URL in the VPC
link integration.
Correct Answer: A
A company's VPC has Amazon EC2 instances that are communicating with AWS services over the public internet. The company needs to change
the connectivity so that the communication does not occur over the public internet.
The company deploys AWS PrivateLink endpoints in the VPC. After the deployment of the PrivateLink endpoints, the EC2 instances can no longer
Which combination of steps should a network engineer take to restore communication with the AWS services? (Choose two.)
A. In the VPC route table, add a route that has the PrivateLink endpoints as the destination.
B. Ensure that the enableDnsSupport attribute is set to True for the VPC. Ensure that each VPC endpoint has DNS support enabled.
E. Create an Amazon Route 53 private hosted zone that includes a custom name for each service.
Correct Answer: BC
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 113/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
An international company wants to implement a multi-site hybrid infrastructure. The company wants to deploy its cloud computing resources on
AWS in the us-east-1 Region and in the eu-west-2 Region, and in on-premises data centers in the United States (US) and in the United Kingdom
(UK). The data centers are connected to each other by a private WAN connection. IP routing information is exchanged dynamically through BGP.
The company wants to have two AWS Direct Connect connections, one each in the US and the UK.
The company expects to have 15 VPCs in each Region with CIDR blocks that do not overlap with each other or with CIDR blocks of the on-
premises environment. The VPC CIDR blocks are planned so that the prefix aggregation can be performed both on a Regional level and across the
entire AWS environment. The company will deploy a transit gateway in each Region to connect the VPCs. A network engineer plans to use a Direct
Connect gateway in each Region. A transit VIF will attach the Direct Connect gateway in each Region to the transit gateway in that Region. The
The network engineer wants to ensure that traffic follows the shortest geographical path from source to destination. Traffic between the on-
premises data centers and AWS must travel across a local Direct Connect connection. Traffic between the US data center and eu-west-2 and traffic
between the UK data center and us-east-1 must use the private WAN connection to reach the Direct Connect connection to the appropriate Region
when the Direct Connect connection is available. The network must be resilient to failures in either the private WAN connection or with the Direct
Connect connections. The network also must reroute traffic automatically in the event of any failure.
How should the network engineer configure the transit VIF associations on the Direct Connect gateways to meet these requirements?
A. Advertise only the aggregate route for the company's entire AWS environment.
B. Advertise VPC-specific CIDR prefixes from only the local Region. Additionally, advertise the aggregate route for the company’s entire AWS
environment.
C. Advertise all the specific VPC CIDR blocks from both Regions.
D. Advertise both Regional aggregate prefixes. Configure custom BGP communities on the routes advertised toward the data center.
Correct Answer: B
A company's AWS infrastructure is spread across more than 50 accounts and across five AWS Regions. The company needs to manage its
security posture with simplified administration and maintenance for all the AWS accounts. The company wants to use AWS Firewall Manager to
The company creates an organization with all features enabled in AWS Organizations.
Which combination of steps should the company take next to meet the requirements? (Choose three.)
A. Configure only the Firewall Manager administrator account to join the organization.
E. Set up AWS Config for all the accounts and all the Regions where the company has resources.
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 114/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company is using an Amazon CloudFront distribution that is configured with an Application Load Balancer (ALB) as an origin. A network
engineer needs to implement a solution that requires all inbound traffic to the ALB to come from CloudFront. The network engineer must
implement the solution at the network layer rather than in the application.
Which solution will meet these requirements in the MOST operationally efficient way?
A. Add an inbound rule to the ALB's security group to allow the AWS managed prefix list for CloudFront.
B. Add an inbound rule to the network ACLs that are associated with the ALB's subnets. Use the AWS managed prefix list for CloudFront as the
C. Configure CloudFront to add a custom HTTP header to the requests that CloudFront sends to the ALB.
D. Associate an AWS WAF web ACL with the ALB. Configure the AWS WAF rules to allow traffic from the CloudFront IP set. Automatically
Correct Answer: A
A company has AWS accounts in an organization in AWS Organizations. The company has implemented Amazon VPC IP Address Manager (IPAM)
in its networking AWS account. The company is using AWS Resource Access Manager (AWS RAM) to share IPAM pools with other AWS accounts.
The company has created a top-level pool with a CIDR block of 10.0.0.0/8. For each AWS account, the company has created an IPAM pool within
A network engineer needs to implement a solution to ensure that users in each AWS account cannot create new VPCs. The solution also must
prevent users from associating a CIDR block with existing VPCs unless the CIDR block is from the IPAM pool for that account.
A. Create a new AWS Config rule to find all VPCs that are not configured to allocate their CIDR block from an IPAM pool. Invoke an AWS
B. Create a new SCP in Organizations. Add a condition that denies the CreateVpc and AssociateVpcCidrBlock Amazon EC2 actions if the
C. Create an AWS Lambda function to check for and delete all VPCs that are not configured to allocate their CIDR block from an IPAM pool.
D. Create an Amazon EventBridge rule to check for AWS CloudTrail events for the CreateVpc and AssociateVpcCidrBlock Amazon EC2 actions.
Use the rule to invoke an AWS Lambda function to delete all VPCs that are not configured to allocate their CIDR block from an IPAM pool.
Correct Answer: B
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 115/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company has an application that runs on premises. The application needs to communicate with an application that runs in a VPC on AWS. The
communication between the applications must be encrypted and must use private IP addresses. The communication cannot travel across the
public internet.
The company has established a 1 Gbps AWS Direct Connect connection between the on-premises location and AWS.
Which solution will meet the connectivity requirements with the LEAST operational overhead?
A. Configure a private VIF on the Direct Connect connection. Associate the private VIF with the VPC's virtual private gateway. Set up an AWS
B. Create a transit gateway. Configure a transit VIF on the Direct Connect connection. Associate the transit VIF with a Direct Connect gateway.
Associate the Direct Connect gateway with a new transit gateway. Set up an AWS Site-to-Site VPN private IP VPN connection to the transit
gateway.
C. Configure a public VIF on the Direct Connect connection. Associate the public VIF with a Direct Connect gateway. Associate the Direct
Connect gateway with a new transit gateway. Set up an AWS Site-to-Site VPN private IP VPN connection to the transit gateway.
D. Create a transit gateway. Configure a transit VIF on the Direct Connect connection. Associate the transit VIF with a Direct Connect gateway.
Associate the Direct Connect gateway with a new transit gateway. Set up a third-party firewall in a new VPC that is attached to the transit
Correct Answer: B
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 116/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company has established connectivity between its on-premises data center in Paris. France, and the AWS Cloud by using an AWS Direct Connect
connection. The company uses a transit VIF that connects the Direct Connect connection with a transit gateway that is hosted in the Europe
(Paris) Region. The company hosts workloads in private subnets in several VPCs that are attached to the transit gateway.
The company recently acquired another corporation that hosts workloads on premises in an office building in Tokyo, Japan. The company needs
to migrate the workloads from the Tokyo office to AWS. These workloads must have access to the company's existing workloads in Paris. The
company also must establish connectivity between the Tokyo office building and the Paris data center.
In the Asia Pacific (Tokyo) Region, the company creates a new VPC with private subnets for migration of the workloads. The workload migration
must be completed in 5 days. The workloads cannot be directly accessible from the internet.
Which set of steps should a network engineer take to meet these requirements?
A. 1. Create public subnets in the Tokyo VPC to migrate the workloads into.
2. Configure an internet gateway for the Tokyo office to reach the Tokyo VPC.
3. Configure security groups on the Tokyo workloads to only allow traffic from the Tokyo office and the Paris workloads.
4. Create peering connections between the Tokyo VPC and the Paris VPCs.
5. Configure a VPN connection between the Paris data center and the Tokyo office by using existing routers.
B. 1. Configure a transit gateway in the Asia Pacific (Tokyo) Region. Associate this transit gateway with the Tokyo VPC.
2. Create peering connections between the Tokyo transit gateway and the Paris transit gateway.
3. Set up a new Direct Connect connection from the Tokyo office to the Tokyo transit gateway.
4. Configure routing on both transit gateways to allow data to flow between sites and the VPCs.
C. 1. Configure a transit gateway in the Asia Pacific (Tokyo) Region. Associate this transit gateway with the Tokyo VPC.
2. Create peering connections between the Tokyo transit gateway and the Paris transit gateway.
3. Configure an AWS Site-to-Site VPN connection from the Tokyo office. Set the Tokyo transit gateway as the target.
4. Configure routing on both transit gateways to allow data to flow between sites and the VPCs.
D. 1. Configure an AWS Site-to-Site VPN connection from the Tokyo office to the Paris transit gateway.
2. Create an association between the Paris transit gateway and the Tokyo VPC.
3. Configure routing on the Paris transit gateway to allow data to flow between sites and the VPC.
Correct Answer: C
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 117/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
Company A recently acquired Company B. Company A has a hybrid AWS and on-premises environment that uses a hosted AWS Direct Connect
connection, a Direct Connect gateway, and a transit gateway. Company A has a transit VIF to access the resources in its production environment
Company B has applications that run across multiple VPCs in the us-west-2 Region in a single AWS account. A transit gateway connects all
Company B's application VPCs. The CIDR blocks for both companies do not overlap.
Company A needs to use the existing Direct Connect connection to access Company B’s applications from the on-premises environment.
A. Create a new Direct Connect gateway in the Company B account. Associate the Company B transit gateway with the new Direct Connect
gateway. Create a transit VIF on the existing hosted connection for Company B.
B. Create an association proposal from the Company B account to associate the Company B transit gateway with the Company A Direct
Connect gateway. Accept the transit gateway association proposal by logging into the Company A account.
C. Create multiple virtual private gateways. Attach the virtual private gateways to each of Company B's application VPCs. Create a hosted
D. Create a new Direct Connect gateway in the Company B account. Associate the Company B transit gateway with the new Direct Connect
Correct Answer: B
A company has developed a web service for language translation. The web service's application runs on a fleet of Amazon EC2 instances that are
in an Auto Scaling group. The instances run behind an Application Load Balancer (ALB) and are deployed in a private subnet. The web service can
The company needs to give some customers the ability to access the web service. Each customer has its own AWS account. The company must
make the web service accessible to approved customers without making the web service accessible to all customers.
Which combination of steps will meet these requirements with the LEAST operational overhead? (Choose two.)
B. Create an AWS PrivateLink endpoint service. Configure the endpoint service to require acceptance that will be granted to approved
customers only.
C. Configure an authentication action for the endpoint service's load balancer to allow customers to log in by using their AWS credentials.
D. Configure a Network Load Balancer (NLB) and a listener with the ALB as a target. Associate the NLB with the endpoint service.
Correct Answer: BD
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 118/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company is migrating an application to the AWS Cloud. The company has successfully provisioned and tested connectivity between AWS Direct
Connect and the company's on-premises data center. The application runs on Amazon EC2 instances across multiple Availability Zones. The
The application communicates through HTTPS to a third-party vendor's data service that is hosted at the company’s data center. The data service
A network engineer must design a network solution so that the migrated application can continue to access the vendor’s data service as the
application scales.
Which solution will meet these requirements with the LEAST amount of ongoing change to the vendor's allow list?
A. Configure a private NAT gateway in the subnets for each Availability Zone that the application runs in. Configure the application to target
the NAT gateways instead of the data service directly. Update the data service's allow list to include the IP addresses of the NAT gateways.
B. Configure an elastic network interface in the subnets for each Availability Zone that the application runs in. Associate the elastic network
interfaces with the Auto Scaling group for the application. Update the data service's allow list to include the IP addresses of the elastic
network interfaces.
C. Configure an elastic network interface in the subnets for each Availability Zone that the application runs in. Launch an EC2 instance into
each subnet. Attach the respective elastic network interfaces to the new EC2 instances. In the application subnet route tables, configure the
new EC2 instances as the next destination for the data service. Update the data service’s allow list to include the IP addresses of the elastic
network interfaces.
D. Configure an Application Load Balancer (ALB) in the subnets for each Availability Zone that the application runs in. Configure an ALB-
associated target group that contains a target that uses the IP address for the data service. Configure the application to target the ALB
instead of the data service directly. Update the data service's allow list to include the IP addresses of the ALBs.
Correct Answer: A
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 119/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
A company has a highly available application that is hosted in multiple VPCs and in two on-premises data centers. All the VPCs reside in the same
AWS Region. All the VPCs require access to each other and to the on-premises data centers for the transfer of files that are multiple gigabytes in
size.
A network engineer is designing an AWS Direct Connect solution to connect the on-premises data centers to each VPC.
Which architecture will meet the company's requirements with the LEAST operational overhead?
A. Configure a virtual private gateway and a private VIF in each VPC in the Region. Configure a Direct Connect gateway. Associate the VIF of
every VPC with the Direct Connect gateway. Create a new private VIF that connects the Direct Connect gateway to each on-premises data
center. Configure the new private VIF to exchange BGP routes with the on-premises data centers and to have an MTU of 9001. Use VPC
peering between each VPC. Configure static routing in each VPC to provide inter-VPC routing.
B. Configure a virtual private gateway and a private VIF in each VPC in the Region. Configure a Direct Connect gateway. Associate the VIF of
every VPC with the Direct Connect gateway. Create a new private VIF that connects the Direct Connect gateway to each on-premises data
center. Configure the new private VIF to exchange BGP routes with the on-premises data centers and to have an MTU of 8500. Use VPC
peering between each VPC. Configure static routing in each VPC to provide inter-VPC routing.
C. Configure a transit gateway in the same Region of each VPAttach each VPC to the transit gateway. Configure a Direct Connect gateway.
Associate the Direct Connect gateway with the transit gateway. Associate a new transit VIF with each Direct Connect connection. Configure
the new transit VIF to exchange BGP routes and to have an MTU of 9001. Configure route propagation between each VPC and the transit
gateway.
D. Configure a transit gateway in the same Region of each VPC. Attach each VPC to the transit gateway. Configure a Direct Connect gateway.
Associate the Direct Connect gateway with the transit gateway. Associate a new transit VIF with each Direct Connect connection. Configure
the new transit VIF to exchange BGP routes and to have an MTU of 8500. Configure route propagation between each VPC and the transit
gateway.
Correct Answer: C
A company has a data center in the us-west-1 Region with a 10 Gbps AWS Direct Connect dedicated connection to a Direct Connect gateway.
There are two private VIFs from the same data center location in us-west-1 that are attached to the same Direct Connect gateway.
VIF 1 advertises 172.16.0.0/16 with an AS_PATH attribute value of 65000. VIF 2 advertises 172.16.1.0/24 with an AS PATH attribute value of
How will AWS route traffic to the data center for traffic that has a destination address within the 172.16.1.0/24 network range?
C. AWS will use both VIFs for routing by using a round-robin policy.
D. AWS will use flow control to balance the traffic between the two VIFs.
Correct Answer: B
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 120/121
15/07/2024, 21:32 AWS Certified Advanced Networking - Specialty ANS-C01 Exam - Free Exam Q&As, Page 1 | ExamTopics
Get IT Certification
https://www.examtopics.com/exams/amazon/aws-certified-advanced-networking-specialty-ans-c01/custom-view/ 121/121