カスタムドメインを削除する - Amazon Redshift

Amazon Redshift は、パッチ 198 以降、新しい Python UDF の作成をサポートしなくなります。既存の Python UDF は、2026 年 6 月 30 日まで引き続き機能します。詳細については、ブログ記事を参照してください。

カスタムドメインを削除する

カスタムドメイン名を削除するには、ユーザーに次のアクションのアクセス許可が必要です。

  • プロビジョニング済みクラスター: redshift:DeleteCustomDomainAssociation

  • Amazon Redshift Serverless ワークグループ: redshiftServerless:DeleteCustomDomainAssociation

コンソール内

カスタムドメイン名を削除するには、[アクション] ボタンを選択し、[カスタムドメイン名を削除] を選択します。削除後も、コンソールに一覧表示されているエンドポイントを使用するようにツールを更新すれば、サーバーに接続できます。

CLI コマンドの使用

次のサンプルは、カスタムドメイン名を削除する方法を示しています。削除操作では、クラスターの既存のカスタムドメイン名を指定する必要があります。

aws redshift delete-custom-domain-association ––cluster-id redshiftcluster ––custom-domain-name customdomainname

次のサンプルは、Amazon Redshift Serverless ワークグループのカスタムドメイン名の削除方法を示しています。カスタムドメイン名は必須パラメータです。

aws redshift-serverless delete-custom-domain-association ––workgroup-name workgroupname ––custom-domain-name customdomainname

詳細については、「DeleteCustomDomainAssociation」を参照してください。