TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

6 pointsby sarathywebover 4 years ago
Hello Everyone,<p>I&#x27;m documenting the common mistakes beginners make when using AWS for the first time.<p>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<p>What&#x27;s yours?

6 comments

Michael_Siebover 4 years ago
We did&#x27;t use all the free credits that are available all over the place. Like this one from Segment <a href="https:&#x2F;&#x2F;segment.com&#x2F;industry&#x2F;startups&#x2F;" rel="nofollow">https:&#x2F;&#x2F;segment.com&#x2F;industry&#x2F;startups&#x2F;</a>
speedgooseover 4 years ago
Not me yet but I have seen it twice, pushing a AWS secret key to a public git repository.
GoldenMonkeyover 4 years ago
You need to use Serverless. This will make everything easier for you. You code the Script to standup the AWS resources.<p>This will avoid manually adding&#x2F;removing resources.<p><a href="https:&#x2F;&#x2F;www.serverless.com" rel="nofollow">https:&#x2F;&#x2F;www.serverless.com</a>
评论 #24435452 未加载
评论 #24428172 未加载
rshnotsecureover 4 years ago
CloudFormation instead of Terraform.
评论 #24417075 未加载
mraza007over 4 years ago
Forgetting to turn off ec2 instances and then I realized when a got a bill I quickly deleted it
zwayhowderover 4 years ago
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.