diff --git a/infra/lib/fhir-server-stack.ts b/infra/lib/fhir-server-stack.ts index fd6dcfa1db7..fb65d07a049 100644 --- a/infra/lib/fhir-server-stack.ts +++ b/infra/lib/fhir-server-stack.ts @@ -379,7 +379,7 @@ export class FHIRServerStack extends Stack { this, `${dbClusterName}VolumeWriteIOPsAlarm`, { - threshold: 40_000, // IOPs per second + threshold: 100_000, // IOPs per second evaluationPeriods: 1, treatMissingData: cloudwatch.TreatMissingData.NOT_BREACHING, }