AWS PrivateLink
Connect Tellius to Snowflake using AWS PrivateLink—set up secure VPC endpoints for private data access without the public internet and ensure compliant analytics
What is an AWS PrivateLink?
Pre-requisites
Steps to follow (on Snowflake side)
use role accountadmin;
# update 185 with 12-digit identifier of AWS Account
# update second argument with JSON from step 2
select system$authorize_privatelink (
'185...',
'{
"Credentials":
{
"AccessKeyId": "ASI...",
"SecretAccessKey": "enw...",
"SessionToken": "Fwo...",
"Expiration": "2021-01-07T19:06:23+00:00"
},
"FederatedUser": {
"FederatedUserId": "185...:sam",
"Arn": "arn:aws:sts::185...:federated-user/sam"
},
"PackedPolicySize": 0
}'
);Steps to follow (On AWS Side)



Points to remember
Reference
Last updated
Was this helpful?