Skip to content

Releases: cloudyr/aws.ec2metadata

Version 0.2.0

16 Jul 08:21
Compare
Choose a tag to compare

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)