Elasticsearch domain connections should be encrypted using a secure TLS version

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

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.