Code Monkey home page Code Monkey logo

Comments (5)

tabern avatar tabern commented on June 17, 2024

@ankon today we've added Kubernetes patch version numbers to the AMI lists. Hopefully this helps a bit with identifying when a new AMI ships (typically for new minor and patch version releases).

https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html

from amazon-eks-user-guide.

ankon avatar ankon commented on June 17, 2024

Thanks for that.

However, that still doesn't really change the process in finding what exactly has changed in the AMIs.

I thought a bit about what would help me, and basically it is really just a change in the wording so that the eks-optimized-ami.html not just mentions the produced AMI IDs, but also the name of the tag/changelog entry in the amazon-eks-ami changelog. I would then be able to take that value, and in my own documentation write down which version we deploy, and which AMI ID was used. I'm already watching for new releases in amazon-eks-ami.

from amazon-eks-user-guide.

nrdlngr avatar nrdlngr commented on June 17, 2024

Hi @ankon. The tags in the changelog correspond to the names of the AMIs. So you can describe any AMI that we have published publicly and get the name of the AMI, compare it to its name in the changelog, and then see the differences for that revision. Here is an AWS CLI command to describe today's recommended 1.13 worker node AMI:

aws ec2 describe-images --region us-west-2 --image-ids ami-089d3b6350c1769a6 --query Images[].Name
[
    "amazon-eks-node-1.13-v20190614"
]

So you could run this command on your current worker node AMI, and on the latest worker node AMI, and then you could infer which changelog entries separate the two. Does this workaround resolve your issue?

from amazon-eks-user-guide.

ankon avatar ankon commented on June 17, 2024

@nrdlngr that looks promising indeed, at least it makes the annoying "find the matching thing" step be quick and painless. Thanks!

from amazon-eks-user-guide.

nrdlngr avatar nrdlngr commented on June 17, 2024

Great! I'll close this issue then.

from amazon-eks-user-guide.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.