I followed the introductions from here
http://pubs.vmware.com/vsphere-4-esx-vcenter/index.jsp?topic=/com.vmware.vsphere.vmadmin.doc_41/vc_client_help/importing_and_exporting_virtual_appliances/t_export_a_virtual_machine.html
to import my VM in VMWare Workstation to AWS. Then I used the following command to upload my VM image.
ec2-import-instance E:\CentOS-Elastix-64-disk1.vmdk –f VMDK -t m2.micro -a x86_64 -b myawsbucket -o AKIAIOSFODNN7EXAMPLE -w wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY -p Linux`
It is successful to upload, and I can see the folder in my bucket, but in the AWS documentation, it says the VM instance will be created automatically. But I can't find where is my new VM. My VM is the Centos 64 bits.
Can anyone help me? Any help would be grateful.