tezvyn:

Reducing cross-region data transfer costs

Source: interviewintermediate

WHAT IT TESTS: data egress cost awareness. OUTLINE: identify cross-region, cross-AZ, and internet egress; co-locate chatty components; add VPC endpoints, CDN caching, and compression. RED FLAG: assuming all transfer is free or ignoring NAT gateway egress.

WHAT IT TESTS: whether you understand where cloud data transfer charges originate and how architecture reduces them. ANSWER OUTLINE: identify the costly paths, namely cross-region traffic between us-east-1 and us-west-2, cross-AZ chatter, internet egress through NAT gateways, and traffic to services over the public internet; mitigate by co-locating chatty components in one region or AZ, using VPC/Gateway endpoints to keep S3 and DynamoDB traffic off NAT and the internet, fronting outbound content with a CDN, and compressing payloads.

Read the original → interview

Get five bites like this every day.

Tezvyn delivers a daily feed of 60-second tech bites with quizzes to lock in what you learn.

Reducing cross-region data transfer costs · Tezvyn