Increase desired count for ECS service from 1 to 2

This commit is contained in:
faris Aljohari
2025-07-14 01:41:00 -06:00
parent 2e959a6ef3
commit 57cf110229

View File

@ -181,7 +181,7 @@ export class BackendStack extends cdk.Stack {
cluster,
memoryLimitMiB: 1024,
cpu: 512,
desiredCount: 1,
desiredCount: 2,
domainName: 'api.syncrow.me',
domainZone: route53.HostedZone.fromLookup(this, 'SyncrowZone', {
domainName: 'syncrow.me',