Link to home
Start Free TrialLog in
Avatar of Eric Donaldson
Eric Donaldson

asked on

EC2 and S3

How can I connect a Windows EC2 instance to S3 to be used more as a file share drive?
Avatar of bbao
bbao
Flag of Australia image

once your S3 storage (basket) is created, you may obtain its URL from its Proprrties. use the URL in your EC2 instance to access the data.
Avatar of Eric Donaldson
Eric Donaldson

ASKER

Can I add it like a shared drive?
To do this you need to set up a WebDav server or software that mounts S3 as a drive.
Two I know of on Windows:
CloudBerry Drive http://www.cloudberrylab.com
WebDrive http://webdrive.com
For Linux you can try https://github.com/s3fs-fuse/s3fs-fuse
ok, thanks;  also, can I just make it accessible to the ec2 instance?
and I also need to use one of those tools above?
ASKER CERTIFIED SOLUTION
Avatar of Laroy Shtotland
Laroy Shtotland
Flag of Israel image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thanks;  what powershell command do I use to test?  I have googled, but not sure an easy way