Skip to content

Commit

Permalink
Replace update
Browse files Browse the repository at this point in the history
  • Loading branch information
namse committed Nov 30, 2023
1 parent 21accc0 commit 99aa4c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions oioi/cdk/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ export class Oioi extends Construct {
}),
associatePublicIpAddress: true,
signals: cdk.aws_autoscaling.Signals.waitForMinCapacity(),
updatePolicy:
cdk.aws_autoscaling.UpdatePolicy.replacingUpdate(),
vpcSubnets: {
subnetType: cdk.aws_ec2.SubnetType.PUBLIC,
},
Expand Down

0 comments on commit 99aa4c4

Please sign in to comment.