Good Evening,
I’m trying to test queryable encryption using AWS KMS. I am using the following documentation: https://www.mongodb.com/docs/manual/core/queryable-encryption/tutorials/aws/aws-automatic/#std-label-qe-tutorial-automatic-aws
I have a question regarding this step:
customerMasterKeyCredentials = {
key: process.env.AWS_KEY_ARN, // Your AWS Key ARN
region: process.env.AWS_KEY_REGION, // Your AWS Key Region
};
I have the ARN, but it is unclear what value I should I add for the “AWS Key Region” since AWS doesn’t provide a “Key Region” parameter. I’ve tried values: “WEST” and “Single Region” but neither works. Is someone able to give me examples of what values are possible for this parameter? It seems odd that we would specify “WEST” since that value could be extracted from the ARN.
Thanks for your help!
John
