I'm investigating cloud computing solutions, and I'm not 100% sure about ingress vs. egress.
I understand that ingress is data that comes IN to your instance (for example if a user sends a request to your site or uploads a file to your instance), and that egress is data that LEAVES your instance (e.g. if you return a file in response to a user request).
But let's say I have a script running on my instance that downloads a 1gb file. Logic tells me that's a small egress (to request the file), then a large ingress (the file itself), but I'm also wondering if that might somehow be counted as egress due to it being the response to an egress.
Which would be correct?