I have a crawler written in Go that I would like to move from my computer into a cloud server. Therefore I am searching for a cloud service and I see that most droplets, instances, etc... have memory and cpu optimized solutions. Which one do I need if my script:
- Uses Go's concurrency feature heavily
- Makes a few thousands of http calls in every second
- Makes a lot of simple add/mul/sub operations in for loops which are looping through arrays
- Reads global variables stored in memory