I'm trying to lower egress fees from multiple S3 buckets in one AWS account (several Terabytes per month) to our US datacenter.
I thought of setting up a VPC on our AWS account, and using a Gateway Endpoint for S3
and then having a Direct Connect
always active from our datacenter to our AWS VPC (and pay the usual hourly + GB transferred reduced fees).
After reading the documentation it is my understanding that I will not pay any traffic to use the Gateway Endpoint for S3
since traffic never leaves AWS until it reaches our AWS VPC. To transfer it to our datacenter the usual hourly + GB transferred reduced fees for the Direct Connect
is then billed.
Is this correct? Will we still be able to initiate a GET from our datacenter applications (through the Direct Connect
to this VPC Gateway Endpoint for S3
so that we can pull S3 files from the 3rd party AWS account that endpoint is linked to? (requests would only originate from our datacenter servers to get or sometimes put S3 files).
question from:
https://stackoverflow.com/questions/66066778/reducing-transfer-fees-from-s3-buckets-multiple-ones-to-our-datacenter 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…