Skip to content

Commit

Permalink
Change security groups name
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoVictor committed Jul 20, 2024
1 parent df607e9 commit 05eff10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Resources:
RdsSecurityGroup:
Type: AWS::EC2::SecurityGroup
Properties:
GroupName: rds-lambda-1
GroupName: rds-sg
GroupDescription: Allow traffic from Lambda to RDS
VpcId: !Ref VpcId
# SecurityGroupIngress:
Expand All @@ -99,7 +99,7 @@ Resources:
LambdaSecurityGroup:
Type: AWS::EC2::SecurityGroup
Properties:
GroupName: lambda-rds-1
GroupName: lambda-sg
GroupDescription: Allow traffic from Lambda to RDS
VpcId: !Ref VpcId
SecurityGroupEgress:
Expand Down Expand Up @@ -197,7 +197,7 @@ Resources:
SecretsManagerEndpointSecurityGroup:
Type: AWS::EC2::SecurityGroup
Properties:
GroupName: secretsmanager-lambda-1
GroupName: secretsmanager-sg
GroupDescription: Allow traffic from Lambda to SecretsManager
VpcId: !Ref VpcId
SecurityGroupIngress:
Expand Down

0 comments on commit 05eff10

Please sign in to comment.