aws

http://status.aws.amazon.com/ https://www.expeditedssl.com/aws-in-plain-english
dabrazhe 2021-05-14T18:26:32.055Z

The easiest option is to install an EC2 from an existing template in IOC, there should be plenty in Terraform or pulumi . Beware of the ones that use the NAT gateway, they can be expensive in case your need a lot of traffic for the batch data. You can the internet gateway. Once the ec2 is setup and patched, ssh to it, install lein and upload your data. I've done a similar setup on my Raspbery pi.

dabrazhe 2021-05-14T18:27:31.055200Z

But you can consider running the jobs on the local machine overnight, persist the results and read them in repl the next day. it will save you a lot of hassle and let you focus on the problem instead of infrastructure

ghadi 2021-05-14T18:30:04.056100Z

not prebuilt, but inspiration