searchspring / aws-security

Chef library cookbook for managing AWS Security Groups
Apache License 2.0
13 stars 13 forks source link

Switch to fog-aws #32

Closed tas50 closed 8 years ago

tas50 commented 8 years ago

The fog project broke out aws from the greater fog codebase into fog-aws, which includes just what you need for fog. Requiring fog actually brings in 28 other gems. Requiring fog-aws only brings in 4. fog-aws also loads about 3-4 times faster.

tas50 commented 8 years ago

Fixed by #34