Add AWS IAM node docs (#3495)

This commit is contained in:
Justin Ellingwood
2025-08-18 17:33:07 +01:00
committed by GitHub
parent 545ca3c811
commit bec365e1ed
3 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,46 @@
---
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
title: AWS IAM node documentation
description: Learn how to use the AWS IAM node in n8n. Follow technical documentation to integrate AWS IAM node into your workflows.
contentType: [integration, reference]
---
# AWS IAM node
Use the AWS IAM node to automate work in AWS Identity and Access Management (IAM) and integrate AWS IAM with other applications. n8n has built-in support for a wide range of AWS IAM features, which includes creating, updating, getting and deleting users and groups as well as managing group membership.
On this page, you'll find a list of operations the AWS IAM node supports, and links to more resources.
/// note | Credentials
You can find authentication information for this node [here](/integrations/builtin/credentials/aws.md).
///
## Operations
* **User**:
* **Add to Group**: Add an existing user to a group.
* **Create**: Create a new user.
* **Delete**: Delete a user.
* **Get**: Retrieve a user.
* **Get Many**: Retrieve a list of users.
* **Remove From Group**: Remove a user from a group.
* **Update**: Update an existing user.
* **Group**:
* **Create**: Create a new group.
* **Delete**: Create a new group.
* **Get**: Retrieve a group.
* **Get Many**: Retrieve a list of groups.
* **Update**: Update an existing group.
## Templates and examples
<!-- see https://www.notion.so/n8n/Pull-in-templates-for-the-integrations-pages-37c716837b804d30a33b47475f6e3780 -->
[[ templatesWidget(page.title, 'aws-iam') ]]
## Related resources
<!-- add a link to the service's documentation. This should usually go direct to the API docs -->
Refer to the [AWS IAM documentation](https://docs.aws.amazon.com/IAM/latest/APIReference/welcome.html) for more information about the service.
--8<-- "_snippets/integrations/builtin/app-nodes/operation-not-supported.md"

View File

@@ -16,6 +16,7 @@ You can use these credentials to authenticate the following nodes:
- [AWS Comprehend](/integrations/builtin/app-nodes/n8n-nodes-base.awscomprehend.md)
- [AWS DynamoDB](/integrations/builtin/app-nodes/n8n-nodes-base.awsdynamodb.md)
- [AWS Elastic Load Balancing](/integrations/builtin/app-nodes/n8n-nodes-base.awselb.md)
- [AWS IAM](/integrations/builtin/app-nodes/n8n-nodes-base.awsiam.md)
- [AWS Lambda](/integrations/builtin/app-nodes/n8n-nodes-base.awslambda.md)
- [AWS Rekognition](/integrations/builtin/app-nodes/n8n-nodes-base.awsrekognition.md)
- [AWS S3](/integrations/builtin/app-nodes/n8n-nodes-base.awss3.md)

View File

@@ -275,6 +275,7 @@ nav:
- AWS Comprehend: integrations/builtin/app-nodes/n8n-nodes-base.awscomprehend.md
- AWS DynamoDB: integrations/builtin/app-nodes/n8n-nodes-base.awsdynamodb.md
- AWS Elastic Load Balancing: integrations/builtin/app-nodes/n8n-nodes-base.awselb.md
- AWS IAM: integrations/builtin/app-nodes/n8n-nodes-base.awsiam.md
- AWS Lambda: integrations/builtin/app-nodes/n8n-nodes-base.awslambda.md
- AWS Rekognition: integrations/builtin/app-nodes/n8n-nodes-base.awsrekognition.md
- AWS S3: integrations/builtin/app-nodes/n8n-nodes-base.awss3.md