π Compliance Engineπ CloudAwareπ AWSπ Kinesisπ‘οΈ Stream is not encrypted at restπ’RemediationOn this pageRemediation Enable Server-Side Encryptionβ From AWS CLIβ To enable server-side encryption using the AWS CLI, run the start-stream-encryption command: aws kinesis start-stream-encryption \ --stream-name {{stream-name}} \ --encryption-type KMS \ --key-id {{kms-key-id}}