Looks for the value of the ‘Name’ tag for the given instance
Returns:
the name value
63 64 65
# File 'lib/vscripts/aws/ec2.rb', line 63 def name all_tags_hash['Name'] end