Ask HN: What mistakes did you make when using AWS for the first time?

6 points by sarathyweb ↗ HN
Hello Everyone,

I'm documenting the common mistakes beginners make when using AWS for the first time.

Here are some of the most common mistake I have noticed so far:- - Forgetting to delete resources that are no longer needed - Accidentally deleting wrong resources - Misconfiguring S3 buckets - Enabling public access to RDS

What's yours?

9 comments

[ 4.3 ms ] story [ 32.9 ms ] thread
Not treating resources as cattle. I ended up having to maintain a fragile pet for too long that cost me much more than replacing it would have.
Not me yet but I have seen it twice, pushing a AWS secret key to a public git repository.
You need to use Serverless. This will make everything easier for you. You code the Script to standup the AWS resources.

This will avoid manually adding/removing resources.

https://www.serverless.com

Forgetting to turn off ec2 instances and then I realized when a got a bill I quickly deleted it