Following the best practices for the AWS infrastructure
In this section, we’ll learn about the best practices that should be followed while working with AWS services. AWS has a good architecture framework that AWS recommends organizations follow. For more details, check out https://aws.amazon.com/architecture/well-architected/.
The AWS Well-Architected Framework is extensive and might need additional effort to reach the state of. We won’t dive too deep into the AWS Well-Architected Framework, instead just listing the best practices that can help developers configure their AWS services better and make sure there are no loopholes in the system. We’ll start by looking into the best practices for RDS.
Best practices for RDS
In this section, we’ll discuss all the best practices for RDS that we should follow to run RDS in production:
- Enable Cluster Delete protection: Enabling this flag in production is a must so that we do not accidentally delete...