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.

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

3 pointsby sarathywebover 4 years ago

1 comment

jfengelover 4 years ago
I just started AWS, and find its security absolutely bewildering. It&#x27;s good that things are locked down by default, and that the security is fine grained, but I was completely unable to locate a best practice for &quot;I&#x27;m just writing a basic CRUD app and need the pieces to talk to each other&quot;.<p>Everything I touched was a mass of opaque identifiers -- roles and VPNs and security groups and I can&#x27;t remember what else. I have no idea what I opened up in order to get anything to work, and I&#x27;ve almost certainly committed massive security violations. (Several entries in that list warn against 0.0.0.0&#x2F;0, which was advised to do on multiple sites as the right way to open stuff up -- and I don&#x27;t know what else I&#x27;m supposed to do.)<p>Oh, and it takes a while for changes to propagate, but I don&#x27;t know how long. Eventually I discovered that something I did actually worked -- but I don&#x27;t really know what.<p>So I don&#x27;t really know what mistakes I made, except to be certain that there are many of them, and that they&#x27;re going to be very dangerous.