-2

In the AWS docs it says that

When you share an encrypted snapshot, you must also share the customer managed key used to encrypt the snapshot.

but why is that necessary? Why does the receiving account need the encryption key when I share with it an encrypted snapshot? To make use of the snapshot, they should only need the decryption key, right?

Sahand
  • 7,980
  • 23
  • 69
  • 137

1 Answers1

0

Its because of the use of Symmetric-key algorithms to encrypt/decrypt data. Symmetric encryption is a type of encryption where only one key (a secret key) is used to both encrypt and decrypt electronic data hence its why you must share it.