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/b5602043-3c66-46e1-9b94-6234bbff7cb4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
