-1

I have got a EC2 instance spun up in AWS and we are connecting to AWS via Direct Connect. So when i go to a switch on my side, i could see BGP Peering is established and could ping the cross-link IP.

I have created a another network(10.0.0.0/24) on the switch and advertise them to AWS. So when i tried to ping from that new network as source to EC2 instance i couldn't but when i plug in a laptop and did RDP i can see it on wireshark capture but not ICMP.

Route Table, NACL & SG looks good.

Thanks Hari

Hari
  • 3
  • 1

1 Answers1

0

If you could connect through RDP but couldn't got ping your problem is in either firewall rules for ICMP or settings for ICMP, or both.

Stan Dudikoff
  • 94
  • 1
  • 8
  • Thanks Stan for the response. We don't have any firewall between our switch and AWS (it's a direct cable going into AWS). Secondly, I tried different options with ICMP on NACL & SG but no luck. – Hari Nov 10 '16 at 00:10