HACKER Q&A
📣 sarathyweb

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


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?


  👤 Michael_Sieb Accepted Answer ✓
We did't use all the free credits that are available all over the place. Like this one from Segment https://segment.com/industry/startups/

👤 speedgoose
Not me yet but I have seen it twice, pushing a AWS secret key to a public git repository.

👤 GoldenMonkey
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


👤 rshnotsecure
CloudFormation instead of Terraform.

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

👤 zwayhowder
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.