aptible / dashboard.aptible.com

DEPRECATED - Ember.js dashboard for the Aptible PaaS
https://dashboard.aptible.com
MIT License
81 stars 35 forks source link

Only allow ELBs on v2 😢 #768

Closed krallin closed 7 years ago

krallin commented 7 years ago

Unfortunately, legacy stacks can't support ALBs unless we add a second public subnet (without any instances in it). Considering these stacks are in maintenance mode at this point, it's preferable to just disallow this option rather than make last minute changes (also, in practice, ELBs aren't as bad there as they are on v2).


(It's regrettable I didn't catch this before, but our only v1 test stack is a bastardized v2 turned v1 stack... which had multiple subnets 👎)

cc @fancyremarker @sandersonet

fancyremarker commented 7 years ago

I agree this is the right fix, thanks. I'm not sure without further investigation how the alternative (adding additional public subnets/AZs to v1 stacks) would affect/break functionality and v1 assumptions.