diff --git a/infra/Application.ts b/infra/Application.ts index ce971ef3..d30a22f3 100644 --- a/infra/Application.ts +++ b/infra/Application.ts @@ -170,6 +170,7 @@ class Application extends Stack { vpcSubnets: { subnetType: SubnetType.PUBLIC }, securityGroups: [appSecurityGroup], platformVersion: FargatePlatformVersion.VERSION1_4, + enableExecuteCommand: true, }) dbSecurityGroup.addIngressRule(appSecurityGroup, Port.tcp(5432))