Search code examples
amazon-web-servicesbotoaws-security-group

Ports used in aws boto connections


I am using a Lambda function which uses boto library to perform actions over EMR such as describe-cluster. I would like to know which ports are being used to restrict outbound Lambda security group for this communication. I do not find this information in AWS documentation.


Solution

  • All AWS endpoints are HTTPS.

    See AWS Regions and Endpoints - Amazon EMR