Ok, I think I found the problem - I supplied the name of the security group instead of its id.
On Tuesday, September 2, 2014 7:53:33 PM UTC+10, Roman Revyakin wrote: > > Hi guys, > > It appears that ec2_lc module does not really support creation of launch > configurations in VPC? When I provide the name of the security group from a > VPC through `security_groups:` option to `ec2_lc` module, I get this error: > > <ErrorResponse xmlns="http://autoscaling.amazonaws.com/doc/2011-01-01/"> > <Error> > <Type>Sender</Type> > <Code>ValidationError</Code> > <Message>The security group 'xxxxxxx' does not exist in default VPC > 'vpc-xxxxxx'</Message> > </Error> > <RequestId>....</RequestId> > </ErrorResponse> > > I tried it both with the 1.7 and the most recent version of Ansible: > > ansible-playbook 1.8 (devel a0635ebb0d) last updated 2014/09/02 19:45:51 > > Thanks! > > With kind regards, > Roman > > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/c1e0e8ce-c593-4008-bfab-5329735cecbf%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
