Hello,
Trying to upload a stemcell to bosh micro running on AWS, I’m getting
the following error Error 100: The AMI ID 'ami-825ea7eb' does not
exist. Indeed, I can’t find the related ami within AWS.
I'm running a micro bosh instance running on the eu-west-1 zone, using
a AIM user (with ec2/allow/* policy) following Dr Nic's tutorial
uploading-public-stemcell.md after running creating-a-bosh-from-
scratch.md at https://github.com/drnic/bosh-getting-started. (I'm not
seeing the bosh micro commands though
I'm trying to debug this, but aws_registry is not outputting any debug
traces on the configured /var/vcap/deploy/bosh/aws_registry/shared/
logs/aws_registry.debug.log path. Any idea of how to diagnose and
solve this ?
Seems the 1.5.5 version of the aws-sdk could enable to output wire
traces to stdout
http://aws.amazon.com/releasenotes/Ruby/5234916478554933
# send wire traces to standard out
AWS.config(:http_wire_trace => true, :logger => nil)
Any guidance on steps to upgrade the aws-sdk on my bosh-micro to
leverage this ?
Full traces follow:
bosh upload stemcell bosh-stemcell-aws-0.5.1.tgz
[…]
Update stemcell
extracting stemcell archive (00:00:07)
verifying stemcell manifest (00:00:00)
checking if this stemcell already exists (00:00:00)
uploading stemcell bosh-stemcell/0.5.1 to the cloud: <?xml
version="1.0" encoding="UTF-8"?>
<Response><Errors><Error><Code>InvalidAMIID.NotFound</
Code><Message>The AMI ID 'ami-825ea7eb' does not exist</Message></
Error></Errors><RequestID>701e2b12-8fcc-4092-85bb-036a977a7f8b</
RequestID></Response> (00:09:26)
Error 4/5 00:09:33
Error 100: The AMI ID 'ami-825ea7eb' does not exist
~/stemcells$ bosh status
Updating director data... done
Target myfirstbosh (http://mydns.com:25555) Ver: 0.5.1
(33d8ae54)
UUID 22961c4a-6a22-4b4b-8215-cfc38e34f761
User admin
Deployment not set
Thanks in advance for your help,
Guillaume.