bottlerocket-os / bottlerocket-ecs-updater

A service to automatically manage Bottlerocket updates in an Amazon ECS cluster.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Produce and Sort List of Instances to be Updated

webern opened this issue · comments

  • List container instances in the cluster that are running Bottlerocket. (#5)
  • Keep only those that need a Bottlerocket update. (Checking this can be done in parallel.) (also #5)
  • Eliminate those that host non-service tasks. (#8)
  • Sort the list by current version ascending, seed ascending

The first three checkboxes above are covered by other issues. The last one is one that we should do, but doesn't need to be done first.

In fact this sort seems extremely low priority to me.