zalando-stups / senza

Deploy immutable application stacks and create and execute AWS CloudFormation templates in a sane way
https://pypi.python.org/pypi/stups-senza
Other
96 stars 72 forks source link

ELB: Automatically pull in some LB default security group #371

Open hjacobs opened 8 years ago

hjacobs commented 8 years ago

Idea to automatically restrict service access by default to certain IP ranges (e.g. to mitigate DOS attacks):

Users can still easily allow any public traffic to their app's LB by adding an inbound rule for "0.0.0.0/0" to "app-myapp-lb".

Changing Senza's ElasticLoadBalancer component to pull in the new restricted security group is "safe" as existing applications with "open" security groups are not affected (only new apps created with senza init).

tuxlife commented 8 years ago

I have discussed with @hjacobs and we have agreed that we will allow TCP completely and not just 443

the group is called default_protection