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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Nimbo – Run jobs (and notebooks) on AWS with a single command

6 点作者 mjaques大约 4 年前

1 comment

mjaques大约 4 年前
Hey everyone,<p>I (Miguel) am an ML PhD from the University of Edinburgh and Juozas is a Software Engineer also from Edinburgh.<p>Together we developed Nimbo, a dead-simple CLI that wraps the AWS CLI, allowing you to run code on AWS as if you were running it locally. You can find the source code here (<a href="https:&#x2F;&#x2F;github.com&#x2F;nimbo-sh&#x2F;nimbo" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;nimbo-sh&#x2F;nimbo</a>) and the docs here (<a href="https:&#x2F;&#x2F;docs.nimbo.sh" rel="nofollow">https:&#x2F;&#x2F;docs.nimbo.sh</a>).<p>We decided to build this because we were frustrated with how cumbersome using AWS was, and we just wanted to be able to run jobs on AWS as easily as we run them locally. At the same time, we wanted to make use of the cheap spot instances (on Nimbo, this is a single parameter). All in all, we didn&#x27;t like the current user experience of working with AWS, and we believed it was possible to vastly improve it.<p>For this reason, we also provide many useful commands to make it faster and easier to work with AWS, such as launching notebooks on EC2, easily checking prices, logging onto an instance, or syncing data to&#x2F;from S3 (you can see some useful commands at <a href="https:&#x2F;&#x2F;docs.nimbo.sh&#x2F;useful-commands" rel="nofollow">https:&#x2F;&#x2F;docs.nimbo.sh&#x2F;useful-commands</a>).<p>Unlike other similar services, we are solely client-side, meaning that the code runs on your EC2 instances and data is stored in your S3 buckets (we don&#x27;t have a server; all the infrastructure orchestration happens in the Nimbo package). We are also open contribution, meaning that all the source code is publicly available on our GitHub, and we welcome community contribution.<p>We have tons of ideas for Nimbo, like adding docker support, and providing instances with preloaded datasets like ImageNet, so that you don&#x27;t have to download and store it yourself - you simply spin the instance, and the dataset is available at &#x2F;datasets. We are currently working on adding GCP support, so that you can use AWS or GCP with the same config file.<p>We are happy to receive any feedback and suggestions you have.
评论 #27062640 未加载