You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.
Still need to decide on #34, because providing baked AMIs adds a lot more complexity to the template, although it greatly simplifies the actual resource creation during autoscaling.
But again, autoscaling is not the main feature of the stack anymore. The installation is not that expensive and as long as it consistently works on the newer official Amazon Linux AMIs it should be fine.
The text was updated successfully, but these errors were encountered:
1. Parameterize the AMI so the template can be used in different regions (villasv#44)
2. Don't hardcode the region, use the one where the template is running (villasv#44)
3. Change the Airflow setup process so that it works on new AMIs (villasv#46)
4. Add the /efs filesystem to /etc/fstab so the system can be rebooted (villasv#45)
5. Change the name "SpotInstanceType" to "WorkerInstanceType" since we're not
using spot yet and we don't want to confuse users.
Parameterize the AMI so the template can be used in different regions (#44)
Don't hardcode the region, use the one where the template is running (#44)
Change the Airflow setup process so that it works on new AMIs (#46)
Add the /efs filesystem to /etc/fstab so the system can be rebooted (#45)
Change the name "SpotInstanceType" to "WorkerInstanceType" since we're not
using spot yet and we don't want to confuse users.
Reported by @tomfaulhaber, didn't reproduce yet.
Still need to decide on #34, because providing baked AMIs adds a lot more complexity to the template, although it greatly simplifies the actual resource creation during autoscaling.
But again, autoscaling is not the main feature of the stack anymore. The installation is not that expensive and as long as it consistently works on the newer official Amazon Linux AMIs it should be fine.
The text was updated successfully, but these errors were encountered: