Establish Snowflake Access to Cloud Storage
Learn how to connect to the trust policy.
- 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 Roles.
- In the Role page, search for and select the value in the Role ARN field from Create a Snowflake IAM role with an external ID in AWS.
- In the Summary page, select the Trust relationships tab.
- Select Edit trust policy.
- Modify the policy document using the output values from the DESC STORAGE INTEGRATION Snowflake command.
- Select Update Trust Policy.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::713795429718:user/akzj-s-ssca6264"
},
"Action": "sts:AssumeRole",
"Condition": {
"StringEquals": {
"sts:ExternalId": "name=2_h21bMLufO+Ax6CjPlCRGgCu0Pbw="
}
}
}
]
}