awslabs / aws-fluent-plugin-kinesis

Amazon Kinesis output plugin for Fluentd
Apache License 2.0
293 stars 96 forks source link

Encryption in transit #218

Closed ofekhub88 closed 2 years ago

ofekhub88 commented 2 years ago

With this plugin . IS the data encrypted between on premise aggregator and AWS kinesis ?

simukappu commented 2 years ago

Yes, it is encrypted in transit. All Amazon Kinesis API including PutRecords are provided as HTTPS. This fluentd plugin is using AWS SDK for Ruby and AWS SDK internally calls Amazon Kinesis API.