Using Console
Using CLI
YOUR_STREAM_NAME
with the actual name of your Kinesis Data Stream. This command will enable Server-Side Encryption for the specified Kinesis Data Stream.
describe-table
command again:
SSEDescription
section in the output confirms that Server-Side Encryption is enabled for the Kinesis Data Stream.
Using Python
start_stream_encryption
method:'YOUR_STREAM_NAME'
with the actual name of your Kinesis Data Stream.