how to create new aws ecs task defination revision
331 views
Skip to first unread message
Jagadeesh Aluri
unread,
Aug 23, 2015, 10:06:15 AM8/23/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Terraform
Hi Team,
my ecs task has a tomcat running in a docker container. I would like to increase the task revision whenever I have a new code to deploy. but I couldn't find a way to increment revision. I tried terrform taint , but that didn't work well. I know that's not the right way. but wondering how to increment revision. that way docker container get re-created with latest code.
Regards, Jagadeesh.
Jagadeesh Aluri
unread,
Aug 23, 2015, 11:51:02 AM8/23/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Terraform
never mind.
as per aws blog also, we have to re-create task and assign to service.