Monitoring Redshift and Amazon DocumentDB cluster status
In this section, we will merge two services: Redshift, an AWS warehousing solution, and Amazon DocumentDB, a service for document databases that are also NoSQL databases. Redshift is mostly used for running big data and report workloads. Because of the huge amount of data it works with, it requires a unique type of technology, even though it comes from the relational SQL technology and has had some tweaks made to it to make it more efficient for querying terabytes to petabytes of data.
The ability to understand the performance of your Redshift cluster is as important as using the cluster to run those massive queries. If the queries are taking too long to respond, it is good to identify that in time and fix it accordingly. It is quite important to note this so that these issues can be spotted and resolved accordingly.
Amazon DocumentDB is like an RDS database in terms of setup and configuration. The Amazon DocumentDB service...