We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
security-credentials
security-credentials-extended
1 parent 4be00b9 commit 47892b3Copy full SHA for 47892b3
packages/smithy-aws-core/src/smithy_aws_core/credentials_resolvers/imds.py
@@ -186,8 +186,7 @@ class IMDSCredentialsResolver(
186
):
187
"""Resolves AWS Credentials from an EC2 Instance Metadata Service (IMDS) client."""
188
189
- # TODO: Handle fallback to legacy path when a 404 is received.
190
- _METADATA_PATH_BASE = "/latest/meta-data/iam/security-credentials-extended/"
+ _METADATA_PATH_BASE = "/latest/meta-data/iam/security-credentials"
191
192
def __init__(self, http_client: HTTPClient, config: Config | None = None):
193
self._http_client = http_client
0 commit comments