Returns The AMI used to launch the instance.
Returns:
The AMI used to launch the instance.
274 275 276
# File 'lib/aws/ec2/instance.rb', line 274 def image Image.new(image_id, :config => config) end