Skip to main content

Creating an IAM User to Enable Access to Your Data

Create an IAM user in the AWS Console and generate an access key as part of either of these tasks:

Before following these steps, ensure that you have copied Dremio Cloud's policy JSON for compute settings from either of the locations listed above.

To create an IAM user for enabling Dremio Cloud to access compute resources in your AWS cloud:

  1. In the AWS Console, navigate to the IAM service.

  2. Navigate to Users through the navigation panel and click Add User.


  3. Enter a User name (for example dremio-data-iamuser).

  4. For Access Type, select Programmatic access. This will allow the user to have access to data in Dremio Cloud via AWS API.


  5. Click the Next: Permissions button.

  6. Select the option to Attach existing policies directly and click Create Policy.


  7. Paste the JSON policy that you copied before starting this procedure into the JSON tab in the AWS Console. Replace BUCKET-NAME with the name of your S3 bucket.


  8. Click Next: Tags.

  9. (Optional) In the Add tags page, you can add tags as key-value pairs to AWS resources for helping identify, organize, or search for AWS resources. Click Add tag. Enter a key and a corresponding value. You can add up to 50 tags.

  10. Click Next: Review.

  11. On the Review Policy page,for Name, enter a name (for example dremio-dataaccess-policy).


  12. (Optional) For Description, enter the description for the policy that is being created.

  13. The Summary section shows the properties of the policy that is being created. This section shows whether or not the actions defined by the policy that is being created have an applicable resource or condition. Ensure that to grant access, policies must have an action that has an applicable resource or condition.

  14. Click Create Policy. This will create your policy and take you back to the Add User flow.

  15. Search for the policy that you created and attach it to the IAM User by checking the box.


  16. Click Next: Tags. (Optional) Add key-value pair tags to add metadata to the user.

  17. Click Next: Review. Verify that you have set the access type to programmatic access and the correct policy is attached.


  18. Click Create user. Your IAM user has successfully been created.

  19. Click the Download.csv button to download the Access key ID and Secret Access Key.