Method: Instance::EC2#create_tags

Defined in:
lib/maws/instance/ec2.rb

#create_tagsObject



39
40
41
42
43
44
# File 'lib/maws/instance/ec2.rb', line 39

def create_tags
  tag_instance_name
  tag_volumes_names

  info "...done (#{name} or #{aws_id} is ready)"
end