Introducing: the AWS Free Tier Stack
I love working with AWS. However, many people that take the dive into the box of Lego that is AWS, have a bad first experience; an unexpected bill that's (much) higher than you expected is a good reason to stop the adventure prematurely.
One issue is that the AWS Free Tier is often misunderstood and that big mistakes regarding security are easily made. For example you'll see topics on online platforms that are something like "I have the free AWS account, but now I have a $5000 bill, how can this be?"
Obviously there is no such thing as a free AWS account, and the free tier only covers so much for most services. Also, many well meant tutorials, blogs and examples use bad practices; use of root user IAM access keys is a very bad idea, and when exposed, can compromise an AWS account in seconds.
How to help, a bit
I think we can help new users a bit with their first experience by giving them tools to be warned a bit earlier that something is wrong, and helping them by pointing them to the right documentation. For this purpose, I've build the AWS Free Tier Stack.
The FTS, a simple CloudFormation stack, helps new users by doing the following:
Configure a method to send them emails (SNS)
Configure a daily budget amount
Configure CloudTrail
Run a daily check for proper configuration of:
Root user MFA
Root user access keys
Send an alert when the root user is used to log in
Here are some examples of the alerts that are sent by the stack:
Installing the stack
To install the stack, view the instructions on the Github repository or just click here to launch the CloudFormation stack.
Assuming you were already logged in to the AWS console, you'll see the Quick create stack wizard:
Now, update the parameters to your liking, making sure to enter a valid email address:
Then accept the capabilities and press Create stack:
Note: if we're talking about good practice: don't take my word for it if I tell you to do this. Please review the stack contents. Especially "IAM resources" should be thoroughly reviewed before being applied.
Once the stack is created, you will receive an email from AWS. Press Confirm subscription
And that's all! If any of the currently supported misconfigurations are spotted or your daily budget is exceeded, you will get an alert in your email.
I think this is very useful for people starting off on AWS. If you're missing a feature, found a bug or have any questions, feel free to open an issue on Github.
Subscribe to my newsletter
Read articles from YannickVR directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by
YannickVR
YannickVR
Hi! I'm Yannick. I am a freelance AWS Engineer and AWS Community Builder.