EBS DR backup fails with No matching KMS alias on target region

EBS DR backup fails with No matching KMS alias on target region

Issue: 
encrypted EBS backup to DR region is failing with following error:


Solution:
When the N2WS server is backing up an encrypted volume, the snapshot will be automatically encrypted with the same KMS key, When the server will then try to copy that snapshot to DR region it will search for KMS key with the same alias in the target region, if it will not find it you will get the above error.

There are two ways to resolve it.
1. create a KMS key with EXACTLY the same alias in the target region. for example if the key is called "MyKMSKey", then the alias column need to show exactly that string in both locations.


2. You can change the behaviour of the server, so if it does not find a matching key in target region it will instead use the AWS default managed key.
You can do it from General Setting -> Security


This will then cause the backup to finish successfully with a warning to the user: