Can customers opt out of Redshift's serverless compute engine?

0

In the recent Redshift announcement I read: "query compilations are now scaled to a serverless compute engine beyond the compute resources of the leader node of your cluster".

The queries can contain PII information in the text and having this information processed in what looks like a multi-tenant compiling environment might be an issue in some industries. I have had customers skipping even local logging of query logs to ensure such information can't get exposed.

Can customers opt out of Redshift's serverless compute engine?

질문됨 4년 전242회 조회
1개 답변
0
수락된 답변

The query parsing, the optimization and the plan creation (the parts that potentially use the PII data in the query text and/or in the statistic) are carried over inside the leader node. Only the C++ code created at the end of the optimization (that doesn't contain any PII data) is sent to the serverless infrastructure to be compiled.

This means that there is no reason to need an opt-out option.

답변함 4년 전

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

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

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

관련 콘텐츠