Skip to main content

IAM Role Authentication Setup

Create an IAM role for cross-account or service access
  1. Log in to AWS Console
  2. Navigate to IAM > Roles
  3. Click ‘Create Role’
  4. Select the trusted entity type
  5. Attach the necessary policies
  6. Enter a role name and create the role
  7. Copy the Role ARN (format: arn:aws:iam::ACCOUNT:role/ROLE_NAME)
  8. Optionally set an External ID for additional security
  9. Identify the AWS region where your resources are located (common regions: us-east-1, us-west-2, eu-west-1)
Related Documentation: View AWS IAM Roles Documentation

Static Credentials Setup

Create access keys for programmatic access
  1. Log in to AWS Console
  2. Navigate to IAM > Users
  3. Select or create a user
  4. Go to the ‘Security credentials’ tab
  5. Click ‘Create access key’
  6. Select the use case (Application running outside AWS)
  7. Click ‘Create access key’
  8. Copy both the Access Key ID and Secret Access Key immediately
  9. Store them securely - the Secret Access Key won’t be shown again
  10. Identify the AWS region where your resources are located (common regions: us-east-1, us-west-2, eu-west-1)
Related Documentation: View AWS Access Keys Documentation

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)