Understanding where an amazon ec2 instance run?

Posted by kenzo450D on Server Fault See other posts from Server Fault or by kenzo450D
Published on 2013-06-26T14:44:52Z Indexed on 2013/06/26 16:22 UTC
Read the original article Hit count: 151

I am currently using the aws api from my local desktop. I can successfully take backups of my amazon volumes, and even create an ami from it. Now when i wanted to run the instance to be built from this ami, where does the instance run? In their Elastic Cloud or the computer from which the command was issued.


Suppose I want to create the new instance in a new region? (locations as defined in ec2-describe-regions) How would I do that? It seems i have a bad knowledge about how the relation between amazon volumes and instances? Please explain it. I am only allowed to use the CLI tools to do all of my work.


I made a new snapshot of the existing instance, made an ami using ec2-register, made a keypair, and then followed these steps, http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/launching-an-instance.html#launching-an-instance-cli but i got an error as this

Client.InvalidParameterValue: The requested instance type's architecture (i386) does not match the architecture in the manifest for aki-fc37bacc (x86_64)

my local computer is 32bit. But I do not want to load instance on the local computer but on amazon servers?

© Server Fault or respective owner

Related posts about amazon-ec2

Related posts about amazon-web-services