I am wondering what type of workload this is for. They give a tiny example and insist on micro, fast start, but the say it lasts up to 8 hours and is up to 16 vCPU. What sort of app require faster boot (than lambda or ec2), but only for a limited interval, and with possibly plenty of processing power... Maybe I am not the right target, but if you have examples so that I can better appreciate, I'd love that
MicroVMs: Run isolated sandboxes with full lifecycle control
91–100 of 222 posts
Re: MicroVMs: Run isolated sandboxes with full lifecycle control
#92Earlier quoted context omitted.
Hetzner is still cheap compared to AWS.
You can't run firecracker on AWS.
Re: MicroVMs: Run isolated sandboxes with full lifecycle control
#93Does anyone understand the pricing? The pricing page says “Lambda MicroVMs are priced per instance-second” but MicroVM’s aren’t otherwise mentioned.
Re: MicroVMs: Run isolated sandboxes with full lifecycle control
#94Earlier quoted context omitted.
Setting up your own is not that hard and if you bought some compute before the Altman squeeze, very cheap.
Def! My personal belief is that the future of an "app" is a combo: 1. micro VM 2. agent on the VM 3. software bundled into the VM So, it should be stupid simple to run these local sandboxed apps/agents. Right now, not too hard for technical users (esp. with things like https://smolmachines.com/ and https://microsandbox.dev/ ), but not as easy as clicking an app icon or typing `/path/to/binary` in the CLI
Re: MicroVMs: Run isolated sandboxes with full lifecycle control
#95What's the best provider to self-host Firecracker? I feel that AWS is not a safe or cost-effective option for a self-funded startup or small business. Although is anything cost effective anymore? Hetzner just had a massive price hike. Part of it might just be that I am old and inflation is catching up with my understanding of prices. But as far as AWS I still have to say no thanks. Imagine some group actually started…
This reminds me of Fly.io's model off the top of my head, though its not a self-hosted firecracker as such.
Re: MicroVMs: Run isolated sandboxes with full lifecycle control
#96Earlier quoted context omitted.
This is for people who want both faster execution, and better security isolation for agents/subagents. It is a different use case than yours
I understand that but micro VMs don't provide better security isolation than regular VMs. So that leaves faster boot times. Faster boot times and then the agent does what ? And at how many token/s? And what's the "time to first token" anyway? How do the time to first token and then the token/s inherent limitations of LLMs not totally dominate the running time? I just don't get the use case.
regular VMs just use too much memory, a typical ubuntu uses 512 MB as a baseline
Re: MicroVMs: Run isolated sandboxes with full lifecycle control
#97Re: MicroVMs: Run isolated sandboxes with full lifecycle control
#98> Containers launch in seconds, yet their shared-kernel architecture requires significant custom hardening to safely contain untrusted code That's literally why they made Fargate. It's managed firecracker VMs with containers. They invented firecracker for this purpose. This new product is competing with Fargate, but they don't mention Fargate at all in the announcement. > you create a MicroVM Image by supplying a Doc…
Re: MicroVMs: Run isolated sandboxes with full lifecycle control
#99What's the best provider to self-host Firecracker? I feel that AWS is not a safe or cost-effective option for a self-funded startup or small business. Although is anything cost effective anymore? Hetzner just had a massive price hike. Part of it might just be that I am old and inflation is catching up with my understanding of prices. But as far as AWS I still have to say no thanks. Imagine some group actually started…
For self-hosting, have a look at what we're building with SlicerVM.com (disclosure: I'm the founder). Also runs just as well on Apple Silicon. We run quite a few Slicer instances on mini PCs and Ryzen builds - also on Hetzner (and yes ouch 120 EUR / mo up to ~ 550 EUR / mo for 16core / 128GB RAM feels almost unfair)
Re: MicroVMs: Run isolated sandboxes with full lifecycle control
#100Earlier quoted context omitted.
Fargate does not use Firecracker, it is simply ec2 instances.
Source? https://aws.amazon.com/blogs/aws/firecracker-lightweight-vir... says > Battle-Tested – Firecracker has been battled-tested and is already powering multiple high-volume AWS services including AWS Lambda and AWS Fargate.