TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: VM hosting that could start under a second?

1 点作者 punkpeye超过 2 年前
I have a use case that requires starting a VM (or Docker image, though less ideal) in under a few seconds, using a pre-setup image.<p>I need to run them for 1-2 minutes and then kill them, i.e. looking for a hosting provider that charges in small increments (seconds or minutes).<p>What are my options?

4 条评论

jamram82超过 2 年前
This could be a fit for serverless frameworks. AWS Lambda and similar frameworks can help you with such usecases. Take a look at Firecracker VM and microVM space.<p><a href="https:&#x2F;&#x2F;firecracker-microvm.github.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;firecracker-microvm.github.io&#x2F;</a>
stop50超过 2 年前
containers are the only thing that start that fast. google cloud and azure allow you to create and destroy vms via api and both allow you to use your own base images, i know this much because an colleague currently is setting up an web ui for internal customers.
评论 #32603218 未加载
fomine3超过 2 年前
<a href="https:&#x2F;&#x2F;fly.io&#x2F;blog&#x2F;fly-machines&#x2F;" rel="nofollow">https:&#x2F;&#x2F;fly.io&#x2F;blog&#x2F;fly-machines&#x2F;</a>
评论 #32603684 未加载
samstave超过 2 年前
Pre-warm spots on aws and kill&#x2F;propagate as needed and your bill will be a sine wave