Skip to content

Instantly share code, notes, and snippets.

@stanislavkozlovski
Created January 17, 2025 14:43
Show Gist options
  • Select an option

  • Save stanislavkozlovski/2a997558e00ce4140f56d2cfeb842e17 to your computer and use it in GitHub Desktop.

Select an option

Save stanislavkozlovski/2a997558e00ce4140f56d2cfeb842e17 to your computer and use it in GitHub Desktop.

I ran about 20+ distinct tests.

Each test involved me:

  1. setting up two EC2 instances
  2. setting up the networking between them (right AZ, right subnet, right VPC, peering the VPCs, right account)
  3. sending 25GB-100GB of data through them (`dd if=/dev/zero bs=1024 count=$[1024*1024 * 25] | nc 18.199.177.171 7000)
  4. waiting for 1-2 days to see it reflect on the bill for that region

Rinse and repeat for each test. Some tests were tested a few times to confirm. There were times e.g where I'd send 25GB and AWS would bill me for just 15GB.

img

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment