0

Lets say I have 10 lines of data with 1000 byte in each line.

What is the difference in cost incurred if I log in the following pattern.

  1. All 10 lines is logged in single entity in cloudwatch logs. i.e. only 1 entry is created in it
  2. Each of 10 line is logged in single entity in cloudwatch logs. i.e. 10 entry is created in it.

0 Answers0