How to check S3 bucket access logs in Cloudwatch to determine TLS versions?

0

Working on AWS notification about deprecated TLS version used to access S3 bucket, trying to figure out using CloudWatch to filter and search for these specific calls which are using lower TLS versions?

Uday
質問済み 1ヶ月前116ビュー
3回答
0
承認された回答

Consider using Athena instead of CloudWatch to query the S3 access logs and identify the TLS Version. AWS have deprecated TLS 1.0 and TLS 1.1 versions for some time. For Deprecation notice and guide: https://aws.amazon.com/blogs/security/tls-1-2-required-for-aws-endpoints/
For instructions on how to search using Athena: https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-s3-access-logs-to-identify-requests.html

AWS
回答済み 1ヶ月前
profile pictureAWS
エキスパート
レビュー済み 1ヶ月前
profile pictureAWS
エキスパート
レビュー済み 1ヶ月前
0

I am not sure if you have already looked at these two documentation and blog post, which talk about, how to find sources using deprectaed TLS versions:

If you have already gone through these, then I'd suggest you to enable the cloudtrail data events for your s3 bucket and send those events to cloudwatch by following this documentation https://docs.aws.amazon.com/awscloudtrail/latest/userguide/send-cloudtrail-events-to-cloudwatch-logs.html.

Once you'd have cloudtrail logs to cloudwatch, you can use cloudwatch log insight to query the TLS version as discussed in https://aws.amazon.com/blogs/security/tls-1-2-required-for-aws-endpoints/. Other option is athena.

Hope this helps, comment here if you have additional questions.

Happy to help.

Abhishek

profile pictureAWS
エキスパート
回答済み 1ヶ月前
profile pictureAWS
エキスパート
レビュー済み 1ヶ月前
0

Assuming you are referring to S3 Sever Access Logs. Please refer to this documentation on how to search. For TLS version, search for TLSv1.1, TLSv1.2, TLSv1.3, or - if TLS wasn't used.

profile pictureAWS
エキスパート
回答済み 1ヶ月前
profile pictureAWS
エキスパート
レビュー済み 1ヶ月前

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

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

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

関連するコンテンツ