hi, thanks i already create the Amazon ec2 host and now when i try to create a template and instantiate a VM the VM keep in pending.
This is my template:
SCHED_REQUIREMENTS="ID="1""
CPU=“1"
SUNSTONE_CAPACITY_SELECT=“YES"
CONTEXT=[SSH_PUBLIC_KEY=”$USER[SSH_PUBLIC_KEY]”,NETWORK=“YES”]
MEMORY="613"
EC2=[INSTANCETYPE=“t1.micro”,AMI=“ami-17c44860”,KEYPAIR=“nebula1”]
SUNSTONE_NETWORK_SELECT=“YES”
questions:
The ami has to be to my property ?
because i use a public template from amazon
There seems to be a problem with the memory capacity of the ec2 host, check your ec2_driver.conf configuration. That is why the VMs are in pending (you can force the deployment however, to check that the driver is working properly)
Regarding the keypairs, you need to use the ones from your ec2 dashboard.