AWS Documentation: "Amazon SQS supports the HTTP over SSL (HTTPS) and Transport Layer Security (TLS) protocols. Most clients can automatically negotiate to use newer versions of TLS without any code or configuration change. Amazon SQS supports versions 1.0, 1.1, and 1.2 of the Transport Layer Security (TLS) protocol in all regions."
Am I correct in assuming if you are using the AWs SQS SDK (java) then it is connecting to the AWS server on port 443 as it is HTTPS.
If not I can't find any pages that list required open ports. So the question is what outbound ports are required for AWS SQS to function?