Y
Hacker News
new
|
ask
|
show
|
jobs
by
okr
824 days ago
What is the alternative for programmatically start up a stack with a bunch of services?
1 comments
zokier
824 days ago
Pulumi and Terraform are the two main contenders. Both are afaik bit different in their operating model
link
bionsystem
823 days ago
Although if one already uses ansible for configuring the VMs, ansible would probably be my first choice for deployment as well.
link
okr
824 days ago
Terraform can be done programatically? For example, i do start/stop a cloudformation for each $clientId, just as needed.
link
earthling8118
824 days ago
CDKTF is what you're looking for.
link