Skip to content

Commit 602c141

Browse files
authored
docs(credential-provider-imds): mention IMDSv1+IMDSv2 support (#1929)
1 parent 1a5f63c commit 602c141

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/credential-provider-imds/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ for more information on using IAM roles with Amazon ECS.
1717

1818
A `CredentialProvider` function created with `fromInstanceMetadata` will return
1919
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)
2122
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.
2225

2326
## Supported configuration
2427

0 commit comments

Comments
 (0)