0
votes

I have an Amazon AWS account, with a few EC2 running instances (3) in different locations. I subscribed the 12 month trial. Suddenly, my billing dashboard started to stack up costs, updating every day.

The instances are virtual machines with windows server 2012, all configured under the free tier settings. I use them mainly form testing, with few downloads/uploads and streaming.

They Are charging for a few bucks for data transfer,and also a reasonable amount described as EC2.

I've read somewhere that one could create more than one EC2, and for what i supposed, the 750 hours limit is for each instance, But this probably is Wrong.

So, what can one do and not do, under the free Absolutely free tier limit ?

1
You get 750 hours a month of t2.micro instances in the free tier. If your total usage of your 3 instances is adding up to more than 750 hours a month, then you are going to be charged for the extra hours of usage. You should really take the time to read the documentation instead of just assuming what you heard from somebody meant that you could run unlimited free servers for a year.Mark B
Well, each time we are configuring a server, it says free tier eligible. That's what i really hoped to be the case. ThanksMrT
Yes they are each eligible. But your entire combined usage of all those servers has exceeded the free tier restrictions. You could run all three as long as you only ran each one 8 hours a day.Mark B
what about Traffic in/out ? are there any restrictions ?MrT

1 Answers

2
votes

Based on the documentation you can run 750 hours of a Linux t2.micro or t1.micro instance plus 750 hours of a Windows t2.micro or t1.micro instance each month for the first 12 months under the free tier. So in your case you have exceeded the free tier limitations, by starting 3 Windows Server 2012 instances and keep them running more than 2/3 of the month.

Since AWS Free Tier involves 750hrs of Free Time per month, you could ideally start 750 EC2 instances, 1 hour/per month.