Create a cryptographic module with external key wrapping
Create a cryptographic module that uses external Amazon Web Services Key Management System (AWS KMS) key wrapping to encrypt ServiceNow data.
Vorbereitungen
Roles required: admin, security_admin, and sn_kmf.cryptographic_manager
Confirm that you have:
Warum und wann dieser Vorgang ausgeführt wird
A cryptographic module with external key wrapping generates encryption keys that are wrapped (encrypted) by your AWS KMS key instead of ServiceNow's internal key management. ServiceNow can't decrypt your data without access to your external AWS key.
Prozedur
Ergebnisse
The cryptographic module is created and ready to be used for encrypting field data. The encryption key is wrapped by your AWS KMS key, establishing external key management.
When you enable external key wrapping, all keys for this module are automatically rewrapped with your External Key Encryption Key (EKEK). This protects them with your EKMS key. Both existing keys and future keys you create will be externally wrapped.
Nächste Maßnahme
Next steps: