EC2 and S3: the two services worth learning first
Almost every AWS project touches EC2 for compute and S3 for storage in some form, which makes them the natural starting point. Once those two make sense, most of AWS’s other services turn out to be variations on the same core ideas — rented compute and rented storage — built for more specific use cases.
Avoiding surprise charges on the Free Tier
The Free Tier typically covers a fixed amount of usage per month for a limited time after account creation, not unlimited free access forever. Setting up a billing alert early on is a simple way to catch unexpected usage before it turns into a large bill.
Frequently Asked Questions
Is AWS free to use forever?
No — the Free Tier only covers a limited amount of usage, generally for the first 12 months after signing up, and some services are free only up to a small ongoing monthly limit. Charges apply once you go over those limits.
What happens if I forget to shut down a resource I’m not using?
It keeps running and accumulating usage, which can result in charges once it exceeds the Free Tier allowance. Regularly checking your resource list and billing dashboard is the best way to avoid an unpleasant surprise.