Hi I am trying to bootstrap an ubuntu ec2 instance using knife command line tool, but when ever I run this command
knife ec2 server create -x ubuntu --region ap-southeast-1 -i ami-0cdf4965 -S key --identity-file ~/key.pem -G default -r 'recipe[apt],recipe[apache2],recipe[ntp],recipe[ruby]'
I knife throws out an error
ERROR: You did not provide a valid 'Image' value
and when ever I use -I ami-id it tell use -i instead of -I, but I can bootstrap an instance in us-east region but unable to do it in the ap-southeast region.
Kindly help me out