Finished w MVP for Garud. Wrote quick FastAPI interface. Works OK on local, now to deploy it ... let's try to not install crap.
-
Spun-up the smallest machine I could find on AWS.
-
Generated a
.pem
key-pair. Saved it. -
ssh
'd into the remote machine. -
Checked if ports were reachable using
nc
. -
Transferred the app using
rsync
. -
Installed
python3.11
withdnf
. -
Run it :)
-
Oh no, it doesn't keep running when I close the
ssh
session or the machine restarts :( -
Created
garud.service
. -
Trivial
systemctl
setup with auto-restart and logs.
Finished. I hate wrappers.