# Amazon CloudWatch

### What is Amazon CloudWatch integration in ZigiOps?

Amazon CloudWatch is a cloud-based monitoring and observability service that provides metrics, logs, and events for AWS resources and applications.

ZigiOps enables secure, agentless integration between Amazon CloudWatch and ITSM, DevOps, and enterprise systems. Using ZigiOps, CloudWatch metrics, alarms, and events can be forwarded to downstream systems where they can trigger incidents, tasks, or automated workflows.

With ZigiOps, Amazon CloudWatch can:

* Send monitoring events and alerts to ITSM systems
* Trigger incident and task creation in external platforms
* Participate in end-to-end monitoring-to-resolution workflows
* Operate without installing agents or custom scripts

### Which Amazon CloudWatch versions are supported?

Using a supported version is mandatory.

| Product           | Supported Deployment Types | Supported Versions |
| ----------------- | -------------------------- | ------------------ |
| Amazon CloudWatch | Cloud                      | All                |

### Are there any environmental prerequisites for Amazon CloudWatch?

{% hint style="info" %}
Before configuring Amazon CloudWatch, always confirm the prerequisites of the corresponding integration template, as **some templates may not require all environmental prerequisites described below**.

See the **Related Templates** section at the end of this page.
{% endhint %}

### How do I generate an Amazon CloudWatch Access Key?

An **AWS Access Key and Secret Key** are required to authenticate Amazon CloudWatch with ZigiOps.

**Steps:**

1. Log in to your AWS account.
2. Navigate to **Identity and Access Management (IAM)**.
3. Go to **Users > Security Credentials**.
4. Click **Create Access Key** to generate a new key.
5. Save the **Access Key** and **Secret Key** securely.

{% hint style="warning" %}
Make sure the IAM user has sufficient permissions to access the required CloudWatch resources.
{% endhint %}

### How do I connect Amazon CloudWatch to ZigiOps?

#### Amazon CloudWatch - Connected System Configuration

Follow the steps below to add Amazon CloudWatch as a connected system in ZigiOps.

{% stepper %}
{% step %}
**Log in to ZigiOps**

Log in to your **ZigiOps** instance.
{% endstep %}

{% step %}
**Open the Amazon CloudWatch connected system setup**

Navigate to **Connected Systems > Add New System > Amazon CloudWatch**.
{% endstep %}

{% step %}
**Configure the parameters**

Configure the following parameters:

**Access Key**\
Enter the first part of your AWS access key.

**Secret Key**\
Enter the second part of your AWS access key.

**AWS Region**\
Enter the AWS region where your CloudWatch instance is located. The region can be identified from the AWS console or instance URL.

**Proxy Settings (optional)**\
Enable this option if a proxy server is required for outbound communication.
{% endstep %}

{% step %}
**Review the configuration**

Review the configuration.
{% endstep %}

{% step %}
**Save the connected system**

Click **Save** to store the connected system.

Once saved, Amazon CloudWatch becomes available for use in ZigiOps integration templates.
{% endstep %}
{% endstepper %}

### What are the most common Amazon CloudWatch integration use cases?

#### Use case 1: Sending CloudWatch alerts to ITSM systems

When Amazon CloudWatch detects threshold breaches or alarm conditions, ZigiOps can forward these events to ITSM platforms as incidents or tickets. Alert details, severity, timestamps, and metadata are mapped automatically, enabling faster incident response.

#### Use case 2: Monitoring-driven automation workflows

CloudWatch metrics and events can be used to trigger automated workflows across DevOps and operations systems. ZigiOps allows teams to react to infrastructure or application anomalies without manual intervention.

#### Use case 3: Centralized monitoring across enterprise tools

ZigiOps can act as a bridge between Amazon CloudWatch and multiple downstream systems, enabling organizations to consolidate monitoring data into a single operational workflow while maintaining traceability back to CloudWatch.

### What integration templates are available for Amazon CloudWatch?

ZigiOps provides prebuilt integration templates for Amazon CloudWatch, depending on the target system and use case.

#### Related Templates

For detailed information about available templates for Amazon CloudWatch integrations, please contact:

**Email:** <support@zigiwave.com>

Each template includes:

* Predefined entity mappings
* Direction of synchronization
* Entity-specific logic and filtering rules

Templates are documented individually in the **Integration Catalog**.

### Summary

The Amazon CloudWatch integration in ZigiOps provides:

* Agentless, secure connectivity to AWS monitoring data
* Support for all Amazon CloudWatch versions
* IAM-based authentication using access keys
* Flexible deployment with optional proxy support
* Ready-to-use templates for monitoring-driven workflows


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zigiwave.com/available-systems/amazon-cloudwatch.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
