Process Flow - Task definitions
Write Task Definition JSON
Register Task Definition in ECS
ECS stores Task Definition
Use Task Definition to Run Tasks or Services
ECS launches containers as defined
Tasks run with specified settings
Monitor & Update
You create a task definition JSON, register it with ECS, then ECS uses it to run containers with the settings you defined.