villasv / aws-airflow-stack

Turbine: the bare metals that gets you Airflow
https://victor.villas/aws-airflow-stack/
MIT License
377 stars 69 forks source link

Updating scheduler and webserver with replacement requires new deploy #95

Closed villasv closed 5 years ago

villasv commented 5 years ago

CodeDeploy only handles automatic deploy for new instances if they're in an autoscaling group, apparently. If an update requires the replacement of the scheduler, the new instance won't have the deployment initiated.

villasv commented 5 years ago

Can be solved by implementing #110 and #111, probably?