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 361:

    An organization launched an IPv6-only web portal to support IPv6-native mobile clients. Front-end instances launch in an Amazon VPC associated with an appropriate IPv6 CIDR. The VPC IPv4 CIDR is fully utilized. A single subnet exists in each of two Availability Zones with appropriately configured IPv6 CIDR associations. Auto Scaling is properly configured, and no Elastic Load Balancing is used.

    Customers say the service is unavailable during peak load times. The network engineer attempts to launch an instance manually and receives the following message: “There are not enough free addresses in subnet ‘subnet-12345678’ to satisfy the requested number of instances.”

    What action will resolve the availability problem?

    A. Create a new subnet using a VPC secondary IPv6 CIDR, and associate an IPv6 CIDR. Include the new subnet in the Auto Scaling group.

    B. Create a new subnet using a VPC secondary IPv4 CIDR, and associate an IPv6 CIDR. Include the new subnet in the Auto Scaling group.

    C. Resize the IPv6 CIDR on each of the existing subnets. Modify the Auto Scaling group maximum number of instances.

    D. Add a secondary IPv4 CIDR to the Amazon VPC. Assign secondary IPv4 address space to each of the existing subnets.

  • Question 362:

    You deploy an Amazon EC2 instance that runs a web server into a subnet in a VPC. An Internet gateway is attached, and the main route table has a default route (0.0.0.0/0) configured with a target of the Internet gateway.

    The instance has a security group configured to allow as follows:

    1.

    Protocol: TCP

    2.

    Port: 80 inbound, nothing outbound

    The Network ACL for the subnet is configured to allow as follows:

    1.

    Protocol: TCP

    2.

    Port: 80 inbound, nothing outbound

    When you try to browse to the web server, you receive no response.

    Which additional step should you take to receive a successful response?

    A. Add an entry to the security group outbound rules for Protocol: TCP, Port Range: 80

    B. Add an entry to the security group outbound rules for Protocol: TCP, Port Range: 1024-65535

    C. Add an entry to the Network ACL outbound rules for Protocol: TCP, Port Range: 80

    D. Add an entry to the Network ACL outbound rules for Protocol: TCP, Port Range: 1024-65535

  • Question 363:

    Your security team implements a host-based firewall on all of your Amazon Elastic Compute Cloud (EC2) instances to block all outgoing traffic. Exceptions must be requested for each specific requirement. Until you request a new rule, you cannot access the instance metadata service. Which firewall rule should you request to be added to your instances to allow instance metadata access?

    A. Inbound; Protocol tcp; Source [Instance's EIP]; Destination 169.254.169.254

    B. Inbound; Protocol tcp; Destination 169.254.169.254; Destination port 80

    C. Outbound; Protocol tcp; Destination 169.254.169.254; Destination port 80

    D. Outbound; Protocol tcp; Destination 169 .254.169.254; Destination port 443

  • Question 364:

    A customer has set up multiple VPCs for Dev, Test, Prod, and Management. You need to set up AWS Direct Connect to enable data flow from on-premises to each VPC. The customer has monitoring software running in the Management VPC that collects metrics from the instances in all the other VPCs. Due to budget requirements, data transfer charges should be kept at minimum. Which design should be recommended?

    A. Create a total of four private VIFs, one for each VPC owned by the customer, and route traffic between VPCs using the Direct Connect link.

    B. Create a private VIF to the Management VPC, and peer this VPC to all other VPCs.

    C. Create a private VIF to the Management VPC, and peer this VPC to all other VPCs, enable source/ destination NAT in the Management VPC.

    D. Create a total of four private VIFs, and enable VPC peering between all VPCs.

  • Question 365:

    Your company runs an application for the US market in the us-east-1 AWS region. This application uses proprietary TCP and UDP protocols on Amazon Elastic Compute Cloud (EC2) instances. End users run a real-time, front-end application on their local PCs. This front-end application knows the DNS hostname of the service.

    You must prepare the system for global expansion. The end users must access the application with lowest latency.

    How should you use AWS services to meet these requirements?

    A. Register the IP addresses of the service hosts as “A” records with latency-based routing policy in Amazon Route 53, and set a Route 53 health check for these hosts.

    B. Set the Elastic Load Balancing (ELB) load balancer in front of the hosts of the service, and register the ELB name of the main service host as an ALIAS record with a latency-based routing policy in Route

    53.

    C. Set Amazon CloudFront in front of the host of the service, and register the CloudFront name of the main service as an ALIAS record in Route 53.

    D. Set the Amazon API gateway in front of the service, and register the API gateway name of the main service as an ALIAS record in Route 53.

  • Question 366:

    Your organization has a newly installed 1-Gbps AWS Direct Connect connection. You order the cross-connect from the Direct Connect location provider to the port on your router in the same facility. To enable the use of your first virtual interface, your router must be configured appropriately.

    What are the minimum requirements for your router?

    A. 1-Gbps Multi Mode Fiber Interface, 802.1Q VLAN, Peer IP Address, BGP Session with MD5.

    B. 1-Gbps Single Mode Fiber Interface, 802.1Q VLAN, Peer IP Address, BGP Session with MD5.

    C. IPsec Parameters, Pre-Shared key, Peer IP Address, BGP Session with MD5

    D. BGP Session with MD5, 802.1Q VLAN, Route-Map, Prefix List, IPsec encrypted GRE Tunnel

  • Question 367:

    You use a VPN to extend your corporate network into a VPC. Instances in the VPC are able to resolve resource records in an Amazon Route 53 private hosted zone. Your on-premises DNS server is configured with a forwarder to the VPC DNS server IP address. On-premises users are unable to resolve names in the private hosted zone, although instances in a peered VPC can.

    What should you do to provide on-premises users with access to the private hosted zone?

    A. Create a proxy resolver within the VPC. Point the on-premises forwarder to the proxy resolver.

    B. Modify the network access control list on the VPC to allow DNS queries from on-premises systems.

    C. Configure the on-premises server as a secondary DNS for the private zone. Update the NS records.

    D. Update the on-premises forwarders with the four name servers assigned to the private hosted zone.

  • Question 368:

    You operate a production VPC with both a public and a private subnet. Your organization maintains a restricted Amazon S3 bucket to support this production workload. Only Amazon EC2 instances in the private subnet should access the bucket. You implement VPC endpoints(VPC-E) for Amazon S3 and remove the NAT that previously provided a network path to Amazon S3. The default VPC-E policy is applied. Neither EC2 instances in the public or private subnets are able to access the S3 bucket.

    What should you do to enable Amazon S3 access from EC2 instances in the private subnet?

    A. Add the CIDR address range of the private subnet to the S3 bucket policy.

    B. Add the VPC-E identified to the S3 bucket policy.

    C. Add the VPC identifier for the production VPC to the S3 bucket policy.

    D. Add the VPC-E identifier for the production VPC to endpoint policy.

  • Question 369:

    Your hybrid networking environment consists of two application VPCs, a shared services VPC, and your corporate network. The corporate network is connected to the shared services VPC via an IPsec VPN with dynamic (BGP) routing enabled.

    The applications require access to a common authentication service in the shared services VPC. You need to enable native network access from the corporate network to both application VPCs.

    Which step should you take to meet the requirements?

    A. Use VPC peering to peer the application VPCs with the shared services VPC, and enable associated routing in the shared services VPC via the corporate VPN.

    B. Configure an IPsec VPN between the virtual private gateway in each application VPC to the virtual private gateway in the shared services VPC.

    C. Configure additional IPsec VPNs for each application VPC back to the corporate network, and enable VPC peering to the shared services VPC.

    D. Enable CloudHub functionality to route traffic between the three VPCs and the corporate network using dynamic BGP routing.

  • Question 370:

    The Web Application Development team is worried about malicious activity from 200 random IP addresses. Which action will ensure security and scalability from this type of threat?

    A. Use inbound security group rules to block the IP addresses.

    B. Use inbound network ACL rules to block the IP addresses.

    C. Use AWS WAF to block the IP addresses.

    D. Write iptables rules on the instance to block the IP addresses.

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.