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: README.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -455,8 +455,7 @@ You can use the AWSCredentialProvider interface to provide login credentials to
455
455
The default credential provider chain does the following:
456
456
* Checks your environment variables for AWS Credentials
457
457
* Checks your $HOME/.aws/credentials file for a profile and credentials
458
-
* Contacts the ECSCredentialsProvider service to request credentials
459
-
* If ECSCredentialsProvider is not available then contacts the EC2MetadataInstanceProfile service to request credentials
458
+
* Contacts the ECS TaskRoleCredentialsProvider service to request credentials if Environment variable AWS_CONTAINER_CREDENTIALS_RELATIVE_URI has been set. Otherwise contacts the EC2MetadataInstanceProfileCredentialsProvider service to request credentials
460
459
461
460
The simplest way to communicate with AWS is to ensure we can find your credentials in one of these locations.
0 commit comments