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일 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠