Hi I use libcloud to create an ec2 instance via the create_node api.
How to set a shutdown behavior of "terminate" to this instance? I want to get the same effect as if I used: $> ec2-modify-instance-attribute instance_id --instance-initiated-shutdown-behavior terminate Thanks, Yaron