-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move files.opentreeoflife.org to S3 #126
Comments
It looks like s3-hosted web sites do not support directory indexes. I find the indexes to be quite useful because they allow one to browse to see what's available on the server. E.g. http://files.opentreeoflife.org/ott/ One might use this to answer questions like:
Going to s3 would require either foregoing this feature, or implementing it ourselves via some kind of script (that would write index.html files, etc.). The latter sounds fragile to me, but maybe it could be made to work. |
Another issue is that there is no server for running 'tar' on. You have to unpack locally and then send the files using 'aws s3 sync' or equivalent. For synthesis version 8.0 this is more than 50,000 files. I have no idea how long that would take. Maybe I will try it later today... |
|
spoke too soon, as usual. |
spoke too soon about listings, too. |
S3 pricing: https://aws.amazon.com/s3/pricing/ This is a simplification - prices vary depending on various plan parameters. But I don't think the numbers would be much higher than this. |
The site is currently on a surplus server (varela.csail.mit.edu) that works well for the time being and is free, but if it fails in any way, recovery is not guaranteed.
I estimated S3 hosting costs at the highest service level and it comes to about $ $.28 per month for 12G.
Information on hosting web sites on S3: https://aws.amazon.com/blogs/aws/host-your-static-website-on-amazon-s3/
S3 is not the only choice, but we already have an Amazon account so it should be straightforward.
The text was updated successfully, but these errors were encountered: