AWS doesn't make sense for scientific computing
noahlebovic.com
AWS doesn't make sense for scientific computing
1–10 of 281 posts
Re: AWS doesn't make sense for scientific computing
#2Re: AWS doesn't make sense for scientific computing
#3Re: AWS doesn't make sense for scientific computing
#4using on-demand for latency insensitive work, especially when you’re also very cost sensitive, isn’t the right choice. spot instances will get you somewhere in the realm of the hetzner/on-prem numbers.
Also, AWS is notoriously easy to undercut with on-prem hardware, especially if your budget is large and your uptime requirements aren't - you'll save a few hundred thousand a year alone by not having to hire expert engineers for on-call duty and extreme reliability.
Re: AWS doesn't make sense for scientific computing
#5Re: AWS doesn't make sense for scientific computing
#61) A large enough queue of tasks
2) Users/donstream willing to wait
using your own infrastructure always wins (alsuming free labor) since you can load your own infrastructure to ~95% pretty much 24/7 which is unbeatable.
Re: AWS doesn't make sense for scientific computing
#7Re: AWS doesn't make sense for scientific computing
#8Re: AWS doesn't make sense for scientific computing
#9using on-demand for latency insensitive work, especially when you’re also very cost sensitive, isn’t the right choice. spot instances will get you somewhere in the realm of the hetzner/on-prem numbers.
Using the estimate from the article, spot instances are still over 8x more expensive than on-prem for scientific computing.
Re: AWS doesn't make sense for scientific computing
#10This is sort of a confusing article because it assumes the premise of "you have a fixed hardware profile" and then argues within that context ("Most scientific computing runs on queues. These queues can be months long for the biggest supercomputers".) Of course if you're getting 100% utilization then you'll find better raw pricing (and this article conveniently leaves out staffing costs), but this model misses one of…