Automate the EKS managed node group update

0

How can I integrate EKS managed node group updates with AWS Systems Manager Automation?

Or how can automate EKS managed node group updates as now I need to do it manually via console/terraform?

Can I create eventbridge cron to schedule the update? Thank you, M

1 Answer
0
Accepted Answer

AWS Systems Manager Automation has easy integrations for AWS API calls. Updating an EKS managed node group is one API call: https://docs.aws.amazon.com/cli/latest/reference/eks/update-nodegroup-version.html. However, even better: We built a runbook for this: https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/aws-updateeksmanagednodegroup.html

AWS
answered 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions