Skip to content

Commit

Permalink
add name to vm
Browse files Browse the repository at this point in the history
  • Loading branch information
mojotalantikite committed Feb 5, 2024
1 parent c2f09ac commit 5bb18de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/uploads/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,6 @@ resources:
Properties:
InstanceType: t2.micro
ImageId: ami-05bfc1ab11bfbf484
SecurityGroups:
- !Ref ClamAVSecurityGroup
IamInstanceProfile: !Ref ClamAVInstanceProfile
NetworkInterfaces:
- AssociatePublicIpAddress: true
Expand All @@ -433,6 +431,8 @@ resources:
- ${self:custom.sgId}
SubnetId: !Sub ${self:custom.publicSubnetA}
Tags:
- Key: Name
Value: clamavd-${sls:stage}
- Key: mcr-vmuse
Value: clamavd
UserData:
Expand Down

0 comments on commit 5bb18de

Please sign in to comment.