Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Nesta página, mostramos como migrar seus volumes para
chaves de criptografia gerenciadas pelo cliente (CMEK).
Antes de começar
Os volumes e os pools de armazenamento de contêineres podem migrar do uso de chaves de criptografia gerenciadas pelo Google para o uso de CMEK.
Se você optar por migrar volumes para uma política de CMEK, todos os volumes na região especificada serão migrados para a política de CMEK. A configuração da política de CMEK se aplica a todos os pools de armazenamento na região.
Migrar volumes para a CMEK
Use as instruções a seguir para migrar volumes para a CMEK usando o
console doGoogle Cloud ou a Google Cloud CLI.
Console
Use as instruções a seguir para migrar volumes para a CMEK usando o
consoleGoogle Cloud :
Acesse a página NetApp Volumes no console do Google Cloud .
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 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)."]]