# Ingest CloudWatch Logs

{% hint style="info" %}
This feature is only available for BYOC deployments.
{% endhint %}

groundcover allows ingesting logs from CloudWatch by setting up an [Amazon Firehose stream.](https://aws.amazon.com/firehose/)

To automate the integration with CloudWatch Logs, you can use a CloudFormation template. Follow the instructions in the [dedicated CloudFormation documentation](https://docs.groundcover.com/integrations/data-sources/aws/ingest-cloudwatch-logs/using-cloudformation-for-cloudwatch-logs-integration) to set up and manage the integration.

For a manual process which will create the components of the integration, [follow this page](https://docs.groundcover.com/integrations/data-sources/aws/ingest-cloudwatch-logs/manual-setup-of-the-integration).


---

# 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.groundcover.com/integrations/data-sources/aws/ingest-cloudwatch-logs.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.
