| title | Ephemeral Instances |
|---|---|
| description | Get started with Ephemeral Instances in LocalStack for Snowflake |
{{< preview-notice >}}
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 >}}
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.
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.
