

 Amazon Redshift は、パッチ 198 以降、新しい Python UDF の作成をサポートしなくなります。既存の Python UDF は、2026 年 6 月 30 日まで引き続き機能します。詳細については、[ブログ記事](https://aws.amazon.com/blogs/big-data/amazon-redshift-python-user-defined-functions-will-reach-end-of-support-after-june-30-2026/)を参照してください。

# Amazon Redshift Advisor レコメンデーションの表示
<a name="access-advisor"></a>

Amazon Redshift Advisor レコメンデーションにアクセスするには、Amazon Redshift コンソール、Amazon Redshift API、または AWS CLI を使用できます。レコメンデーションにアクセスするには、IAM ロールまたは ID にアクセス許可 `redshift:ListRecommendations` がアタッチされている必要があります。

## Amazon Redshift プロビジョンドコンソールでの Amazon Redshift Advisor レコメンデーションの表示
<a name="access-advisor-console"></a>

AWS マネジメントコンソール で Amazon Redshift Advisor レコメンデーションを表示できます。

**コンソールで Amazon Redshift クラスターに関する Amazon Redshift Advisor レコメンデーションを表示するには**

1. AWS マネジメントコンソール にサインインして、[https://console.aws.amazon.com/redshiftv2/](https://console.aws.amazon.com/redshiftv2/) で Amazon Redshift コンソールを開きます。

1. ナビゲーションメニューで **[Advisor]** (アドバイザー) を選択します。

1. 各レコメンデーションを展開して、詳細情報を確認します。このページでは、レコメンデーションをソートしたりグループ化したりすることができます。

## Amazon Redshift API オペレーションを使用した Amazon Redshift Advisor レコメンデーションの表示
<a name="access-advisor-api"></a>

Amazon Redshift API を使用して、Amazon Redshift クラスターに関する Amazon Redshift Advisor レコメンデーションを一覧表示できます。通常、選択したプログラミング言語でアプリケーションを開発するには、AWS SDK を使用して `redshift:ListRecommendations` API を呼び出します。詳細については、「Amazon Redshift API リファレンス」の「[ListRecommendations](https://docs.aws.amazon.com/redshift/latest/APIReference/API_ListRecommendations.html)」を参照してください。**

## AWS Command Line Interface オペレーションを使用した Amazon Redshift Advisor レコメンデーションの表示
<a name="access-advisor-cli"></a>

AWS Command Line Interface を使用して、Amazon Redshift クラスターに関する Amazon Redshift Advisor レコメンデーションを一覧表示できます。詳細については、「AWS CLI コマンドリファレンス」の「[list-recommendations](https://docs.aws.amazon.com/cli/latest/reference/redshift/list-recommendations.html)」を参照してください。**