如何在单个Amazon CloudFront分发中统计多个访问系统产生的流量?

0

【以下的问题经过翻译处理】 一位客户希望获得一份关于他们的内容从单个Amazon CloudFront分发传送过程中使用情况(数据传输)的报告。他们拥有被多个机构使用的生产系统,需要获得每个机构从Amazon CloudFront分发传输数据的报告。

profile picture
EXPERT
asked 6 months ago15 views
1 Answer
0

【以下的回答经过翻译处理】 如果不能在CloudFront上为每个用户提供自己的分发,那么可以选择分析[CloudFront访问日志]https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/AccessLogs.html#LogFileFormat来计算向每个用户传输的数据。您需要过滤用户的东西 - 可以是特定的URI部分,但最有可能是识别cookie。日志字段sc-bytes提供了从CloudFront传输到用户的数据量,该数据量不包括所有传输的数据(例如,它不包括TLS协商数据),但会非常接近。

profile picture
EXPERT
answered 6 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions