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
{{ message }}
This repository was archived by the owner on Jan 19, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: docs/src/main/asciidoc/spring-cloud-aws.adoc
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,18 @@ use of the modules. A typical XML configuration to use Spring Cloud AWS is outli
108
108
</beans>
109
109
----
110
110
111
+
[TIP]
112
+
====
113
+
On application startup, for its internal purposes Spring Cloud AWS performs a check if application runs in AWS cloud environment
114
+
by using `EC2MetadataUtils` class provided by AWS SDK. Starting from version 1.11.678, AWS SDK logs a warning message with exception when this check is made outside of AWS environment.
115
+
This warning message can be hidden by setting `ERROR` logging level on `com.amazonaws.util.EC2MetadataUtils` class.
0 commit comments