RedShift Metadata Security feature requirement

0

Do you know what the minimum version you need to be on to use the new metadata_security system parameter in Redshift?

AWS
質問済み 5ヶ月前61ビュー
1回答
0

The metadata_security system parameter in Amazon Redshift was introduced in version 1.0.24739 of the Redshift engine.

Prior to version 1.0.24739, the metadata_security parameter did not exist. The parameter allows you to configure the level of metadata access control for your Redshift cluster.

So, the minimum Redshift engine version required to use the metadata_security parameter is 1.0.24739.

You can check the current version of your Redshift cluster by running the following SQL query:

SELECT version();

The output will show the current Redshift engine version, for example:

version
--------------------------
Amazon Redshift (v1.0.24739)

If your Redshift cluster is running an older version, you may need to consider upgrading to version 1.0.24739 or later to take advantage of the metadata_security parameter and the associated metadata access control features.

It's always a good practice to review the Redshift documentation for the latest information on system parameters and feature availability, as Amazon frequently updates the Redshift service.

AWS
JonQ
回答済み 15日前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ