B
B
bernex2016-04-02 11:09:56
Amazon Web Services
bernex, 2016-04-02 11:09:56

How to quickly raise the server load?

The task is this: there is a c++ or go program, you need to quickly raise the microservice (deploy it and run it on a new instance).
Raise an instance, configure, copy files and run, check and monitor. These are big mathematical calculations.
How to do it universally (to easily change providers)? And fast and right? What is ready?
The first is a script that does everything by connecting via ssh,
And a go daemon to monitor the load and create a new instance and configure or kill it.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Puma Thailand, 2016-04-02
@bernex

all providers do not have their own api
, but a simple algorithm raises the required amount of vps from the image and runs calculations on each

F
Fixid, 2016-04-02
@Fixid

There is no ready-made universal solution.
Amazon has a good API for raising and setting up an instance (1-10 min)
Azura has a worse API, but it's still possible.
Raise your api on your vps, which will independently raise vm in the desired cloud

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question