Because there is only one parameter to set the CoreOS AMI (--ami) for all nodes and this value is used to create the bastion instance which is hard-coded to be t2.micro, this means that the AMI must be of HVM type. By extension this means that no PV-only instance types can be used (e.g. t1.micro, m1.small and m1.medium) as the argument to --instance-size.
If this is intended I suggest that it should be documented.
Because there is only one parameter to set the CoreOS AMI (
--ami) for all nodes and this value is used to create thebastioninstance which is hard-coded to bet2.micro, this means that the AMI must be of HVM type. By extension this means that no PV-only instance types can be used (e.g.t1.micro,m1.smallandm1.medium) as the argument to--instance-size.If this is intended I suggest that it should be documented.