我们如何能够在Amazon EC2上安装的Amazon S3

问题描述:

我想知道,我们如何能连接S3和EC2或者我们如何通过EC2访问从S3的数据。

I would like to know, how we can connect s3 and ec2 or how we can access data from s3 through ec2.

有在EC2上没有特别的API来访问存储在S3中的数据。您可以使用同样的方法记录,并可以使用的标准的SDK 的。

There are no special APIs in EC2 to access data stored in S3. You use the same methods documented and you can use the standard SDKs.

有一件事是肯定更好:有没有从EC2实例访问S3时,数据传输费用

One thing is definitely better: there are no data transfer charges when accessing S3 from an EC2 instance.