If we have plans to deploy multiple services, how would the below tag <+lastPublished.tag> be able to fetch the tag details of the specific service and help with the deployments ?
Use case overview:
We need to Restart / redeploy multiple ECS services (that are selected) at once with options to pass multiple input sets (if possible) specific to the services for that pipeline OR/AND fetch the last deployed tag value of that service to avoid manual intervention. OR re-run the last execution of all those lists of services (that already holds input values and tag number specific to that service).
One pipeline can have 100s of services to be deployed.
This helps in reflecting minor task definition updates or infra wiz fixes and updates more easily in automated fashion.