Managed Service for Apache Spark Confidential Compute

Compute Engine Confidential VMs を使用してインライン メモリ暗号化を提供する Managed Service for Apache Spark クラスタを作成できます。Confidential VMs は、AMD Secure Encrypted Virtualization(SEV)機能を有する N2D マシンタイプを使用します。

Confidential VMs を含むクラスタを作成する

gcloud コマンド

Confidential VMs を使用する Managed Service for Apache Spark クラスタを作成するには、 gcloud dataproc clusters create コマンド に --confidential-compute フラグを指定して使用します。

要件:

gcloud dataproc clusters create cluster-name \  
    --confidential-compute \  
    --image-version=Ubuntu image version \
    --region=region with zone that supports the AMD EPYC Milan CPU \
    --zone=zone within the region that supports the AMD EPYC Milan CPU \
    --master-machine-type=N2D machine type \  
    --worker-machine-type=N2D machine type" \  
    other args ...

REST API

Confidential VMs を使用する Managed Service for Apache Spark クラスタを作成するには、 ConfidentialInstanceConfigclusters.create リクエストの一部として含めます。enableConfidentialComputetrue に設定します。

要件: