Closed Giuseppe1992 closed 4 years ago
Your configuration looks good. Are you sure the AMI is available with the credentials that you have supplied? The error returned is The image id '[ami-04b9e92b5572fa0d1]' does not exist
Your configuration looks good. Are you sure the AMI is available with the credentials that you have supplied? The error returned is
The image id '[ami-04b9e92b5572fa0d1]' does not exist
Yes, I am sure, the AMI is the public ubuntu18.04 image available in Frankfurt.
The problem is that it is using ami-04b9e92b5572fa0d1, while in the Configuration file I set:
....
[VM_TEMPLATES : EC2_CLOUDCONFIG ]
CASSANDRA = size:04-16384, imageid1:ami-0d359437d1756caa8, login:ubuntu
....
Is this the correct way to set the ami, or there is a default value somewhere else?
I modified the default _NEST_CONTAINERS_BASEIMAGE
[VM_TEMPLATES : EC2_CLOUDCONFIG ]
NEST_CONTAINERS_BASE_IMAGE = size:NA, imageids:1, imageid1:ami-0d359437d1756caa8, cloudinit_packages:openvpn;bc;jq;docker.io;python;redis-server
TEST = size:02-8192, imageid1:ami-0d359437d1756caa8, login:ubuntu
seems to work now
Bests Giuseppe
Oh, are you using our nesting support? (Not creating your own base images?) That wasn't clear.
Hello, I am trying to run an experiment with Amazon AWS; Following the instructions, I managed to have the first test with CLOUDSIM working.
Now I want to run an experiment with Amazon AWS. Following the instruction, I set the configuration file as follow. The VM running CBench is in AWS.
I tried with different ami, but I have the same error. This is the error that I get:
Bests Giuseppe