eleven41 / aws-lambda-encrypt-s3-objects

An AWS Lambda function to encrypt S3 objects using server-side AES256 encryption as they are added to the bucket.
MIT License
18 stars 15 forks source link

Encryption Question with S3 Logging #1

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hello, I have not tried out your script but was curious that if you use this function to encryption logs generated by S3, does the lambda function generate more S3 logs that have to subsequently be encrypted. Basically, does this perpetually generate traffic that has to constantly be encrypted?

Thanks!

mwhouser commented 9 years ago

This scenario has not been tested, but I believe it would create perpetual traffic.

mwhouser commented 9 years ago

However, that that may only be true if you had logging enabled on the logging target bucket itself, which could create it's own perpetual traffic.

If the bucket of logs does not have logging enabled, then it should not generate more traffic.