Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 2.5 KB

kinesis-streams-encrypted.md

File metadata and controls

27 lines (23 loc) · 2.5 KB

CloudSploit

AWS / Kinesis / Kinesis Streams Encrypted

Quick Info

Plugin Title Kinesis Streams Encrypted
Cloud AWS
Category Kinesis
Description Ensures Kinesis Streams encryption is enabled
More Info Data sent to Kinesis Streams can be encrypted using KMS server-side encryption. Existing streams can be modified to add encryption with minimal overhead.
AWS Link https://docs.aws.amazon.com/streams/latest/dev/server-side-encryption.html
Recommended Action Enable encryption using KMS for all Kinesis Streams.

Detailed Remediation Steps

  1. Log into the AWS Management Console.
  2. Select the "Services" option and search for "Kinesis".
  3. Under the "Amazon Kinesis dashboard" choose "Data Firehose" from the left navigation panel.
  4. Select the "Firehose Delivery System" that needs to be verified and click on the "Name" to access the delivery stream.
  5. Select the "Details" tab and scroll down to "Amazon S3 destination". Check the "Encryption" value and if it's set to "Disabled" then the selected "Firehose Delivery System" data is not encrypted.
  6. Repeat steps number 4 and 5 to verify another "Firehose Delivery System".
  7. To enable the "Encryption" on selected "Firehose Delivery System" click on the "Name" to access the delivery stream. Under the "Details" tab click on the "Edit" button to make the changes in "Amazon S3 destination".
  8. Click on the "Enable" button next to the "S3 encryption" to enable the encryption.
  9. Choose the "KMS master key" from the dropdown list. Choose either the ("Default( aws/s3 )") KMS key or an AWS KMS Customer Master Key (CMK).
  10. Click on the "Save" button to make the necessary changes. On the successful configuration changes, one will get "Successfully updated delivery stream" message.