# AWS Connection

This provides a connection to User's AWS Account. User need to provide following parameters to connect to their AWS Services.&#x20;

* **Connection ID -** Customise connection ID name
* **Access Key  -** AWS account access key
* **Secret Key -** AWS account secret key
* **Region** - In case of multi regional resources, create separate connections.

{% hint style="info" %}
Please refer [AWS Account and Access Keys](https://docs.aws.amazon.com/powershell/latest/userguide/pstools-appendix-sign-up.html)  to know how to get AWS Account's Access Key and Secret Key.
{% endhint %}

![Add AWS Connection](/files/tOrOipF66pyifYuSkI0n)

Please note the following points:

{% hint style="info" %}

* Do not use AWS credentials for Root User.
* Create a IAM User and allow Access to only required Services and ARNs. For more info check [AWS Doc](https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys)
  {% endhint %}

#### AWS Connection Related Thingsup Actions

AWS Connection is required before executing any of the following AWS related Thingsup Actions:

1. [AWS Lambda Invoke Action](/actions/aws-lambda-invoke-action.md)
2. [AWS SQS Send Message Action](/actions/aws-sqs-send-messsage-action.md)


---

# 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.thingsup.io/connections/aws-connection.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.
