12-30-2015 03:26 PM - edited 03-12-2019 07:21 AM
Hello,
I successfully created a test VPC to evaluate Cisco CSR router in AWS. VPC instance status is 'running'.
Problem is that from my computer connected to the Internet, ping to the IP 54.213.100.147 is not successful. In the Security Group I allowed ICMP inbound and outbound for any source. Also SSH is allowed from any source.
SSH attempt also fails. Can someone tell me how I can troubleshoot this? What could be the problem which is preventing me from successfully connecting to the Cisco CSR router Public IP?
*ssh -i "vpc2-key.pem" root@ec2-54-213-100-147.us-west-2.compute.amazonaws.com**
*ssh: connect to host 54.213.100.147 port 22: Connection refused*
Screenshot is attached showing VPC instance details.
i-a63e947c
m3.medium
us-west-2c
running
2/2 checks passed
None
ec2-54-213-100-147.us-west-2.compute.amazonaws.com
54.213.100.147
vpc2-key
HERE IS THE SECURITY GROUP INFO which should allow me to ping and SSH:
vpc2-security-group
Security Group: sg-70fbf114
Source
SSH
TCP
22
0.0.0.0/0
All ICMP
All
N/A
0.0.0.0/0
Solved! Go to Solution.
04-25-2016 09:04 AM
Old question I know but for anyone else with a similar issue, on AWS you need to also a dd an internet gateway to allow you to get to the public IP from the internet.
12-30-2015 03:48 PM
I can't see anything wrong. Does the AWS console definately show that the instance is running?
04-25-2016 09:04 AM
Old question I know but for anyone else with a similar issue, on AWS you need to also a dd an internet gateway to allow you to get to the public IP from the internet.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide