Skip to content

Commit

Permalink
Add security group to cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejearley committed Jul 5, 2023
1 parent 80519cc commit d4a6bc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/cdk/src/providers/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export class UsersStack extends cdk.Stack {
instanceProps: {
instanceType: new ec2.InstanceType('serverless'),
publiclyAccessible: true,
securityGroups: [dbSecurityGroup],
vpc,
vpcSubnets: {
subnetType: ec2.SubnetType.PUBLIC
Expand Down

0 comments on commit d4a6bc2

Please sign in to comment.