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.
- All 10 lines is logged in single entity in cloudwatch logs. i.e. only 1 entry is created in it
- Each of 10 line is logged in single entity in cloudwatch logs. i.e. 10 entry is created in it.