# AWS

{% hint style="info" %}
You can either configure the connections in the UI or via [provisioning](/latest/devx/5.5/deployment/installation/automation.md). Provisioning is recommended.
{% endhint %}

Lenses uses an AWS in two places:

1. AWS IAM connection to [MSK ](/latest/devx/5.5/getting-started/connections/kafka/aws-msk.md)for Lenses itself
2. [Connecting to AWS Glue](/latest/devx/5.5/getting-started/connections/schemas-registries/aws-glue.md)
3. [Alert channels](/latest/devx/5.5/user-guide/cli/admin/alert-channels.md) to Cloud Watch.

{% hint style="info" %}
If Lenses is deployed on an EC2 Instance or has access to AWS credentials in the default [AWS toolchain](https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/credentials-chain.html#credentials-default) that can be used instead.
{% endhint %}


---

# 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.lenses.io/latest/devx/5.5/getting-started/connections/aws.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.
