Skip to content

Commit 20a4b18

Browse files
committed
[AEA-4684] try to force usxe of all 3 az's
1 parent b2d0170 commit 20a4b18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cdk/stacks/VpcResourcesStack.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export class VpcResourcesStack extends Stack {
5454
ipAddresses: IpAddresses.cidr("10.190.0.0/16"),
5555
enableDnsSupport: true,
5656
enableDnsHostnames: true,
57+
maxAzs: 3,
5758
flowLogs: {
5859
"FlowLogCloudwatch": {
5960
destination: FlowLogDestination.toCloudWatchLogs(flowLogsLogGroup, flowLogsRole)

0 commit comments

Comments
 (0)