Encryption of WAF logs and DNS query logs

0

We are unable to get WAF logs, DNS query logs for a high security project and cannot determine if they should be stored in encrypted S3. We are thinking of storing them in encrypted S3 if both the source and the action taken are known. We are also thinking of storing in encrypted S3 when information that identifies individuals is carried. In this case, is it necessary to encrypt the WAF logs and DNS query logs?

已提問 1 年前檢視次數 487 次
1 個回答
0

The need to encrypt logs should be determined by your organization's risk appetite, compliance requirement, and threat model. But S3 does support encryption through AWS KMS (SSE-KMS) where you create a KMS key and then configure the bucket to use SSE-KMS to use your KMS key for the encryption. After you set up the bucket, you can pipe the log from WAF (through Kinesis Firehose or CW Log) to this bucket for storage. Only user with access to your KMS key will be then able to decrypt and access the log in your S3 bucket.

I recommend you also enable S3 Bucket Key to reduce your KMS cost as well.

AWS
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南