Skip to content

Instantly share code, notes, and snippets.

@breser
Last active January 26, 2022 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save breser/7ad0c4f07ccf4ae150d695248df76a8b to your computer and use it in GitHub Desktop.
Save breser/7ad0c4f07ccf4ae150d695248df76a8b to your computer and use it in GitHub Desktop.
AWS IMDSv2 Software Versions

Software versions that add support for AWS IMDSv2. Versions including and after this version should have support for this. The point of this list is to make it easier to communicate to developers what they need to upgrade to in order to be able to disable IMDSv1.

Software with IMDSv2 support

AWS CLI version unclear - This uses boto3 see below.

AWS Java SDK 1.11.678 - https://github.com/aws/aws-sdk-java/commit/06a2180efe02da1a0b6efcc693efc8e2de355eb7

AWS GoLang SDK 0.19.0 - https://github.com/aws/aws-sdk-go-v2/releases/tag/v0.19.0

AWS Ruby SDK v2 2.11.401 - https://github.com/aws/aws-sdk-ruby/releases/tag/v2.11.401

Boto3 (AWS Python SDK) version unclear - Botocore 1.13.23 which is the backing library for this low level functionality has the support - https://github.com/boto/botocore/commit/54062559bf6dd6331003f7f9ae9499ca863294f6

NewRelic Java Agent 5.13.0 - https://docs.newrelic.com/docs/release-notes/agent-release-notes/java-release-notes/java-agent-5130

Software without IMDSv2 support

NewRelic Ruby Agent - newrelic/newrelic-ruby-agent#552

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment