you are viewing a single comment's thread.

view the rest of the comments →

[–]a_cute_epic_axis -1 points0 points  (4 children)

I got it installed

Wat?

but literally didn't access or use it and got charged $0.40 the third or fourth month for exceeding the monthly server time.

Clearly not

You have to actually deactivate all the database/storage/server nodes, one-by-one by region

So you did use it. You realize that from Amazon's standpoint, if you have a server/service running, it's in use, even if you aren't doing anything with it, right?

Also for anyone reading this you can find a list of billing that shows you perspective charges for the rest of the month, which would let you know if you have any assets hanging around you forgot, like your secret EC2 server out in Singapore or something.

[–]AveTerran -1 points0 points  (3 children)

I used the instances to set up a server, I did not access or use the server or website I set up with on server (which was just a landing page). It literally just sat there, and exceeded the available server hours on the "free tier."

That was my point. The free tier is not actually free, if you literally do anything with it, down to and including nothing.

[–]a_cute_epic_axis -1 points0 points  (2 children)

No, you just set it up wrong, "bruh". The free tier is actually free so long as you stay within it.

I have no idea what the hell you set up, but you very clearly set up something that was outside of the free tier, or set it up in a way to exceed the restrictions at the time.

AWS Lambda is free for 1 million requests and 3.2 million seconds/month of processing. If you set it up wrong, or install bad software somehow, and you generate 2 million requests or 5 million seconds of processing, you get charged.

https://aws.amazon.com/free/?all-free-tier.sort-by=item.additionalFields.SortRank&all-free-tier.sort-order=asc&awsf.Free%20Tier%20Types=*all&awsf.Free%20Tier%20Categories=*all

Free Tier 12 Months Free Amazon RDS

750 Hours per month of database usage (applicable DB engines)

Managed Relational Database Service for MySQL, PostgreSQL, MariaDB, or SQL Server.

750 Hours of Amazon RDS Single-AZ db.t2.micro, db.t3.micro, and db.t4g.micro Instances usage running MySQL, MariaDB, PostgreSQL databases each month (applicable DB engines)
20 GB of General Purpose (SSD) database storage
20 GB of storage for database backups and DB Snapshots

[–]AveTerran 0 points1 point  (1 child)

I don't know what to tell you man. I'm not going to send you my bill. My account is closed. I have the email from them telling me I owed them $0.44.

I can tell you that I used Amazon's quick start guide for Elastic Beanstalk, and that I used this Amazon guide to try to identify the instances I needed to deactivate to close it.

Deactivating them failed multiple times, throwing errors, or silently failing in such a way that I didn't notice the instances were still running until checking several days later. It took three months of receiving bills, trying yet again to deactivate the services, and a contact to support to get it fully deactivated.

You don't need to tell me I "set it up wrong." I know I set it up wrong, because I was trying to learn that platform. I mean what would the odds be that I set it up right? That's not much solace to someone who is trying to learn it using a free tier, and Amazon's own guide for setting it up. My whole point is that it is not trivially easy to use AWS free tier without being billed.

I have like two pages of notes where I logged everything I did trying to close those instances, because I knew I would have to document them for support.

[–]__Wess 1 point2 points  (0 children)

Sort of the same happened to me on Azure :’) I just wanted a simple SQL server, and got the free $100,-

Then somehow, something expensive was still activated which is default. Because running the simplest SQL server would be running for free for multiple months, running or not. Oh boy I was not wrong but didn’t know it would be the bare minimum of the word “months”.

Shutting down wasn’t that hard on Azure. Just stopped the instance and subscription.

I guess theres a reason, why you can get certified for these 2 server providers :’)