openaddresses / machine

Scripts for running OpenAddresses on a complete data set and publishing the results.
http://results.openaddresses.io/
ISC License
97 stars 36 forks source link

Update the instance types we're using for cron jobs #754

Closed iandees closed 5 years ago

iandees commented 5 years ago

The openaddr-enqueue-sources job fails/times out after 2 days because the aws s3 cp for the docker image download takes forever. My theory is that the t2.nano it's running on runs out of CPU burst and awscli just stops working. So I'm giving it more CPU and bumping up other tasks to more recent instance types.