Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.33 KB

File metadata and controls

29 lines (19 loc) · 1.33 KB
title Ephemeral Instances
description Get started with Ephemeral Instances in LocalStack for Snowflake

{{< preview-notice >}}

Introduction

Ephemeral Instances allows you to run a LocalStack for Snowflake instance in the cloud. You can interact with these instances by configuring your Snowflake host with the endpoint URL of the ephemeral instance.

{{< alert title="Note" >}} Ephemeral Instances is offered as a preview feature and under active development. {{< /alert >}}

Getting started

Navigate to the LocalStack Ephemeral Instance Management page. In the form, enter the name of the new Ephemeral Instance, choose LocalStack Snowflake (preview), select the lifetime of the instance by dragging the slider, and click on Launch.

Creating an Ephemeral Instance

After the ephemeral instance is created, you can run the following command to verify the status of the instance:

{{< command >}} $ export SNOWFLAKE_HOST= $ curl -d '{}' $SNOWFLAKE_HOST/session {{< /command >}}

You can access the Ephemeral Instance via the SnowSQL or any alternative SQL client by configuring the Snowflake host with the endpoint URL of the Ephemeral Instance.