Advertisement
Guest User

Untitled

a guest
Mar 31st, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. State:
  2.  
  3. Ensure {{ stack_name }} launch_config exists:
  4. boto_lc.present:
  5. - name: {{ stack_name }}-lc
  6. - image_id: ami-08111162
  7. - instance_profile_name: {{ stack_name }}
  8. - profile: aws_profile
  9. - key_name: trendkite-master-052914
  10. - security_groups:
  11. - base
  12. - {{ stack_name }}-secgroup
  13. ...
  14.  
  15. =======================
  16. RESPONSE:
  17.  
  18. <ErrorResponse xmlns="http://autoscaling.amazonaws.com/doc/2011-01-01/">
  19. <Error>
  20. <Type>Sender</Type>
  21. <Code>ValidationError</Code>
  22. <Message>Invalid value 'dateextraction-dev-main-secgroup' for groupName. You may not reference Amazon VPC security groups by name. Please use the corresponding id for this operation.</Message>
  23. </Error>
  24. <RequestId>32965fac-f753-11e5-ba14-cb4bd9bd284a</RequestId>
  25.  
  26.  
  27. </ErrorResponse>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement