Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anyone else experience really high data out costs using AWS? #204

Open
usurpertothethread opened this issue May 31, 2021 · 1 comment
Open
Labels

Comments

@usurpertothethread
Copy link

Hello,

I noticed high data out costs using the t2.nano ami. I made sure that everything was in the same availability group, switched the code to use private IPs and still seeing really high data out costs. Before I dug into another solution (this one seems to work really great for what I am doing), I wanted to see if anyone else has experienced the same thing and if they had a solution,.

To give more info - I am building a webscraper. On average I am processing about 30 requests a minute. I understand the reason for the amount of data, but from my understanding you should only be getting charged for data-out. And the bulk of that data-out is from the proxy back to the main ec2 (which is being transmitted via private IP in the same availability zone).

Any insight or experience with this would be appreciated.

@fabienvauchelles
Copy link
Owner

An idea could be to use Spot Instances

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants