awslabs/fhir-works-on-aws-deployment

Deploying with pre-existing KMS keys?

dmlee8215 opened this issue · 2 comments

Hi, I was wondering if it was possible to deploy this using existing KMS keys, rather than creating new ones? I work in an organization under a parent account which doesn't have access to a full admin role. In particular we can do pretty much everything required to deploy except create KMS keys at the same time. If this can't happen out of the box can I get a couple pointers on the simplest way to modify this so that it will work? Thanks!

Hi @dmlee8215,

You can deploy FWoA using CDK. The KMS keys are defined here. To import existing keys you can follow the instructions here. Please refer to the Importing existing keys section.

-Tim

Perfect, thanks @nguyen102 !