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回答
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン