콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
1533 화면

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.


아바타
취소
베스트 답변

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!

아바타
취소
관련 게시물 답글 화면 활동
3
8월 25
2383
3
6월 25
2452
1
5월 25
2565
1
4월 25
3522
1
4월 25
4355