1 Answer
- Newest
- Most votes
- Most comments
0
do this steps on ec2:
- check the security group associated with the instance is listening SSH and ICMP
- check if the instance is in a public subnet, otherwise you won't be able to connect
- check if the instance has a public IP associated or an Elastic IP
on VPC:
- Check the public subnet has an Internet Gateway attached, and the routing table is well configured
- Check the VPC Network ACL and look if you have anyone denying traffic to the subnet
probably with this steps you will be able to identify the issue and fix it
Relevant content
- asked 2 years ago
- asked 3 months ago
- asked 2 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 6 months ago