This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 95687be8df1 [doc](iam role) Add FAQ for solving iam role problem
(#2877)
95687be8df1 is described below
commit 95687be8df1558b2792367f1cacd1e345aaedbe4
Author: Lei Zhang <[email protected]>
AuthorDate: Mon Sep 22 11:29:10 2025 +0800
[doc](iam role) Add FAQ for solving iam role problem (#2877)
## Versions
- [x] dev
- [x] 3.0
- [ ] 2.1
- [ ] 2.0
## Languages
- [ ] Chinese
- [ ] English
## Docs Checklist
- [ ] Checked by AI
- [ ] Test Cases Built
---
.../aws-authentication-and-authorization.md | 21 +++++++++++++++++++++
.../aws-authentication-and-authorization.md | 22 ++++++++++++++++++++++
.../aws-authentication-and-authorization.md | 22 ++++++++++++++++++++++
.../aws-authentication-and-authorization.md | 21 +++++++++++++++++++++
4 files changed, 86 insertions(+)
diff --git
a/docs/admin-manual/auth/integrations/aws-authentication-and-authorization.md
b/docs/admin-manual/auth/integrations/aws-authentication-and-authorization.md
index b237d9609ea..d4537147352 100644
---
a/docs/admin-manual/auth/integrations/aws-authentication-and-authorization.md
+++
b/docs/admin-manual/auth/integrations/aws-authentication-and-authorization.md
@@ -489,4 +489,25 @@ PROPERTIES
);
```
+### FAQ
+
+#### 1. How to set AWS SDK DEBUG level logs for BE and Recycler?
+Configure aws_log_level=5 in be.conf and doris_cloud.conf, then restart the
processes to apply the changes.
+* Type: int32
+* Description: Log level for AWS SDK
+ ```
+ Off = 0,
+ Fatal = 1,
+ Error = 2,
+ Warn = 3,
+ Info = 4,
+ Debug = 5,
+ Trace = 6
+ ```
+* Default value: 2
+
+#### 2.After setting AWS SDK DEBUG level logs, the following error appears in
be.log/recycler.log:
+`OpenSSL SSL_connect: Connection reset by peer in connection to
sts.me-south-1.amazonaws.com:443 `
+
+Check whether the AWS VPC network configuration or firewall port settings have
issues preventing access to the STS service in the corresponding AWS region
(verify connectivity via telnet host:port).
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/auth/integrations/aws-authentication-and-authorization.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/auth/integrations/aws-authentication-and-authorization.md
index f1f15308b5b..b5781b88632 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/auth/integrations/aws-authentication-and-authorization.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/auth/integrations/aws-authentication-and-authorization.md
@@ -507,3 +507,25 @@ PROPERTIES
"s3.external_id" = "<your-external-id>"
);
```
+
+### FAQ
+
+#### 1. 如何设置`BE`和`Recycler`的Aws Sdk DEBUG级别日志?
+be.conf和doris_cloud.conf配置aws_log_level=5,并重启进程生效
+* 类型:int32
+* 描述:AWS SDK 的日志级别
+ ```
+ Off = 0,
+ Fatal = 1,
+ Error = 2,
+ Warn = 3,
+ Info = 4,
+ Debug = 5,
+ Trace = 6
+ ```
+* 默认值:2
+
+#### 2.设置Aws Sdk DEBUG级别日志后,be.log/recycler.log报如下错误:
+`OpenSSL SSL_connect: Connection reset by peer in connection to
sts.me-south-1.amazonaws.com:443 `
+
+请检查aws vpc网络配置或者防火墙端口配置是否存在问题,导致无法访问aws对应region的sts服务(可通过telnet host:port确认)
\ No newline at end of file
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/auth/integrations/aws-authentication-and-authorization.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/auth/integrations/aws-authentication-and-authorization.md
index f1f15308b5b..b5781b88632 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/auth/integrations/aws-authentication-and-authorization.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/auth/integrations/aws-authentication-and-authorization.md
@@ -507,3 +507,25 @@ PROPERTIES
"s3.external_id" = "<your-external-id>"
);
```
+
+### FAQ
+
+#### 1. 如何设置`BE`和`Recycler`的Aws Sdk DEBUG级别日志?
+be.conf和doris_cloud.conf配置aws_log_level=5,并重启进程生效
+* 类型:int32
+* 描述:AWS SDK 的日志级别
+ ```
+ Off = 0,
+ Fatal = 1,
+ Error = 2,
+ Warn = 3,
+ Info = 4,
+ Debug = 5,
+ Trace = 6
+ ```
+* 默认值:2
+
+#### 2.设置Aws Sdk DEBUG级别日志后,be.log/recycler.log报如下错误:
+`OpenSSL SSL_connect: Connection reset by peer in connection to
sts.me-south-1.amazonaws.com:443 `
+
+请检查aws vpc网络配置或者防火墙端口配置是否存在问题,导致无法访问aws对应region的sts服务(可通过telnet host:port确认)
\ No newline at end of file
diff --git
a/versioned_docs/version-3.0/admin-manual/auth/integrations/aws-authentication-and-authorization.md
b/versioned_docs/version-3.0/admin-manual/auth/integrations/aws-authentication-and-authorization.md
index fd7de43b0b5..e567469a143 100644
---
a/versioned_docs/version-3.0/admin-manual/auth/integrations/aws-authentication-and-authorization.md
+++
b/versioned_docs/version-3.0/admin-manual/auth/integrations/aws-authentication-and-authorization.md
@@ -489,3 +489,24 @@ PROPERTIES
);
```
+### FAQ
+
+#### 1. How to set AWS SDK DEBUG level logs for BE and Recycler?
+Configure aws_log_level=5 in be.conf and doris_cloud.conf, then restart the
processes to apply the changes.
+* Type: int32
+* Description: Log level for AWS SDK
+ ```
+ Off = 0,
+ Fatal = 1,
+ Error = 2,
+ Warn = 3,
+ Info = 4,
+ Debug = 5,
+ Trace = 6
+ ```
+* Default value: 2
+
+#### 2.After setting AWS SDK DEBUG level logs, the following error appears in
be.log/recycler.log:
+`OpenSSL SSL_connect: Connection reset by peer in connection to
sts.me-south-1.amazonaws.com:443 `
+
+Check whether the AWS VPC network configuration or firewall port settings have
issues preventing access to the STS service in the corresponding AWS region
(verify connectivity via telnet host:port).
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]