Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
1527 Visualizzazioni

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.


Avatar
Abbandona
Risposta migliore

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!

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
3
ago 25
2372
3
giu 25
2446
1
mag 25
2563
1
apr 25
3520
1
apr 25
4348