2021-10-17 17:15:44 +00:00
|
|
|
// Package imds provides the API client for interacting with the Amazon EC2
|
|
|
|
// Instance Metadata Service.
|
|
|
|
//
|
2021-11-24 18:10:52 +00:00
|
|
|
// All Client operation calls have a default timeout. If the operation is not
|
|
|
|
// completed before this timeout expires, the operation will be canceled. This
|
|
|
|
// timeout can be overridden by providing Context with a timeout or deadline
|
|
|
|
// with calling the client's operations.
|
|
|
|
//
|
2021-10-17 17:15:44 +00:00
|
|
|
// See the EC2 IMDS user guide for more information on using the API.
|
|
|
|
// https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html
|
|
|
|
package imds
|