bottlerocket-ecs-updater
bottlerocket-ecs-updater copied to clipboard
Produce and Sort List of Instances to be Updated
trafficstars
- [x] List container instances in the cluster that are running Bottlerocket. (https://github.com/bottlerocket-os/bottlerocket-ecs-updater/issues/5)
- [x] Keep only those that need a Bottlerocket update. (Checking this can be done in parallel.) (also https://github.com/bottlerocket-os/bottlerocket-ecs-updater/issues/5)
- [x] Eliminate those that host non-service tasks. (https://github.com/bottlerocket-os/bottlerocket-ecs-updater/issues/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.