That's sure nice, but I'm waiting for AWS to switch to automatic sustained use discounts [0] like GCP offers. [0]: https://cloud.google.com/compute/docs/sustained-use-discount...
AWS announces per-second billing for EC2 instances
41–50 of 149 posts
Re: AWS announces per-second billing for EC2 instances
#42This is certainly a long time coming.
Re: AWS announces per-second billing for EC2 instances
#43Earlier quoted context omitted.
Not sure that will happen anytime soon. It's the same with Local SSD. The virtualization of this environment is very challenging, maybe beyond a point where it makes sense for them to do so.
But GCE already has local SSD’s for preempt instances, and they even cost less.
Re: AWS announces per-second billing for EC2 instances
#44Serverless advocates/engies are probably the only people celebrating this, everyone else keeps waiting for self renew instance reservation... last time i forgot about them it was too late.
The market for this is much broader. We do a bunch of data science so spinning up a heavy machine and only getting billed for the 5 minutes usage is a massive saving for us. I'm quite excited by this news!
Re: AWS announces per-second billing for EC2 instances
#45Earlier quoted context omitted.
Sounds like you're describing AWS Lambda / serverless architecture. But maybe I'm not understanding your use case?
There are a wide range of tiny operating systems that can boot in a matter of milliseconds. The applications are "whatever you want imagine" but yes one application is building FAAS Function As A Service in which the operating system carries out a single function. Put anther way, Docker is complex, overweight, and requires re-implementation of much computing infrastructure. You can meet many of the same goals as Dock…
Re: AWS announces per-second billing for EC2 instances
#46Earlier quoted context omitted.
But GCE already has local SSD’s for preempt instances, and they even cost less.
Wasn't aware they added the support. Well, maybe they can figure out GPUs too.
Re: AWS announces per-second billing for EC2 instances
#47Earlier quoted context omitted.
If you're concerned about cost, AWS is almost never the right place to host to begin with.
Agreed - just check cloud comparison, AWS is rarely at the top: https://www.cloudorado.com/cloud_server_comparison.jsp
Thanks for pointing it out!
Re: AWS announces per-second billing for EC2 instances
#48This should enable some entirely new use cases, especially around CI and automation in general. Per-second billing greatly reduces the overhead to bringing up an instance for a short task then killing it immediately - so I can do that. There's no need to build a buffer layer to add workers to a pool and leave them in the pool, so that you didn't end up paying for 30 hours of instance time to run 30, two-minute tasks…
Re: AWS announces per-second billing for EC2 instances
#49Earlier quoted context omitted.
Sounds like you're describing AWS Lambda / serverless architecture. But maybe I'm not understanding your use case?
There are a wide range of tiny operating systems that can boot in a matter of milliseconds. The applications are "whatever you want imagine" but yes one application is building FAAS Function As A Service in which the operating system carries out a single function. Put anther way, Docker is complex, overweight, and requires re-implementation of much computing infrastructure. You can meet many of the same goals as Dock…
Starting in milli-seconds is not the hard problem. Starting + warming caches in that time is -- that will get you a bunch of awards when you solve it.
Re: AWS announces per-second billing for EC2 instances
#50That's sure nice, but I'm waiting for AWS to switch to automatic sustained use discounts [0] like GCP offers. [0]: https://cloud.google.com/compute/docs/sustained-use-discount...
They would legitimately lose a lot of money if they did this now (and I would argue, wouldn't make up for it in market share). Most companies I work with who switch to AWS think it's a 1:1 conversion in terms of cost from a data center and pretty much just "leave AWS on" not realizing that they are not only paying for computing cost but the hidden cost of being able to scale up more instances quickly.