aws-samples / ec2-forensic-module-factory

Apache License 2.0
10 stars 3 forks source link

Hardcoded region in CDK code #3

Open rafaelpereyra opened 1 year ago

rafaelpereyra commented 1 year ago

There is a hardcoded region on the S3 VPCe that prevents deploying the resources to a different region.

https://github.com/aws-samples/ec2-forensic-module-factory/blob/75e884180f48842ec6898b9c4e0b6f3e782ceb3b/ec2-forensic-module-factory/lib/cdk-module-factory-stack.ts#L155

gopinjag commented 1 year ago

Added this in the PR https://github.com/aws-samples/ec2-forensic-module-factory/pull/4