remind101 / stacker_blueprints

DEPRECATED - moved to:
https://github.com/cloudtools/stacker_blueprints
BSD 2-Clause "Simplified" License
39 stars 53 forks source link

asg.py has lots of hard coded Ref()s and does not allow private ELBs #105

Open aarcro opened 7 years ago

aarcro commented 7 years ago

I don't think Ref("PublicSubnets") is sufficiently configurable. I'm going to work on a patch for this too.

aarcro commented 7 years ago

Maybe I'm wrong. Looks like I can just set "PublicSubnets" to my Private subnets, but maybe this should be called ElbSubnets instead.