AWS IAM permissions are associated with Amazon Resource Names (ARNs). ARNs associated with an IAM role can be used to authenticate certain operations on Platform such as an UNLOAD or COPY between S3 and your Civis Redshift database. For more information reference the AWS documentation on ARNs:
- https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html
- https://docs.aws.amazon.com/redshift/latest/dg/copy-usage_notes-access-permissions.html#copy-usage_notes-access-role-based
ARNs associated with a role are formatted this way
arn:aws:iam::account:role/role-name-with-path
This is an example of an ARN
arn:aws:iam::123456789012:role/S3Access
To create a ARN Credential
- Navigate to the Credentials Index
- Click “Create Credential”
- Give your Credential a recognizable name
- Select “Custom” as the type
- Enter the Role portion of your ARN in the username field
- S3Acess in the example above
- Enter the Account ID in the password field
- 123456789012 in the example above
- Click “Save”
Comments
0 comments
Article is closed for comments.