Ensures that connections to OpenSearch domains use the latest TLS security policy, providing strong encryption for data in transit.
Rule | Connections to OpenSearch domains should be encrypted using the latest TLS security policy |
Framework | AWS Foundational Security Best Practices |
Severity | ✔ Medium |
Rule Description:
To ensure secure connections to OpenSearch domains, it is important to encrypt the connections using the latest TLS security policy as recommended by AWS Foundational Security Best Practices. This helps in protecting sensitive data and preventing unauthorized access.
Troubleshooting Steps:
If you encounter issues with establishing encrypted connections to OpenSearch domains, consider the following troubleshooting steps:
Necessary Codes:
If required, you can use the following snippets to enforce the latest TLS security policy for OpenSearch domains:
"TLSSecurityPolicy": "Policy-Min-TLS-1-2-2021-07"
Step-by-Step Guide for Remediation:
To enforce the latest TLS security policy for OpenSearch domains, follow these steps:
By following these steps, you can ensure that connections to your OpenSearch domains are encrypted using the latest TLS security policy recommended by AWS Foundational Security Best Practices.