Earlier quoted context omitted.
this can be explained that this may be not egress out of AWS, but egress out of S3 system itself. S3 is a block storage, so retrieving an object for such a high availability and high perf service means it tries to pull some X block of data and cache it before sending through the socket. That X block of data is out of internal S3 storage, just not sent through the bigger Internet egress subsystem. So technically aws m…
Then subsequent requests that hit the cache shouldn’t be charged by that logic.
if you think egress is expensive, well storing data in RAM for cache purposes is 1000000x more expensive
a lot of stuff could be happening. Main problem is AWS (i think) is charging for egress out of S3 system, but customers are looking at their ingress at client side and there is mismatch