DEV Community

Discussion on: docker containers deployment in ECS EC2

Collapse
 
nathanjohnson320 profile image
Nathaniel Johnson

I've used pulumi to deploy my ecs fargate containers for several months now without issue. It's about 12 lines of code to do it and is a lot simpler than terraform. pulumi.com/docs/tutorials/aws/ecs-...

Collapse
 
mourik profile image
MOURIK

I just discover Pulumi this weekend :) in FOSDEM Bruxelles. i will check this possibility. Do you know if there a state after deployment like tfstate and also if i can manage rollback also with pulumi. thanks in advance

Collapse
 
nathanjohnson320 profile image
Nathaniel Johnson

They do have a state and you can configure that to be stored in pulumi or anywhere wise really pulumi.com/docs/intro/concepts/state/ for rollback it doesn't do them automatically on failure so I normally have to revert in git and then run pulumi up