Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Auf dieser Seite finden Sie eine Anleitung zum Migrieren Ihrer Volumes zu vom Kunden verwalteten Verschlüsselungsschlüsseln (Customer-Managed Encryption Keys, CMEK).
Hinweise
Volumes und ihre Container-Speicherpools können von der Verwendung von von Google verwalteten Verschlüsselungsschlüsseln zur Verwendung von CMEK migriert werden.
Wenn Sie Volumes zu einer CMEK-Richtlinie migrieren, werden alle Volumes in der angegebenen Region zur CMEK-Richtlinie migriert. Die CMEK-Richtlinieneinstellung gilt für alle Speicherpools in der Region.
Volumes zu CMEK migrieren
Gehen Sie nach der folgenden Anleitung vor, um Volumes mit derGoogle Cloud -Konsole oder der Google Cloud CLI zu CMEK zu migrieren.
Console
Gehen Sie nach der folgenden Anleitung vor, um Volumes mit derGoogle Cloud -Konsole zu CMEK zu migrieren:
Rufen Sie in der Google Cloud Console die Seite NetApp Volumes auf.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-09-04 (UTC)."],[],[],null,["# Migrate volumes to CMEK\n\nThis page provides instructions for how to migrate your volumes to\ncustomer-managed encryption key (CMEK).\n\nBefore you begin\n----------------\n\nVolumes and their container storage pools can migrate from using Google-managed\nencryption keys to using CMEK.\n\nIf you choose to migrate volumes to a CMEK policy, all volumes in the specified\nregion migrate to the CMEK policy. The CMEK policy setting applies to all\nstorage pools in the region.\n\nMigrate volumes to CMEK\n-----------------------\n\nUse the following instructions to migrate volumes to CMEK using the\nGoogle Cloud console or Google Cloud CLI. \n\n### Console\n\nUse the following instructions to migrate volumes to CMEK using the\nGoogle Cloud console:\n\n1. Go to the **NetApp Volumes** page in the Google Cloud console.\n\n [Go to NetApp Volumes](https://console.cloud.google.com/netapp/volumes)\n2. Select **CMEK policies**.\n\n3. Find the CMEK policy you want to edit and click **Show more**.\n\n4. Select **Migrate volumes to CMEK**.\n\n5. Complete the **CMEK policy name** field to confirm migration.\n\n6. Click **Migrate**.\n\n### gcloud\n\nUse the following instructions to migrate volumes to CMEK using\nGoogle Cloud CLI:\n\nTrigger a key migration: \n\n```bash\n gcloud netapp kms-configs encrypt CONFIG_NAME \\\n --project=PROJECT_ID \\\n --location=LOCATION \\\n```\n\nReplace the following information:\n\n- \u003cvar translate=\"no\"\u003eCONFIG_NAME\u003c/var\u003e: the name of the config.\n\n- \u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e: the name of the project the volume\n is in.\n\n- \u003cvar translate=\"no\"\u003eLOCATION\u003c/var\u003e: the region of the config you want to\n delete.\n\nFor more options, see [Google Cloud SDK documentation for Cloud Key Management Service](/sdk/gcloud/reference/netapp/kms-configs).\n\nWhat's next\n-----------\n\n[Monitor NetApp Volumes](/netapp/volumes/docs/monitor/cloud-monitoring-metrics)."]]