|
|
|
|
|
by manigandham
3161 days ago
|
|
What do you mean? Envelope encryption is a standard security model and can use locally generated keys. They just need to be stored with the data but that can be anywhere. The master key(s) are what KMS is used for and it's better to have AWS handle that then do it yourself considering the effort and control involved. |
|
> This concern could be mitigated by encrypting the TMK with multiple region keys, and including the appropriate CMKID with each record. Impacts of this approach would be an increase in record write latency.
Multiple regions are a nice thing to have, but it's not real redundancy. Using a key management cloud service doesn't mean someone should be trusting AWS only.