How do I address TLS timeout errors during Agentless Vulnerability & Threat Detection Terraform deployment in Alibaba Cloud?
When deploying Agentless Vulnerability & Threat Detection, you may receive the following error related to the TLS handshake:
[ERROR] terraform-provider-alicloud/alicloud/service_alicloud_log.go:745: Resource v1-common-euwest1-d59da7fb6d-cn-shenzhen-log-project GetProjectPolicy Failed!!![SDK aliyun-log-go-sdk ERROR]: Get "https://v1-common-euwest1-d59da7fb6f-cn-shenzhen-log-project.cn-shenzhen.log.aliyuncs.com/policy": net/http: TLS handshake timeout
The TLS handshake error is caused by an intermittent network issue between Terraform
and the Alibaba Cloud Log Service API endpoint. To fix the error, rerun terraform apply to deploy the Terraform template.
How do I address an "EventBridge service-linked role missing" error during Agentless Vulnerability & Threat Detection Terraform deployment for Alibaba Cloud?
When deploying Agentless Vulnerability & Threat Detection using the Terraform template, you may receive the following error related to missing
service-linked roles:
Terraform deployment failed because the following required service-linked │ roles are missing: AliyunServiceRoleForEventBridgeSendToFC, │ AliyunServiceRoleForEventBridgeSendToMNS. │ Refer to the Trend Vision One online help to review the deployment │ requirements and try again.
Agentless Vulnerability & Threat Detection Terraform deployment normally creates the required service-linked roles automatically.
However, if the role creation fails, the deployment fails with the above error. To
resolve the issue, you must manually create the following service-linked roles using
the Alibaba Cloud OpenAPI:
-
AliyunServiceRoleForEventBridgeSendToFC
-
AliyunServiceRoleForEventBridgeSendToMNS
For more information, see the Agentless Vulnerability & Threat Detection pre-deployment steps for Alibaba Cloud.
How do I address a Table Store table creation failure during Agentless Vulnerability & Threat Detection Terraform deployment for Alibaba Cloud?
When deploying Agentless Vulnerability & Threat Detection using the Terraform template, you may receive the following error related to table
creation:
Error: [ERROR] Resource alicloud_ots_table CreateTable Failed!!! [SDK aliyun-tablestore-go-sdk ERROR]: │ Post "https://v1-avtd-72d1b9.cn-shanghai.ots.aliyuncs.com/CreateTable": dial tcp: lookup v1-avtd-72d1b9.cn-shanghai.ots.aliyuncs.com: no such host
The table creation error occurs when Terraform attempts to connect to the Table Store
but fails to resolve the host name. To resolve the error, rerun terraform apply to deploy the Terraform template.
