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
已提問 2 個月前檢視次數 209 次
1 個回答
1
已接受的答案

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
已回答 2 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南