Hello Everyone,<p>I'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's yours?
We did't use all the free credits that are available all over the place. Like this one from Segment <a href="https://segment.com/industry/startups/" rel="nofollow">https://segment.com/industry/startups/</a>
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/removing resources.<p><a href="https://www.serverless.com" rel="nofollow">https://www.serverless.com</a>