> private RootDeviceType rootDeviceType = RootDeviceType.INSTANCE_STORE; > private Map<String, EbsBlockDevice> ebsBlockDevices = Maps.newHashMap(); > + private Map<String, String> tags = Maps.newLinkedHashMap();
I think order is not important here. I just used the LinkedHashMap to be consistent with the existing [RunningInstance](https://github.com/jclouds/jclouds/blob/master/apis/ec2/src/main/java/org/jclouds/ec2/domain/RunningInstance.java) model I took as an example. Can be changed if needed! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/56/files#r5069526
