| name | cis-aws-database-11.4 |
| description | Ensure Data in Transit is Encrypted |
| category | cis-database |
| version | 2.0.0 |
| author | cyberstrike-official |
| tags | ["cis","aws","database","qldb","ledger","encryption","tls","https"] |
| cis_id | 11.4 |
| cis_benchmark | CIS AWS Database Services Benchmark v2.0.0 |
| tech_stack | ["aws"] |
| cwe_ids | [] |
| chains_with | ["cis-aws-database-11.2","cis-aws-database-11.3","cis-aws-database-11.5"] |
| prerequisites | [] |
| severity_boost | {} |
11.4 Ensure Data in Transit is Encrypted (Manual)
Description
Use Transport Layer Security (TLS) to encrypt communications between clients and your QLDB instance. QLDB provides TLS support by default, allowing secure communication over the network. Configure your client applications to use TLS when connecting to QLDB.
Rationale
Amazon Quantum Ledger Database (QLDB), uses TLS to encrypt data during transit. To secure your data in transit the individual should identify their client application and what is supported by TLS in order to configure it correctly.
Impact
If the user does not have the code configured correctly it would not be able to connect to the server.
Audit Procedure
Using AWS Console
- Understand TLS Encryption for QLDB:
- Learn about Transport Layer Security (TLS) and its role in securing data during transit.
- Understand how TLS works to establish secure communication channels between clients and QLDB.
- Configure Clients for TLS Encryption:
- Ensure that your client applications support TLS encryption for communication with QLDB.
- Use the appropriate AWS SDK or QLDB driver that provides TLS encryption support.
- Update your application code or configurations to enable TLS encryption.
- Obtain the QLDB Endpoint:
- Sign in to the AWS Management Console at https://console.aws.amazon.com/ with your AWS account credentials.
- Open the Amazon QLDB console.
- Locate the QLDB ledger for which you want to enable encryption in transit.
- Note down the QLDB endpoint for your ledger.
- Establish TLS Connection:
- Use the QLDB endpoint obtained earlier to establish a TLS connection between your client application and QLDB.
- Configure your client application to connect to QLDB using the secure HTTPS protocol.
- Provide the necessary authentication credentials or tokens required to establish the connection.
- Verify TLS Encryption:
- Once the TLS connection is established, verify that the connection is secured using TLS by checking for a valid TLS certificate.
- Ensure that your client application can communicate securely with QLDB without any errors or warnings related to encryption.
- Regularly Update Client Applications:
- Stay updated with the latest versions of the AWS SDKs or QLDB drivers used by your client applications.
- Regularly update your client applications to leverage the latest TLS encryption features and security enhancements.
- Monitor and Review TLS Connections: