Skip to content

Commit

Permalink
Update ec2-with-bootstrapping.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nmagee authored Oct 8, 2024
1 parent 701182c commit fc76fa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ec2/cloudformation/ec2-with-bootstrapping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ Resources:
SecurityGroups:
- !Ref InstanceSecurityGroup
KeyName: !Ref KeyName
ImageId: ami-0c7217cdde317cfec
ImageId: ami-0866a3c8686eaeeba
Tags:
- Key: Name
Value: ds2002-ec2-instance
Value: ds2022-ec2-instance
UserData:
Fn::Base64:
!Sub |
Expand Down

0 comments on commit fc76fa7

Please sign in to comment.