Viewing deployment information
You can view the following information about a deployment in Amazon CodeCatalyst:
-
Deployment activity, including the deployment status, start time, end time, history, and duration of events.
-
Stack name, AWS Region, last update time, and associated workflows.
-
Commits and pull requests.
-
Action-specific information, for example, CloudFormation events and outputs.
You can view deployment information starting from a workflow, an environment, or a workflow action.
To view deployment information starting from a workflow
-
Go to the workflow run that deployed your application. For instructions, see Viewing workflow run status and details.
To view deployment information starting from an environment
Open the CodeCatalyst console at https://codecatalyst.aws/
. -
Choose your project.
In the navigation pane, choose CI/CD, and then choose Environments.
-
Choose the environment where your stack was deployed, for example,
Production
. -
Choose Deployment activity to view the deployment history of your stacks, the status of the deployments (for example, SUCCEEDED or FAILED), and other deployment-related information.
-
Choose Deployment target to view information about the stacks, clusters, or other targets deployed into the environment. You can view information such as the stack name, Region, provider, and identifier.
To view deployment information starting from an action
Open the CodeCatalyst console at https://codecatalyst.aws/
. -
Choose your project.
In the navigation pane, choose CI/CD, and then choose Workflows.
-
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.
-
In the workflow diagram, choose the workflow action that deployed your application. For example, you might choose DeployCloudFormationStack.
-
Review the contents in the right pane for action-specific deployment information.