List Running Stages

How to get a list of currently running stages for this project in the current AWS account.

Table of contents


List Running Stages

Summary

This returns a list of currently running stages for this project in the current AWS account.

Prerequisites:

Procedure

Notes

  • None

Run Report using GitHub Actions

Summary

This project uses GitHub Actions as its CI/CD tool.

Each of our repositories has a GitHub Actions workflow added to run this list running stages command and report the results to slack on a schedule. This workflow may also be manually invoked.

Prerequisites:

  • Git repo access; complete the Git access request portion of onboarding
  • Access to CMS slack to see the generated report.

Procedure

  • Browse to the actions page of the repository in GitHub, select the “Running Stage Notifier” workflow and press run workflow.

Notes

  • None