amazon web services - Serving S3 on a EC2 server -


we've got bunch of static assets on s3 we'd securely serve.

due fact can't use custom domain names , ssl certificates, , wanting integrate our existing auth solutions, want try serving s3 content via real webserver on ec2.

i found this: http://www.cyberkan.com/how-to-mount-s3-over-ec2-linux/ shows how mount s3 volume.

anyone tried serving s3 bucket via s3fs on apache or nginx on ec2? viable strategy in terms of performance , reliability?

my experience has been mixed. s3 not block device. many application access file system assuming block device. when trying access file on s3fs mount, results can unpredictable.

s3 have ssl support, need use domain. can provide access private files via signed urls. valid user certian period of time.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -