28

I have a question because of error which I Faced due to configs some other person made in aws :

Short Question is what port Does AWS S3 use to communicate to ec2-instance ?

Kush Vyas
  • 5,813
  • 2
  • 26
  • 36

1 Answers1

39

http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region

S3 supported protocols are

  • HTTP (port 80) connection
  • HTTPS (port 443) connection

Its does not use different protocol / port wether it communicates with EC2 instance or non-AWS instance

Frederic Henri
  • 51,761
  • 10
  • 113
  • 139