Documentation Index
Fetch the complete documentation index at: https://docs.mistle.dev/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Connect to AWS by using an IAM user’s access key to assume the IAM role you specify.Configuring AWS Access
Before creating the connection, make sure:- You have an IAM user or IAM principal that can call
sts:AssumeRole. - You have an IAM role with the permissions you want to use.
- That role’s trust policy allows that principal to assume it.
- If you use third-party-style cross-account protection, you have the external ID value ready for the connection.
Connect In Mistle
Open Integrations in the dashboard, choose AWS, then select Access key + AssumeRole. Enter:| Field | Value |
|---|---|
| Access key ID | IAM user access key ID |
| Secret access key | IAM user secret access key |
| Role ARN | Role ARN that Mistle should assume |
| External ID | Optional external ID if your trust policy requires one |
| Duration seconds | Optional STS session duration between 900 and 43200 |