# AWS Kinesis

### Pre-Requisites <a href="#pre-requisites" id="pre-requisites"></a>

* Access Key and Secret Key of the IAM role which has access to aws kinesis
* Stream should be available for receiving messages in aws kinesis

### Steps to Create AWS Kinesis Forwarding <a href="#steps-to-create-aws-kinesis-forwarding" id="steps-to-create-aws-kinesis-forwarding"></a>

* Navigate to `Create Forwarder` page
* Select AWS Kinesis forwarder
* Click `Create Forwarder`
* Provide the name for forwarder
* Provide access key, secret key, and stream name
* Click `Create` button

<figure><img src="https://2948796384-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LmzGprckLqwd5v6bs6m%2Fuploads%2FZyJKlIgHwHcdjjXyAFNU%2Fimage.png?alt=media&#x26;token=14b4245a-56cd-4088-9992-fc4306a578eb" alt=""><figcaption></figcaption></figure>

Whenever the data is getting ingested and its attributes are mapped to AWS kinesis, then that data will be forwarded to the kinesis stream. All types of machine data are supported: logs, metrics, events, alerts, and traces.


---

# 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.apica.io/flow/list-of-forwarders/aws-kinesis.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.
