Containerized citizen-notification workers must roll out by registering a new task definition on Amazon ECS. Which deployment action aligns with that platform?
Select an answer to reveal the explanation.
Short Explanation
On ECS, a new task definition revision is the recipe card; updating the service cooks new tasks from it. Hiding images in RDS or living on one SSH box is not how city notification workers roll out.
Full Explanation
ECS deployments typically register a new task definition revision and update the service so tasks are replaced according to the service's deployment configuration. EKS uses Kubernetes deployment mechanisms for in-scope awareness, but this item focuses on ECS task definition rollout. User-data-only, database-as-registry, and single-host SSH workflows are incorrect.