ARA-C01 · Question #91
An Architect is using SnowCD to investigate a connectivity issue. Which system function will provide a list of endpoints that the network must be able to access to use a specific Snowflake account, le
The correct answer is B. SYSTEMSGET_PRIVATELINK. The SYSTEM$GET_PRIVATELINK function is used to retrieve the list of Snowflake service endpoints that need to be accessible when configuring private connectivity (such as AWS PrivateLink or Azure Private Link) for a Snowflake account. The function returns information necessary for
Question
An Architect is using SnowCD to investigate a connectivity issue. Which system function will provide a list of endpoints that the network must be able to access to use a specific Snowflake account, leveraging private connectivity?
Options
- ASYSTEMSALLOWLIST ()
- BSYSTEMSGET_PRIVATELINK
- CSYSTEMSAUTHORIZE_PRIVATELINK
- DSYSTEMSALLOWLIST_PRIVATELINK ()
How the community answered
(44 responses)- A2% (1)
- B86% (38)
- C2% (1)
- D9% (4)
Explanation
The SYSTEM$GET_PRIVATELINK function is used to retrieve the list of Snowflake service endpoints that need to be accessible when configuring private connectivity (such as AWS PrivateLink or Azure Private Link) for a Snowflake account. The function returns information necessary for setting up the networking infrastructure that allows secure and private access to Snowflake without using the public internet. SnowCD can then be used to verify connectivity to these endpoints.
Topics
Community Discussion
No community discussion yet for this question.