My question is that I wanted to launch a Windows Amazon EC2 server that could through UNC connect to Amazon S3.
Is this possible?
Thanks!
|
My question is that I wanted to launch a Windows Amazon EC2 server that could through UNC connect to Amazon S3. Is this possible? Thanks! | |||
|
feedback
|
|
No, it is not. Access to S3 is accomplished via http calls, using either Amazon's SOAP or REST interfaces. | |||
|
feedback
|
|
This is possible, but only through third party applications. For example Bucket Explorer. I think Cloudberry lab's S3 explorer can do that as well (not sure if it's the free version or the PRO version). | ||||
|
feedback
|
|
No, Amazon S3 is for web applications to store data via GET and POST calls like user data. There is no way to use it as tradition storage for windows as you want. | |||
|
feedback
|
|
There are many tools to allow you to mount s3 as a local drive, these work just as well from EC2 | |||||
feedback
|