Skip to content

Commit

Permalink
Name tag for EC2 instance
Browse files Browse the repository at this point in the history
  • Loading branch information
nmagee committed Feb 23, 2024
1 parent 8d9d096 commit c0adc66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ec2/cloudformation/ec2-with-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ Resources:
KeyName: !Ref KeyName
ImageId: ami-0c7217cdde317cfec
IamInstanceProfile: !Ref InstanceProfile
Tags:
- Key: Name
Value: ds2002-ec2-instance
UserData:
Fn::Base64:
!Sub |
Expand Down

0 comments on commit c0adc66

Please sign in to comment.