doc.go 552 B

1234567891011
  1. // Package imds provides the API client for interacting with the Amazon EC2
  2. // Instance Metadata Service.
  3. //
  4. // All Client operation calls have a default timeout. If the operation is not
  5. // completed before this timeout expires, the operation will be canceled. This
  6. // timeout can be overridden by providing Context with a timeout or deadline
  7. // with calling the client's operations.
  8. //
  9. // See the EC2 IMDS user guide for more information on using the API.
  10. // https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html
  11. package imds