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

Develop AWS Integration

webern opened this issue · comments

Utilize the AWS Go SDK to determine if an ECS cluster is running Bottlerocket instances. Once Bottlerocket instances are determined to be present in an ECS cluster the instance IDs need to be captured so they can be passed to SSM API calls later on.

  • List instances in target ECS Cluster
  • Filter list by Bottlerocket instances
  • Populate list of Bottlerocket instanceIDs to be checked for updates

Addressed in #32