SOA-C02 Exam QuestionsBrowse all questions from this exam

SOA-C02 Exam - Question 347


A company has set up an IPsec tunnel between its AWS environment and its on-premises data center. The tunnel is reporting as UP, but the Amazon EC2 instances are not able to ping any on-premises resources.

What should a SysOps administrator do to resolve this issue?

Show Answer
Correct Answer: C

To resolve the issue of the Amazon EC2 instances not being able to ping on-premises resources despite the IPsec tunnel being up, the SysOps administrator should enable route propagation for the virtual private gateway in the route table that is assigned to the subnet of the EC2 instances. This allows the VPC route table to automatically learn and propagate the routes for the on-premises network, ensuring that the EC2 instances know how to reach these on-premises resources through the IPsec tunnel.

Discussion

6 comments
Sign in to comment
Pete987Option: C
Jun 30, 2023

C: Enabling route propagation for the virtual private gateway in the route table associated with the subnet of the EC2 instances will allow the VPC route table to learn and propagate the routes for the on-premises network. This ensures that the EC2 instances know how to reach the on-premises resources through the IPsec tunnel.

r2c3poOption: A
Dec 29, 2023

If the IPsec tunnel is UP but the EC2 instances are not able to ping on-premises resources, it might be due to the security group settings. Security groups act as virtual firewalls for your instances, and you need to ensure that the inbound rules allow the necessary traffic. In this case, creating a new inbound rule on the EC2 instances' security groups to allow ICMP traffic (ping) from the on-premises CIDR (Customer-Premises Equipment, CPE) would likely resolve the issue, assuming the security groups are currently configured to block such traffic. Option A addresses the issue at the security group level by allowing ICMP traffic from the on-premises CIDR.

AgboolaKun
Apr 24, 2024

According to the question, the issue is “the Amazon EC2 instances are not able to ping any on-premises resources”. Opening IMCP port for the EC2 security group won’t resolve EC2 inability to ping the on-prem resources. Enabling pinging on the on-prem resources could resolve this issue but this is not what option A is saying. Therefore, option C is a reasonable solution to this issue and it is the only option that makes sense.

[Removed]
Jul 10, 2023

ccccccccccccccccccCCC

paultantonyOption: C
Aug 13, 2023

https://docs.aws.amazon.com/vpc/latest/userguide/WorkWithRouteTables.html#EnableDisableRouteProp

March2023Option: C
Mar 3, 2024

Going with C

james2033
Jul 5, 2024

UP = up (in constract with 'down')