Skip to content

Instantly share code, notes, and snippets.

@dodizzle
Created May 16, 2013 18:24
Show Gist options
  • Select an option

  • Save dodizzle/5593895 to your computer and use it in GitHub Desktop.

Select an option

Save dodizzle/5593895 to your computer and use it in GitHub Desktop.
Creating EC2 security group 'chef'
Creating inbound security group rule for icmp(-1 -> -1)
Creating inbound security group rule for tcp(0 -> 65535)
Creating inbound security group rule for udp(0 -> 65535)
Creating inbound security group rule for tcp(22 -> 22)
Creating inbound security group rule for tcp(443 -> 443)
Creating inbound security group rule for tcp(444 -> 444)
ERROR: Fog::Compute::AWS::NotFound: The security group 'chef' does not exist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment