...
AWS ECS Deploy - Create new pipeline step using AWS ECS Deploy as Tool.
Docker Step - Create a name.
Service Task - Fetched from AWS ECS Service Tasks
Generate Dynamic Service Name toggle - currently not working, when it works the port name will not have to be changed for every pipeline AWS does not allow users to have 2 services with the same name, so the prefix entered in Dynamic Name Prefix field below will be used in the deploy with the run count as the name so that the name changes with every new run.
Dynamic Name Prefix - Select a unique name to be used for each service run.
Service Name Example - User has option to dynamically generate service names on runtime as AWS does not allow two services to have the same name. The user can give a prefix to the service and the pipeline will generate a unique service name with the prefix and the run count when the pipeline runs.
Service Container Port - This is the location where service will be deployed.
...