- From: George Miranda <
>
- To: "
" <
>
- Subject: [chef] Re: Launching Windows instances with chef-provisioning-aws
- Date: Fri, 30 Jan 2015 15:56:59 -0800
It looks like you might be getting the default AMI for whatever region you're in.[1] For... reasons?
Try setting image_id as a machine option rather than a bootstrap option.
with_machine_options({
:bootstrap_options => {
:foo => "bar"
},
:image_id => "ami-73717d36"
})
Archive powered by MHonArc 2.6.16.