Skip to content

Commit

Permalink
adding two more availiability zone
Browse files Browse the repository at this point in the history
  • Loading branch information
melodylove-uniswap committed Nov 15, 2024
1 parent e8bc29a commit 6e3085f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/stacks/routing-lambda-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export class RoutingLambdaStack extends cdk.NestedStack {

// TODO: Add if not dev , not create
const vpc = new ec2.Vpc(this, `RoutingLambdaVPC-${stage}`, {
maxAzs: 2, // Number of availability zones
maxAzs: 4, // Number of availability zones
subnetConfiguration: [
{
name: `RoutingPublicSubnet-${stage}`,
Expand Down

0 comments on commit 6e3085f

Please sign in to comment.