- Newest
- Most votes
- Most comments
NLBs don't have security groups so I'm not sure how your EC2 instance and the NLB can be configured in that way. You also can't ping a NLB - it doesn't respond to ICMP echo requests.
If you need to test whether the NLB is working or not you will need to connect on the port configured as a listener. You can do this using tools such as curl
and wget
or even netcat
.
Update October 2023: Although it's not relevant to the answer, NLBs now support security groups: https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-security-groups.html
Thanks, with wget works perfectly, Thanks so much for everything, now, figurated how to connect with the VPC Link to Apigateway, because for the moment, its showing "internal server error", Thanks to Much
Relevant content
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 5 days ago
- AWS OFFICIALUpdated a month ago
Hi, I am also having the same problem.. Even curl doesn't work... I am getting
connection timed out
error. I am having a instance in subnet 10.0.1.0/24 and a NLB interface attached to the same subnet..I'd suggest that you create a new question which details your network setup so that a better answer can be provided. You should include IP address details, security groups and NACLs (if any).