What is the right approach to make my Amazon ECS tasks update their Docker images, once said images have been updated in the corresponding registry?
Registering a new task definition and updating the service to use the new task definition is the approach recommended by AWS. The easiest way to do this is to:
This tutorial has more detail and describes how the above steps fit into an end-to-end product development process.
Full disclosure: This tutorial features containers from Bitnami and I work for Bitnami. However the thoughts expressed here are my own and not the opinion of Bitnami.