Authorize the S3 connector using an AWS IAM Role with assume role policy.
Create the S3 Access Role
"AWS": "arn:aws:iam::YOUR_AWS_ACCOUNT_ID:role/YourExistingEC2Role"
"Service": "ec2.amazonaws.com"
(for EC2 instances)YOUR_AWS_ACCOUNT_ID
and YourExistingEC2Role
):OnyxS3AccessRole
) and click Create rolearn:aws:iam::YOUR_AWS_ACCOUNT_ID:role/YOUR_CREATED_ROLE_NAME
)Grant AssumeRole to EC2 instance role
AllowAssumeOnyxS3Role
) and click Create policyOpen IAM Role tab
Enter Role ARN
arn:aws:iam::YOUR_AWS_ACCOUNT_ID:role/YOUR_CREATED_ROLE_NAME
)