diff --git a/ec2/cloudformation/ec2-with-s3.yaml b/ec2/cloudformation/ec2-with-s3.yaml index 93134bc..23b037d 100644 --- a/ec2/cloudformation/ec2-with-s3.yaml +++ b/ec2/cloudformation/ec2-with-s3.yaml @@ -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 |