IAM Role Authentication Setup
Create an IAM role for cross-account or service access- Log in to AWS Console
- Navigate to IAM > Roles
- Click ‘Create Role’
- Select the trusted entity type
- Attach the necessary policies
- Enter a role name and create the role
- Copy the Role ARN (format: arn:aws:iam::ACCOUNT:role/ROLE_NAME)
- Optionally set an External ID for additional security
- Identify the AWS region where your resources are located (common regions: us-east-1, us-west-2, eu-west-1)
Static Credentials Setup
Create access keys for programmatic access- Log in to AWS Console
- Navigate to IAM > Users
- Select or create a user
- Go to the ‘Security credentials’ tab
- Click ‘Create access key’
- Select the use case (Application running outside AWS)
- Click ‘Create access key’
- Copy both the Access Key ID and Secret Access Key immediately
- Store them securely - the Secret Access Key won’t be shown again
- Identify the AWS region where your resources are located (common regions: us-east-1, us-west-2, eu-west-1)
Field Reference
The following fields are used when configuring this integration:- Access Key ID (
accessKeyId) - External ID (
externalId) - Profile Name (
profileName) - AWS Region (
region) - Role ARN (
roleArn) - Secret Access Key (
secretAccessKey)