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달 전207회 조회
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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠