#ssh #aws #sftp #cli

bin+lib korasi-cli

An AWS client to remotely run code that compiles on certain type of hardware

2 releases

new 0.1.1 Oct 21, 2024
0.1.0 Oct 20, 2024

#1861 in Network programming

Download history 181/week @ 2024-10-15

182 downloads per month

MIT license

55KB
1.5K SLoC

korasi

Build status Crates.io

An AWS client to spin up EC2 instances of various arch to run code that specifically compiles on certain type of hardware. For instance, if you are a M1 mac user, you may not have a Intel machine to run AVX intrinsics. Similarly, if you want to run Cuda code, and don't want to spend $3000 just to obtain a Nvidia GPU.

The goal is to run locally written code easily on remote hardware and get back the results (stdout). At the same time, not burn a giant hole in your wallet just to test certain types of code. On top of that, you own the entire infrastructure, meaning you pay for what you use.

Right now, the tool is not fully mature enough, as there are quite a number of kinks I still need to work out just to get user experience right.

You have been warned. Use at your own risk.

Dependencies

~111MB
~1.5M SLoC