Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

253
Views
If I am downloading an S3 object from an EC2 instance, does this request leave the Amazon network?

If I am downloading an S3 object from an EC2 instance, does this request leave the Amazon network, or is the request made via Internet?

about 4 years ago · Santiago Trujillo
1 answers
Answer question

0

It depends whether the EC2 instance and S3 bucket are in the same region or not.

All communication between regions is across the public Internet.

You can read more about AWS regions and availability zones here. Communication within the same region happens over low-latency private links:

Availability Zones are connected to each other with fast, private fiber-optic networking.

See AWS Global Infrastructure.

EDIT

Although data transfer happens over private links within the same region, accessing the API endpoints using the SDK or CLI still requires Internet access. See AWS Regions and Endpoints.

If you're concerned about security in Java SDK, the default client configuration is to use HTTPS for all requests for increased security. (Although individual clients can also override this setting by explicitly including the protocol as part of the endpoint URL when calling AmazonWebServiceClient.setEndpoint(String))

If you're concerned about data transfer cost, all inbound traffic from S3 to EC2 is free of charge.

about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!