Hello Guys,

I am using ruby for taking image of Ec2 instance using the code below.

---
#Create AMI

image_name = "#{instancename}"
image_description = "#{description}"
instance_id = "#{ID}"
image = conn.create_image(instance_id,image_name,image_description)
---

Please help me how to enable* no reboot option *while creating AMI.

Thanks
Sreenivas

-- 
You received this message because you are subscribed to the Google Groups 
"ruby-fog" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to