Traffic when access S3 using AWS console

0

I need to upload a file through AWS S3 console from my company computer. I need to configure my firewall so that there won't be an alarm when large amount of traffic happened. Can anyone tell me where does the file goes when i upload it using S3 console? Would it go to s3 endpoint of my region? Or all traffic simpily go to s3.console.aws.amazon.com?

marmot
asked a month ago197 views
1 Answer
1
Accepted Answer

When you upload a file using the AWS S3 console, the file is transferred to S3 servers located in the AWS Region you selected for your bucket. The initial interaction happens through the S3 console at s3.console.aws.amazon.com, where you choose the bucket and initiate the upload process. However, the actual data transfer of the file occurs between your computer and the Amazon S3 endpoint specific to the region where your bucket is located e.g. s3.ap-southeast-2.amazonaws.com

Regarding your firewall, I would ensure that it allows traffic to both s3.console.aws.amazon.com for accessing the S3 management console and the specific S3 endpoint for your bucket's region. That way both the access to the console and the subsequent data transfer to the S3 bucket are permitted

Check out this other post here https://repost.aws/knowledge-center/s3-could-not-connect-endpoint-url and AWS documentation for more information https://docs.aws.amazon.com/prescriptive-guidance/latest/migration-perimeter-zone-apps-network-firewall/best-practices.html https://aws.amazon.com/s3/security/

Loc
answered a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions