New Datasource: AWS EKS release version for node groups #33095
BornToBeRoot
started this conversation in
Suggest an Idea
Replies: 1 comment 3 replies
-
Should these continue to be separate datasources, or is the potential to combine them if we make them more generic? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
to upgrade an EKS cluster you need the release version for the node group. The new data source would be similar to the data source for ami image or eks addons.
In Terraform it looks like this:
You can get the value from AWS SSM:
aws ssm get-parameter \ --name "/aws/service/eks/optimized-ami/1.29/amazon-linux-2023/x86_64/standard/recommended/release_version"
Maybe the EKS Version, AMI Type, etc. can be configured with a comment similar to the aws ami datasource.
Beta Was this translation helpful? Give feedback.
All reactions