I am trying to set up an auto-scale profile to automatically scale my own cloud. I created a private AMI image that I would like to use as the image that is launched when new servers are created in this configuration. I use autoscaling command line elements to create a profile, and I cannot get it to work:
$ as-create-launch-config MyServerConfig --image-id "ami-12345678" --instance-type m2.4xlarge --monitoring-disabled as-create-launch-config: Malformed input-AMI ami-12345678 is invalid: The AMI ID 'ami-12345678' does not exist
I have confirmed that the AMI I am using does indeed exist in my part of the EC2 / Images / AMI EC2 console. What am I doing wrong here? I need the images to be private due to company privacy requirements, but I need to set up auto-scaling to achieve something for them.
source share