Cheat sheet
The cheat sheet summarizes the main key points from this chapter:
- CloudWatch is the central monitoring tool for all AWS services.
- RDS, EC2, and other AWS databases all natively send metrics to CloudWatch, and they can also be configured to send their log files to CloudWatch.
- CloudWatch offers Enhanced Monitoring, which lets you accurately monitor the virtual machine the RDS database is running on.
- You can use Performance Insights to get a visual representation of the real-time workload running on your database and its performance to help diagnose performance issues and to find queries that could be tuned.
- CloudWatch allows the creation of dashboards to let you monitor all of your services and key metrics in one place, reducing the need for application teams to have access to the RDS console, which can help improve your database security.
- You can create custom alarms within CloudWatch that can be configured to send emails or text messages if there...