The AWS Free Tier
Understanding the AWS Free Tier
For those aspiring to start learning and building on Amazon Web Services (AWS), setting up an AWS account is your first step. You'll need to provide credit card details, but don't worry, the AWS Free Tier is generous. It ensures that you don't incur any credit card charges throughout your learning journey. Here's what you need to know!
What is the AWS Free Tier?
The AWS Free Tier offers certain AWS services for free each month, typically for the first 12 months. Note that these offerings are service-specific. That means more than half of over 200 services by AWS have a Free Tier offering, each determining their respective limits.
Here are some of the core AWS services and their free tier allowances:
-
Amazon S3: This storage service provides you with 5 gigabytes of storage each month for free, but only for the first year.
-
AWS Lambda: AWS Lambda charges you based on the time your code takes to run, providing you the first million requests each month for free, indefinitely.
-
AWS RDS: RDS offers 750 hours per month of database server usage for free in the first year, that's roughly equivalent to one always-on database server.
While having a free tier for the services are beneficial, they do have limitations to be aware of, especially when handling complex projects.
However, the AWS free tier is more than sufficient when getting familiar with the development process and certainly as you go through this free tutorial.