You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/credential-provider-imds/README.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,11 @@ for more information on using IAM roles with Amazon ECS.
17
17
18
18
A `CredentialProvider` function created with `fromInstanceMetadata` will return
19
19
a promise that will resolve with credentials for the IAM role associated with
20
-
an EC2 instance. Please see [IAM Roles for Amazon EC2](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html)
20
+
an EC2 instance.
21
+
Please see [IAM Roles for Amazon EC2](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html)
21
22
for more information on using IAM roles with Amazon EC2.
23
+
Both IMDSv1 (a request/response method) and IMDSv2 (a session-oriented method) are supported.
24
+
Please see [Configure the instance metadata service](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-service.html) for more information.
0 commit comments