Courseiva
Network ImplementationhardMultiple ChoiceObjective-mapped

ANS-C01 Network Implementation Practice Question

Network Topology
$ aws ec2 describe-network-interfacesnetwork-interface-ids eni-1234567890abcdef0Refer to the exhibit.```"NetworkInterfaces": ["Association": {"IpOwnerId": "amazon","PublicIp": "203.0.113.5","AllocationId": "eipalloc-0abcdef1234567890"},"Attachment": {"AttachmentId": "eni-attach-0abcdef1234567890","InstanceId": "i-0abcdef1234567890","InstanceOwnerId": "123456789012","DeviceIndex": 0,"Status": "attached","DeleteOnTermination": true"Description": "Primary network interface","Groups": ["GroupName": "sg-12345678","GroupId": "sg-12345678"],"InterfaceType": "interface","Ipv6Addresses": [],"MacAddress": "12:34:56:78:9a:bc","NetworkInterfaceId": "eni-1234567890abcdef0","OwnerId": "123456789012","PrivateIpAddress": "10.0.1.15","PrivateIpAddresses": ["Primary": true,"PrivateIpAddress": "10.0.1.15""SourceDestCheck": true,"Status": "in-use","SubnetId": "subnet-0abcdef1234567890","TagSet": [],"VpcId": "vpc-0abcdef1234567890"

Refer to the exhibit. An EC2 instance in a VPC is assigned a public IP via an Elastic IP address. The instance is not reachable from the internet, although it has a security group allowing inbound HTTP traffic from 0.0.0.0/0. The VPC has an Internet Gateway attached to the route table of the subnet. What is the MOST likely cause?

⚠ Common exam trap

The ANS-C01 exam often tests the misconception that a public IP and a permissive security group alone guarantee internet connectivity, ignoring the critical requirement of a default route to the Internet Gateway in the subnet's route table.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The subnet route table does not have a default route (0.0.0.0/0) to the Internet Gateway

The most likely cause is that the subnet's route table lacks a default route (0.0.0.0/0) pointing to the Internet Gateway (IGW). Without this route, traffic destined for the internet from the instance has no path to the IGW, and return traffic from the internet cannot reach the instance. Even with a public Elastic IP and a permissive security group, the VPC's routing logic prevents internet-bound packets from being forwarded to the IGW.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The subnet route table does not have a default route (0.0.0.0/0) to the Internet Gateway

    Why this is correct

    For an instance with a public Elastic IP to be reachable from the internet, the subnet’s route table must contain a default route (0.0.0.0/0) pointing to the Internet Gateway. Without this route, outbound traffic from the instance cannot reach the internet, and inbound response traffic cannot return, even though the security group permits HTTP from 0.0.0.0/0 and the Internet Gateway is attached.

  • The source/destination check is enabled and should be disabled

    Why it's wrong here

    Source/destination check should be enabled for normal instances.

  • The security group is blocking inbound traffic

    Why it's wrong here

    The security group allows HTTP from 0.0.0.0/0.

  • The Elastic IP is not correctly associated with the instance

    Why it's wrong here

    The exhibit shows it is associated.

Visual reference

192.168.1.0 /24 256 addresses (254 usable) 192.168.1.0 /25 Subnet A 128 addr (126 usable) 192.168.1.128 /25 Subnet B 128 addr (126 usable) Borrowing 1 bit from host portion creates 2 subnets (/25)

About these practice questions

This ANS-C01 question is part of Courseiva's 1,621-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This ANS-C01 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the ANS-C01 exam.