mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
2.8 KiB
2.8 KiB
| title | description | contentType |
|---|---|---|
| AWS credentials | Documentation for AWS credentials. Use these credentials to authenticate AWS in n8n, a workflow automation platform. | integration |
AWS credentials
You can use these credentials to authenticate the following nodes with AWS.
- AWS Bedrock Chat Model
- AWS Certificate Manager
- AWS DynamoDB
- AWS Elastic Load Balancing
- AWS Lambda
- AWS Rekognition
- AWS S3
- AWS SES
- AWS SNS
- AWS SNS Trigger
- AWS SQS
- AWS Textract
- AWS Transcribe
- Embeddings AWS Bedrock
Prerequisites
Create an AWS{:target=_blank .external-link} account.
Using Access Token
- Open your AWS Management Console{:target=_blank .external-link}.
- Click on your name on the top right and select 'My Security Credentials' from the dropdown.
- Click on the Create New Access Key button, under the Access keys (access key ID and secret access key) section
- Click on the Show Access Key button.
- Copy the displayed Access Key ID.
- Enter the name for your credentials in the Credentials Name field in the 'AWS' credentials in n8n.
- Paste the Access Key ID in the Access Key ID field in the 'AWS' credentials in n8n.
- Copy the secret access key from your AWS console.
- Paste the secret access key in the Secret Access Key field in the 'AWS' credentials in n8n.
- Click the Create button to save your credentials in n8n.
Note: If you're running your AWS instance in a different region, please update the Region field accordingly.
The following video demonstrates the steps mentioned above.