Can any please help to understand data transfer charges ? by which metric and service i can check, how much data is transferred.?

0

We are getting charged in Bandwidth row of Cloud front billing. In the month of April only 1 line item for data transfer , but from may 1st , there is multiple slabs for charges?

asked a year ago244 views
1 Answer
1

In CloudFront's CloudWatch metrics, "BytesDownloaded" and "BytesUploaded" are metrics related to data transfer.
https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/programming-cloudwatch-metrics.html

I thought it would be possible to check the "sc-bytes" by enabling the CloudFront access log.
https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/AccessLogs.html#LogFileFormat

The total number of bytes that the server sent to the viewer in response to the request, including headers. For WebSocket connections, this is the total number of bytes sent from the server to the client through the connection.

profile picture
EXPERT
answered a year 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