Managed Service for Apache Spark 컨피덴셜 컴퓨팅

Compute Engine 컨피덴셜 VM을 사용하여 인라인 메모리 암호화를 제공하는 Managed Service for Apache Spark 클러스터를 만들 수 있습니다. 컨피덴셜 VM은 N2D 머신 유형을 AMD Secure Encrypted Virtualization(SEV)과 함께 사용합니다.

컨피덴셜 VM이 있는 클러스터 만들기

gcloud 명령어

컨피덴셜 VM을 사용하는 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

컨피덴셜 VM을 사용하는 Managed Service for Apache Spark 클러스터를 만들려면 ConfidentialInstanceConfigclusters.create 요청의 일부로 포함합니다. enableConfidentialComputetrue로 설정합니다.

요구사항: