Elasticsearch domain connections should be encrypted using a secure TLS version

이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우 언제든지 연락주시기 바랍니다.

Description

This control verifies whether an Elasticsearch domain endpoint uses the most recent TLS security policy. It will fail if HTTPS isn’t enabled or if the endpoint isn’t configured with the latest supported policy. The current supported TLS security policy is Policy-Min-TLS-1-2-PFS-2023-10.

Using HTTPS (TLS) can help thwart attackers from conducting person-in-the-middle or similar attacks aimed at intercepting or altering network traffic. It’s essential to permit only encrypted connections over HTTPS (TLS). Be aware that encrypting data during transmission can impact performance, so you should test your application with this feature enabled to understand the performance implications. TLS 1.2 offers significant security improvements over earlier versions of TLS.

Remediation

To enable TLS encryption, use the UpdateDomainConfig API operation to configure the DomainEndpointOptions object. This action sets the TLSSecurityPolicy.

PREVIEWING: aliciascott/DOCS-9725-Cloudcraft