Use existing customer managed kms key #259
arunthomas32
started this conversation in
Constructs
Replies: 2 comments
-
Hi, at the moment that isn't supported by Lift unfortunately. To be honest I'm not sure if the fact that the custom key gets created is intentional actually 🤔 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, being able to specify an ARN of a custom KMS key would be really nice. We have a DR plan where we have cross-account backups and use KMS keys from a separate Organisation Managed Account restores can be achieved even if the AWS account was ever lost for example. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi how can i use the existing kms key for encryption?
Currently we have only 3 options:
encryption:null
makes encryption disabled
encryption: kmsManaged
uses the defaul aws sqs key
But this will create a new kms key with the keyvalue that we provide
My current scenario is that i already have a key that has been used for other encryptions as well and I need to reuse that. How can we use the existing key without creating a new one
Beta Was this translation helpful? Give feedback.
All reactions