Accelerate the Value of Data

Create a Reltio IAM policy in AWS

Learn how to create an Identity and Access Management (IAM) policy in your AWS account.

Create an IAM policy to give the required write permissions to your S3 storage bucket. This creates a trust relationship to grant permissions and allow the IAM user access to the S3 storage bucket. For more information, see topic Policies and permissions in IAM.
To create a policy:
  1. Log in to the AWS Management Console.
  2. In the search field, search for iam.
  3. In the drop-down list of items, hover over IAM and select Policies.
  4. In the Policies page, select Create Policy.
  5. In the Create policy page, provide the permissions for the policy.
    1. Service: Select the S3 service.
    2. Actions: In the Write access level, select PutObject.
    3. Resources: Select Add ARN and add the bucket name from Create an AWS S3 storage bucket. The object name can be any.
    4. Select Add.
  6. Select Next:Tags.
  7. Select Next:Review.
  8. In the Review Policy page, provide the policy details.
    1. Name: Enter a policy name. For example: pm-doc-write.
    2. Description: Enter a description for the policy.
  9. Select Create Policy. For more information, see topic Creating IAM policies.