

• The AWS Systems Manager CloudWatch Dashboard will no longer be available after April 30, 2026. Customers can continue to use Amazon CloudWatch console to view, create, and manage their Amazon CloudWatch dashboards, just as they do today. For more information, see [Amazon CloudWatch Dashboard documentation](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Dashboards.html). 

# Integration with other products and services
<a name="integrations-partners"></a>

AWS Systems Manager has built-in integration for the products and services shown in the following table.


| Service | Description | 
| --- | --- | 
| Ansible | [Ansible](https://www.ansible.com/) is an IT automation platform that makes your applications and systems easier to deploy.<br />Systems Manager provides the Systems Manager document (SSM document) `AWS-ApplyAnsiblePlaybooks` which lets you create State Manager associations that run Ansible playbooks. Learn more [Creating associations that run Ansible playbooks](systems-manager-state-manager-ansible.md)  | 
| Chef | [Chef](https://www.chef.io/) is an IT automation tool that makes your applications and systems easier to deploy.<br />Systems Manager provides the `AWS-ApplyChefRecipes` SSM document, which lets you create associations in State Manager, a tool in AWS Systems Manager, that run Chef recipes. Learn more [Creating associations that run Chef recipes](systems-manager-state-manager-chef.md) <br />Systems Manager also integrates with [Chef InSpec](https://www.chef.io/products/chef-inspec/) profiles, allowing you to run compliance scans and view compliant and noncompliant nodes. Learn more [Using Chef InSpec profiles with Systems Manager Compliance](integration-chef-inspec.md)  | 
| GitHub | [GitHub](https://github.com/) provides hosting for software development version control and collaboration.<br />Systems Manager provides the SSM document `AWS-RunDocument`, which lets you run other SSM documents stored in GitHub, and the SSM document `AWS-RunRemoteScript` , which lets you run scripts stored in GitHub.+  [Running documents from remote locations](documents-running-remote-github-s3.md) <br />+  [Running scripts from GitHub](integration-remote-scripts.md)  | 
| Jenkins | [Jenkins](https://www.jenkins.io/) is an open-source automation server that allows developers to reliably build, test, and deploy their software.<br />Automation can be used as a post-build step to pre-install application releases into Amazon Machine Images (AMIs). Learn more [Updating AMIs using Automation and Jenkins](automation-tutorial-update-patch-ami-jenkins-integration.md)  | 
| ServiceNow | [ServiceNow](https://www.servicenow.com/) is an enterprise service management system that lets you manage your IT services and operations.<br />Automation, Change Manager, Incident Manager, and OpsCenter, all tools in Systems Manager, integrate with ServiceNow by using the AWS Service Management Connector. With this integration, you can view, create, update, add correspondence, and resolve AWS Support cases from ServiceNow. Learn more [Integrating with ServiceNow](integrations-partners-servicenow.md)   | 
| Terraform | HashiCorp [Terraform](https://registry.terraform.io/) is an open-source *infrastructure as code* (IaC) software tool that provides a command line interface (CLI) workflow to manage various cloud services. For Systems Manager, you can use Terraform to manage or provision the following:<br />**Resources**+  [aws\_ssm\_activation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_activation) <br />+  [aws\_ssm\_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_association) <br />+  [aws\_ssm\_default\_patch\_baseline](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_default_patch_baseline) <br />+  [aws\_ssm\_document](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_document) <br />+  [aws\_ssm\_maintenance\_window](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_maintenance_window) <br />+  [aws\_ssm\_maintenance\_window\_target](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_maintenance_window_target) <br />+  [aws\_ssm\_maintenance\_window\_task](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_maintenance_window_task) <br />+  [aws\_ssm\_parameter](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_parameter) <br />+  [aws\_ssm\_patch\_baseline](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_patch_baseline) <br />+  [aws\_ssm\_patch\_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_patch_group) <br />+  [aws\_ssm\_resource\_data\_sync](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_resource_data_sync) <br />+  [aws\_ssm\_service\_setting](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_service_setting) <br />**Data sources**+  [aws\_ssm\_document](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssm_document) <br />+  [aws\_ssm\_instances](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssm_instances) <br />+  [ssm\_maintenance\_windows](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssm_maintenance_windows) <br />+  [aws\_ssm\_parameter](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssm_parameter) <br />+  [aws\_ssm\_parameters\_by\_path](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssm_parameters_by_path) <br />+  [aws\_ssm\_patch\_baseline](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssm_patch_baseline)  | 

**Topics**
+ [Running scripts from GitHub](integration-remote-scripts.md)
+ [Using Chef InSpec profiles with Systems Manager Compliance](integration-chef-inspec.md)
+ [Integrating with ServiceNow](integrations-partners-servicenow.md)