Ensures that connections to Elasticsearch domains use the latest TLS security policy, providing strong encryption for data in transit.
Rule | Connections to Elasticsearch domains should be encrypted using the latest TLS security policy |
Framework | AWS Foundational Security Best Practices |
Severity | ✔ Medium |
Rule Description:
Connections to Elasticsearch domains should be encrypted using the latest TLS security policy as part of the AWS Foundational Security Best Practices. This ensures that data transferred between clients and Elasticsearch domains is secured with the latest encryption standards.
Troubleshooting Steps:
If you encounter issues with establishing encrypted connections to Elasticsearch domains, follow these troubleshooting steps:
Necessary Codes:
If you need to update the TLS security policy for an Elasticsearch domain, you can use the AWS CLI with the following command:
aws es update-elasticsearch-domain-config --domain-name your-domain-name --advanced-security-options OptionName=TLSSecurityPolicy,OptionState=ENABLED
Remediation Steps:
To ensure that connections to Elasticsearch domains are encrypted using the latest TLS security policy, follow these steps:
By following these steps, you can ensure that connections to Elasticsearch domains are encrypted using the latest TLS security policy, adhering to the AWS Foundational Security Best Practices.