phishin
07/12/2023, 4:02 PMMedplumInfraConfig to setup a vpcId so that this will deploy the Medplum resources in our current VPC. Is this correct?
And as a follow up, we currently have an Aurora Postgres & Elasticache cluster deployed, and in a perfect world would love to 'merge' the Medplum Postgres & Redis into these clusters. Is this a reasonable idea? It seems like I would need to change the CDK code slightly to pass in more resourceIds via a config, but I'm definitely not an expert in this area.
Any help / ideas would be appreciated! Thanks 😄phishin
07/12/2023, 4:21 PM@medplum/cdk @medplum/cli aws-cdk-lib ) etc
- Run the medplum aws init script
- From there, I can edit the *.config.json file to get our current VPC ID in there.reshma
07/12/2023, 4:56 PMphishin
07/12/2023, 5:36 PMmedplum in Postgres, so in theory our apps would connect to our named database inside Aurora, and Medplum's backend would connect to the medplum database in Aurora. I might be missing something but this feels like it might "just work" assuming we setup the host/port/user/pass to point to our existing Aurora cluster because of this config (https://github.com/medplum/medplum/blob/main/packages/server/medplum.config.json#L30), right?
I think we'd have to manually create the Medplum database and roles, but that shouldn't be too hard 🤔reshma
07/12/2023, 10:55 PMphishin
07/13/2023, 9:20 PMreshma
07/13/2023, 9:22 PM