knife を使用して ec2 インスタンスを作成しています。私は作成するために次のコマンドを与えました
knife ec2 server create -r "role[webserver]" -I ami-b84e04ea --flavor t1.micro --region ap-southeast-1 -G default -x ubuntu -N server01 -S ec2keypair
しかし、Fog::Compute::AWS::Error: InvalidBlockDeviceMapping => iops must be specified with volumeType of device '/dev/sda1'としてエラーが発生します。この問題を解決できません。助けていただければ幸いです。