I have created a data engine in objective-c that requires immense processing. Rather than go buy 100 graphics cards, I'd like to just rent an AWS product like AWS Batch
, and run my number crunching over there for cheap.
I can export my project as a Unix Executable
file (runs in mac terminal) but I'm not too sure AWS supports this. Anyone have any ideas?
The engine is coded in Objective-C and my compiler is xCode.