How do I set the root_device_type
when creating an EC2 instance using Rubber
?
I see that after creation of the instance, the serialized instance object has root_device_type
as instance-store
. I want to create an instance runs in an EBS
.
They provide docs and sample config to create EBS volumes and mount it onto the instance but no documentation on how to create an EBS instance.
Thanks!