Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

View template sync configuration details - AWS Proton

View template sync configuration details

View template sync configuration detail data using the console or CLI.

AWS Management Console
Use the console to view template sync configuration details.
  1. In the navigation pane, choose (Environment or Service) templates.

  2. To view detail data, choose the name of a template that you created a template sync configuration for.

  3. In the detail page for the template, select the Sync tab to view the template sync configuration detail data.

AWS CLI

Use the AWS CLI to view a synced template.

Run the following command.

$ aws proton get-template-sync-config \ --template-name "svc-template" \ --template-type "SERVICE"

The response is as follows.

{ "templateSyncConfigDetails": { "branch": "main", "repositoryProvider": "GITHUB", "repositoryName": "myrepos/myrepo", "subdirectory": "svc-template", "templateName": "svc-template", "templateType": "SERVICE" } }

Use the AWS CLI to get template sync status.

For template-version, enter the template major version.

Run the following command.

$ aws proton get-template-sync-status \ --template-name "env-template" \ --template-type "ENVIRONMENT" \ --template-version "1"
Use the console to view template sync configuration details.
  1. In the navigation pane, choose (Environment or Service) templates.

  2. To view detail data, choose the name of a template that you created a template sync configuration for.

  3. In the detail page for the template, select the Sync tab to view the template sync configuration detail data.

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.