Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How we can mount amazon s3 on amazon ec2 [closed]

Tags:

amazon-s3

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

like image 816
Remya Poulose Avatar asked Mar 01 '11 05:03

Remya Poulose


1 Answers

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.

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

like image 130
Uriah Carpenter Avatar answered Sep 25 '22 20:09

Uriah Carpenter