1 Answers
0
How can you tell it is closed? What tool(s) are you using to test? On the instance (assuming it is Linux - you don't mention your OS) you can use a few tools to see if the operating system is listening on that port because remotely initiated tests may not be reliable for UDP (no pun intended).
Relevant questions
DataSync vmware agent port 80 still not open
Accepted Answerasked a month agoWith a Security group I can't connect to EC2 instance
Accepted Answerasked 5 days agoThe EC2 public address is not accessible from everywhere
Accepted Answerasked 6 months agoUDP 5060 port is closed
asked 2 months agoI am trying to connect to my ec2 instance but instead its loading endlessly
asked 17 days agoopen port to multiple IP's
asked 11 days agoHow to open a port
asked 4 months agoSending UDP traffic to EC2 host from ECS instance, security group issue on EC2 host
asked 5 months ago(t2.micro) Editing port rules in Security Group makes no changes - Can always ping port 3389, but 22 fails
asked 6 months agoPort 3306 results closed
asked 2 years ago
Hi Thank you for your reply I am using Linux Ubuntu I used this to check https://www.yougetsignal.com/tools/open-ports/
and I used the command sudo lsof -i:5060
Does the
lsof
command show the port to be open?