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

A SysOps Administrator is troubleshooting Amazon EC2 connectivity issues to the internet. The EC2 instance is in a private subnet. Below is the route table that is applied to the subnet of the EC2 instance.

Destination `" 10.2.0.0/16 -

Target `" local -

Status `" Active -

Propagated `" No -

Destination `" 0.0.0.0/0 -

Target `" nat-xxxxxxx -

Status `" Blackhole -

Propagated `" No -
What has caused the connectivity issue?

Answer options

Correct answer: A

Explanation

The 'Blackhole' status in an Amazon VPC route table indicates that the target of the route is no longer available, which typically happens when the NAT gateway has been deleted. Since the route for internet traffic (0.0.0.0/0) points to a non-existent NAT gateway target, all outbound internet traffic from the private subnet is dropped. The other options are incorrect because the route to the internet does exist in the table, but its target is invalid, and route propagation is not required for static NAT gateway routes.