Exam Details

  • Exam Code
    :ANS-C00
  • Exam Name
    :AWS Certified Advanced Networking - Specialty (ANS-C00)
  • Certification
    :Amazon Certifications
  • Vendor
    :Amazon
  • Total Questions
    :414 Q&As
  • Last Updated
    :Apr 25, 2025

Amazon Amazon Certifications ANS-C00 Questions & Answers

  • Question 321:

    A company has a hybrid IT architecture with two AWS Direct Connect connections to provide high availability. The services hosted on-premises are accessible using public IPs, and are also on the 172.16.0.0/16 range. The AWS resources are on the 192.168.0.0/18 range. The company wants to use Amazon Elastic Load Balancing for SSL offloading, health checks, and sticky sessions.

    What should be done to meet these requirements?

    A. Create a Network Load Balancer pointing to the on-premises server's private IP address.

    B. Create an Amazon CloudFront distribution for the on-premises service and use the public IPs of the on-premises servers as the origin.

    C. Create a Network Load Balancer pointing to the on-premises server's public IP address.

    D. Create an Application Load Balancer pointing to the on-premises server's private IP address.

  • Question 322:

    An organization has ordered a new AWS Direct Connect connection. The AWS Management Console reports that the connection is available and BGP status is up. However, the networking team is not able to reach instances in the VPC using ping on the organization's private IP address.

    What could cause this connectivity issue? (Choose two.)

    A. The VGW is not advertising the correct CIDR range back on-premises.

    B. The instance security group does not allow ICMP traffic.

    C. A public virtual interface must be configured for Amazon EC2 connectivity.

    D. The on-premises router is not advertising the correct CIDR range to AWS.

    E. There is a misconfiguration of the bi-directional forwarding detection.

  • Question 323:

    A team implements a highly available solution using Amazon AppStream 2.0. The AppStream 2.0 fleet needs to communicate with resources both in an existing VPC and on-premises. The VPC is connected to the on-premises environment using an AWS Direct Connect private virtual interface.

    What implementation enables on-premises users to connect to AppStream and existing VPC resources?

    A. Deploy two subnets into the existing VPC. Add a public virtual interface to the Direct Connect connection for users to access the AppStream endpoint

    B. Deploy two subnets into the existing VPC. Add a private virtual interface on the Direct Connect connection for users to access the AppStream endpoint.

    C. Deploy a new VPC with two subnets. Create a VPC peering connection between the two VPCs for users to access the AppStream endpoint.

    D. Deploy one subnet into the existing VPC. Add a private virtual interface on the Direct Connect connection for users to access the AppStream endpoint.

  • Question 324:

    An organization is migrating its on-premises applications to AWS by using a lift-and-shift approach, taking advantage of managed AWS services wherever possible. The company must be able to edit the application code during the migration phase. One application is a traditional three-tier application, consisting of a web presentation tier, an application tier, and a database tier. The external calling client applications need their sessions to remain sticky to both the web and application nodes that they initially connect to.

    Which load balancing solution would allow the web and application tiers to scale horizontally independent from one another other?

    A. Use an Application Load Balancer at the web tier and a Classic Load Balancer at the application tier. Set session stickiness on both, but update the application code to create an application-controlled cookie on the Classic Load Balancer.

    B. Use an Application Load Balancer at both the web and application tiers, setting session stickiness at the target group level for both tiers.

    C. Deploy a web node and an application node as separate containers on the same host, using task linking to create a relationship between the pair. Add an Application Load Balancer with session stickiness in front of all web node containers.

    D. Use a Network Load Balancer at the web tier, and an Application Load Balancer at the application tier. Enable session stickiness on the Application Load Balancer, but take advantage of the native WebSockets protocols available to the Network Load Balancer.

  • Question 325:

    A company is connecting to a VPC over an AWS Direct Connect using a private VIF, and a dynamic VPN connection as a backup. The company's Reliability Engineering team has been running failover and resiliency tests on the network and the existing VPC by simulating an outage situation on the Direct Connect connection. During the resiliency tests, traffic failed to switch over to the backup VPN connection.

    How can this failure be troubleshot?

    A. Ensure that Bidirectional Forwarding Detection is enabled on the Direct Connect connection

    B. Confirm that the same routes are being advertised over both the VPN and Direct Connect.

    C. Reconfigure the Direct Connect session from static routes to Border Gateway Protocol (BGP) peering.

    D. Configure a virtual private gateway for the VPN and another virtual private gateway for Direct Connect.

  • Question 326:

    A network architect is designing an internet website. It has web, application, and database tiers that will run in AWS. The website uses Amazon DynamoDB.

    Which architecture will minimize public exposure of the back-end instances?

    A. A VPC with public subnets for the NLB, public subnets for the web tier, private subnets for the application tier, and private subnets for DynamoDB.

    B. A VPC with public subnets for the ALB, private subnets for the web tier, and private subnets for the application tier. The application tier connects DynamoDB through a VPC endpoint.

    C. A VPC with public subnets for the ALB, public subnets for the web tier, private subnets for the application tier, and private subnets for DynamoDB.

    D. A VPC with public subnets for the NLB, private subnets for the web tier, and public subnets for the application tier. The application tier connects DynamoDB through a VPC endpoint.

  • Question 327:

    An architecture is being designed to support an Amazon WorkSpaces deployment of 1,000 desktops.

    Which architecture will support this deployment while allowing for future expansion?

    A. A VPC with a /16 CIDR and one /21 subnet

    B. A VPC with a /20 CIDR and two /21 subnets

    C. A VPC with a /16 CIDR and one /22 subnet

    D. A VPC with a /20 CIDR and two /23 subnets

  • Question 328:

    An organization is deploying an application in a VPC that requires SSL mutual authentication with a client-side certificate, as that is the primary method of identifying clients. The Network Engineer has been tasked with defining the mechanism used within AWS to provide the SSL mutual authentication.

    Which of the following options meets the organization's requirements?

    A. Use a Classic Load Balancer and upload the client certificate private keys to it. Perform SSL mutual authentication of the client-side certificate there.

    B. Use a Network Load Balancer with a TCP listener on port 443, and pass the request through for the SSL mutual authentication to be handled by a backend instance.

    C. Use an Application Load Balancer and upload the client certificate private keys to it by using the native server name indication (SNI) features with smart certificate selection to handle multiple calling applications.

    D. Front the application with Amazon API Gateway, and use its client-side SSL mutual authentication feature that uses the backend instances to verify the source of the request.

  • Question 329:

    A network engineer has configured a private hosted zone using Amazon Route 53. The engineer needs to configure health checks for record sets within the zone that are associated with instances.

    How can the engineer meet the requirements?

    A. Configure a Route 53 health check to a private IP associated with the instances inside the VPC to be checked.

    B. Configure a Route 53 health check pointing to an Amazon SNS topic that notifies an Amazon CloudWatch alarm when the Amazon EC2 StatusCheckFailed metric fails.

    C. Create a CloudWatch metric that checks the status of the EC2 StatusCheckFailed metric, add an alarm to the metric, and then create a health check that is based on the state of the alarm.

    D. Create a CloudWatch alarm for the StatusCheckFailed metric and choose Recover this instance, selecting a threshold value of 1.

  • Question 330:

    A Network Engineer needs to create a public virtual interface on the company's AWS Direct Connect connection and only import routes which originated from the same region as the Direct Connect location.

    What action should accomplish this?

    A. Configure a prefix list on the customer router containing the AWS IP address ranges for the specific region.

    B. Configure a filter on the company's router to only import routes with the 7224:8100 BGP community attribute.

    C. Configure a filter on the company's router to only import routes without a BGP community attribute and a maximum path length of 3.

    D. Configure a filter in the console and only allow routes advertised by AWS without a BGP community attribute and a maximum path length of 3.

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Amazon exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your ANS-C00 exam preparations and Amazon certification application, do not hesitate to visit our Vcedump.com to find your solutions here.