Monday, March 13, 2017

Amazon ec2 Data transfer out

I recently reserved a ec2 instance for 36months, i plan on moving my web app over to it very soon but i started doing some research, amazon charges for data transfer out. Basically the entire reason i'm making the move to ec2 is because my web app is growing in size, but the problem is my web app gets ddos attacks from time to time, what's to stop me from getting a $10k bill because of a ddos attack?
(or is that data transfer in?)



So what i'm asking is what uses data transfer out and what uses data transfer in?
The web app consists of a few js and css files as well as like 50 images tops, every other image is hosted on imgur.




Thanks in Advanced

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...