soyflourbread / aws-bandwidth

When you want to give money to Jeff Bezos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws-bandwidth

A terraform script that spawns 100 EC2 instances to test AWS's bandwidth pricing.

Warning! This script consumes ~1TB bandwidth! That is like 100 USD according to AWS. Don't use this script for fun!

Alternatively, change the total number of instances in main.tf.

To initiate, execute

terraform init

Then, add your SSH public key to ssh_key.pub, and your AWS API credentials to secret.tfvars.

To start testing, execute

terraform apply --var-file secret.tfvars

To destroy created instances, execute

terraform destroy --var-file secret.tfvars

About

When you want to give money to Jeff Bezos


Languages

Language:HCL 94.8%Language:Shell 5.2%