Disclaimer: my AWS networking skills are basic.
I have an EC2 Windows server instance in a private subnet. I connect via a VPN. FOR TESTING I put it in a Security Group that allows all IPV4 TCP traffic. I turned off Windows Defender Firewall. I can surf the web, so I can use port 80/443 going out. Now I want to connect to email-smtp.us-east-1.amazonaws.com on port 25.
In Powershell this times out:
test-netconnection email-smtp.us-east-1.amazonaws.com -port 25
Any suggestions where to look next?