Skip to content

Version 0.2.0

Latest

Choose a tag to compare

@jon-mago jon-mago released this 16 Jul 08:21
· 4 commits to master since this release

This release focuses on the timeouts for checking EC2 metadata. The new timeout defaults to 1s, and is controllable via the AWS_METADATA_SERVICE_TIMEOUT env var

News

  • revise timeout for curl checks against instance metadata (Thanks @jmorten)
  • curl timeout now respects the AWS_METADATA_SERVICE_TIMEOUT environment variable (like boto3)