Create a Snowflake IAM policy in AWS
Learn how to create an IAM policy to grant permissions to your Snowflake environment from your S3 bucket.
- Log in to the AWS Management Console.
- In the search field, search for iam.
- In the drop-down list of items, hover over IAM and select Policies.
- In the Policies page, select Create Policy.
- In the Create policy page, provide the permissions for the policy.
- Service: Select the S3 service.
- Actions: In the List access level, select ListBucket. In the Read access level, select GetObject, GetBucketLocation , and GetObjectVersion.
- Resources: Select Add ARN and add the bucket name from Create an AWS S3 storage bucket. The object name can be any.
- Select Add.
- Select Next:Tags.
- Select Next:Review.
- In the Review Policy page, provide the policy details.
- Name: Enter a policy name. For example: PM-Read-DPH.
- Description: Enter a description for the policy.
- Select Create Policy. For more information, see topic Creating IAM policies.