Viewing the updated task definition file - Amazon CodeCatalyst

Viewing the updated task definition file

You can view the name and contents of the updated task definition file.

To view the name of the updated task definition file, after the Render Amazon ECS task definition action has processed it.
  1. Find the run that includes a completed render action:

    1. Open the CodeCatalyst console at https://codecatalyst.aws/.

    2. Choose your project.

    3. In the navigation pane, choose CI/CD, and then choose Workflows.

    4. Choose the name of your workflow. You can filter by the source repository or branch name where the workflow is defined, or filter by workflow name or status.

    5. Choose a run that includes the completed render action.

  2. In the workflow diagram, choose the render action.

  3. Choose Outputs.

  4. Choose Variables.

  5. The task definition file name is displayed. It looks similar to task-definition--259-0a2r7gxlTF5X-.json.

To view the contents of the updated task definition file
  1. Find the run that includes a completed render action:

    1. Open the CodeCatalyst console at https://codecatalyst.aws/.

    2. Choose your project.

    3. In the navigation pane, choose CI/CD, and then choose Workflows.

    4. Choose the name of your workflow. You can filter by the source repository or branch name where the workflow is defined, or filter by workflow name or status.

    5. Choose a run that includes the completed render action.

  2. In the workflow run, at the top, next to Visual and YAML, choose Workflow outputs.

  3. In the Artifacts section, choose Download next to the artifact that contains the updated task definition file. This artifact will have a Produced by column set to the name of your render action.

  4. Open the .zip file to view the task definition .json file.