Skip to content

Commit

Permalink
Update cfn.yaml
Browse files Browse the repository at this point in the history
Added instance and not just template...
  • Loading branch information
bquintas authored Aug 6, 2020
1 parent 628f91f commit 5a94074
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions storage-gateway/cfn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -538,3 +538,10 @@ Resources:
yum install -y cifs-utils
LaunchTemplateName: linux-launch-template

LinuxClientInstance:
Type: AWS::EC2::Instance
Properties:
SubnetId: !Ref SGSubnet1
LaunchTemplate:
LaunchTemplateId: !Ref LinuxClientTemplate
Version: !GetAtt LinuxClientTemplate.LatestVersionNumber

0 comments on commit 5a94074

Please sign in to comment.