2 Answers
- Newest
- Most votes
- Most comments
0
Port 53 on AWS is used by the Domain Name System (DNS) service. Here's the link to the official AWS documentation for Amazon Route 53:
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/Welcome.html
answered 2 years ago
0
Security groups are stateful and track connections. The behavior you're seeing may be related to:
- Return traffic being allowed due to the stateful nature of security groups
Recommended step:
- Verify no additional security group rules were added
answered 2 years ago
No changes have been made to security groups recently.
Relevant content
asked 4 years ago

I realize that port 53 is DNS but what process is servicing that port. Is AWS somehow tunneling connections to port 53 from the internet to resolved on my server or is AWS servicing those connections itself?