DEV Community

Discussion on: docker containers deployment in ECS EC2

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