Skip to content

Commit

Permalink
Try to remove nat gateways in vpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
fedecastelli committed Feb 6, 2023
1 parent 6419b0c commit 9618528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blockchain-listener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ export class BlockchainListener extends Construct {
'BlockchainListenerVPC',
{
natGateways: 0,
natGatewayProvider: undefined,
ipAddresses: ec2.IpAddresses.cidr(props.cidrBlock),
subnetConfiguration: [
{
subnetType: ec2.SubnetType.PUBLIC,
name: 'blockchain-listener-subnet',
mapPublicIpOnLaunch: true,
},
],
},
Expand Down

0 comments on commit 9618528

Please sign in to comment.