visit
Always set up concurrency limits for Lambdas and AWS Config rule to follow this guideline.
Don’t be afraid to contact AWS support in case of weird behavior.
I was working with S3 event notifications to trigger Lambda. But I couldn’t manage to bind Lambda to S3 bucket. Error without any description was happening. Team started to build workaround but I contacted free AWS support and they explained to us undocumented behavior that allowed to solve the problem.
Don’t be afraid to request quota increase even if you can’t measure it.
This issue made working with Step Functions almost impossible and simply requesting higher quotas didn’t resolve the problem.
Use compute savings plans.
Use new generation instances.
As an example Amazon lately released small 3rd gen RA instance for Redshift. And despite the fact that it has twice less CPU and RAM for the same amount of money it still works faster. Also we got elastic storage for Redshift thanks to this move.
Redshift has no way to uniquely identify records. It has no primary or unique keys.
Use S3 Inteligent Tiering.