Skip to content

Commit

Permalink
reenable capture vpc nat gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
awick committed Feb 15, 2024
1 parent 9f25104 commit b12de4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdk-lib/capture-stacks/capture-vpc-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class CaptureVpcStack extends Stack {

this.vpc = new ec2.Vpc(this, 'VPC', {
ipAddresses: ec2.IpAddresses.cidr(props.planCluster.captureVpc.cidr.block),
natGateways: 0,
// natGateways: 0, // ECS on EC2 need NatGateways, there might be another way?
availabilityZones: props.planCluster.captureVpc.azs,
subnetConfiguration: [
{
Expand Down

0 comments on commit b12de4e

Please sign in to comment.