Snowflake Postgresインスタンスの作成

概要

You can create Snowflake Postgres instances by using either Snowsight or by executing Snowflake SQL statements. You can configure the size of the instance, the storage size, and the Postgres major version when creating an instance. You can also apply network policies to instances at creation time.

権限

Snowflake Postgresインスタンスを作成するには、アカウントに対する CREATE POSTGRES INSTANCE 権限を付与されたロールを使用する必要があります。この権限は、デフォルトで ACCOUNTADMIN ロールに付与されます。

この権限を他のロールに付与するには、 ACCOUNTADMIN ロールを持つユーザーが GRANT <権限> ... TO ROLE コマンドを実行します。

GRANT CREATE POSTGRES INSTANCE ON ACCOUNT TO your_role;
Copy

Postgresインスタンスの作成

Create メニューを使用するか、 Postgres Instances ページの Create ボタンを使用して、Postgresインスタンスを作成できます。

メインのCreateメニューを使用:

  1. ナビゲーションメニューの上部で、 ダッシュボードタイルを追加するCreate )を選択します。

  2. Postgres Instance を選択します。

  3. インスタンスを構成します。

  4. Create を選択します。

PostgresインスタンスページのCreateボタンを使用:

  1. ナビゲーションメニューで Postgres を選択します。

  2. Postgres Instances ページで、右上にある Create ボタンを選択します。

  3. インスタンス構成を選択します。

  4. Create を選択します。

Snowflake Postgresインスタンスを作成する

インスタンスを作成する際、インスタンスへの接続に必要なホスト名や認証情報などの接続の詳細が表示されます。これらの認証情報を安全な場所に保存します。これらは今後表示されません。必要に応じて、後で認証情報を再生成できます。

ネットワークポリシーを選択しなかった場合は、インスタンス詳細ページでネットワーク設定を構成するオプションを利用できます。詳細については、 Snowflake Postgresネットワーク をご参照ください。

Snowflake Postgresの接続が表示されます

Creating a new instance takes some time to complete. The instance displays its current state as it is building. See the list of instance states for details about the states that you see while instances are being created.