简体   繁体   English

从 AWS S3 下载到 Internet / 数据传出到 Internet

[英]Download from AWS S3 to Internet / Data Transfer Out to Internet

SAP is well known for charging for data that moves out of their SAP environment to elsewhere. SAP 以对从 SAP 环境转移到其他地方的数据收费而闻名。

Whilst I can understand that download, moving a file from an S3 bucket to my local computer is charged for, my question is then as follows:虽然我可以理解下载,将文件从 S3 存储桶移动到我的本地计算机是收费的,但我的问题如下:

  • if I run a Spark App to read S3 data, and then use a driver to write to SAP Hana from EC2 from that Spark App, does AWS count and know that this is S3 data being transferred outside the AWS domain to another Cloud?如果我运行 Spark 应用程序来读取 S3 数据,然后使用驱动程序从该 Spark 应用程序从 EC2 写入 SAP Hana,AWS 是否计数并知道这是从 AWS 域之外传输到另一个云的 S3 数据?
    • It's a bit different to the foto download from S3 bucket example.这与从 S3 存储桶示例下载的照片有点不同。

Short answer is that the transfer from S3 to EC2 in the same region is free, but the transfer from EC2 out of AWS has a scaling data transfer fee.简短的回答是,从 S3 到同一区域的 EC2 的传输是免费的,但从 EC2 到 AWS 的传输需要扩展数据传输费用。

Check out this visual to answer your data transfer pricing questions.查看此视觉图以回答您的数据传输定价问题。 https://github.com/open-guides/og-aws#aws-data-transfer-costs https://github.com/open-guides/og-aws#aws-data-transfer-costs

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM