diff --git a/src/blockchain-listener.ts b/src/blockchain-listener.ts index d45ecdc..c85eacf 100644 --- a/src/blockchain-listener.ts +++ b/src/blockchain-listener.ts @@ -82,11 +82,12 @@ export class BlockchainListener extends Construct { removalPolicy: RemovalPolicy.DESTROY, }, ); - + // TODO: create vpc optional this.vpc = new ec2.Vpc( this, 'BlockchainListenerVPC', { + natGateways: 0, ipAddresses: ec2.IpAddresses.cidr(props.cidrBlock), subnetConfiguration: [ {