AWS Certified SysOps Administrator – Associate (legacy) — Question 493

A SysOps Administrator is responsible for maintaining an Amazon EC2 instance that acts as a bastion host. The Administrator can successfully connect to the instance using SSH, but attempts to ping the instance result in a timeout.
What is one reason for the issue?

Answer options

Correct answer: D

Explanation

When an instance is deployed within a peered VPC, specific routing table rules or security group configurations across the peering connection may restrict ICMP traffic while still permitting SSH traffic. This explains why the SSH connection succeeds but the ping utility times out. Other options like missing an Elastic IP or lacking Direct Connect would typically prevent both SSH and ping from working.