Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
1831 Widoki

Is it possible to create a new hosted instance for potential customers through an automation script like using api. If yes, can you please share details.


Awatar
Odrzuć
Najlepsza odpowiedź

I'm not entirely sure what you want to achieve, but if you want to create new instances (e.g., EC2 instance) on the fly you should look into Infrastructure as Code (IaC) tools. I have good experience with Terraform/Packer. These tools allows you to configure new instances (e.g., EC2 or VM) and build them automatically on demand. 

Alternatively you can use Docker to create new containers automatically. You should probably use this in combination with some orchestration tools (e.g., Kubernetes, Docker Swarm) if you plan to create many new docker instances.

I hope this helps!

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
5
wrz 25
22525
3
sie 25
3288
3
cze 25
3129
1
maj 25
3172
1
kwi 25
4130