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: deps/rabbitmq_aws/README.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,15 @@ The configuration values have the following precedence:
26
26
- Configuration file
27
27
- EC2 Instance Metadata Service where applicable
28
28
29
+
### Credentials Precedence
30
+
31
+
The credentials values have the following precedence:
32
+
33
+
- Explicitly configured via API
34
+
- Environment variables
35
+
- Credentials file
36
+
- EC2 Instance Metadata Service
37
+
29
38
### EC2 Instance Metadata Service Versions
30
39
31
40
There are two versions of the EC2 Instance Metadata Service (IMDS) that are available by default on EC2 instances; IMDSv1 and IMDSv2 which is protected by session authentication
0 commit comments