
Infrastructure Monitoring with Amazon CloudWatch
By :

AWS is an ecosystem of different cloud services for different purposes. The focus of this chapter is on the database services provided by AWS. The AWS database suite has a wide array of options for different database technologies, all of which were mentioned in the previous chapter. These database services cover both RBMS and NoSQL databases. The AWS services that we will discuss in this chapter are relational database services (RDSes), DynamoDB, ElastiCache, and Amazon DocumentDB.
The RDS service is an umbrella service for all popular relational database services. AWS used this code name to group different relational database technologies.
The service makes it easy to set up, secure, scale, back up, and monitor relational databases. This would have been much more difficult if a user were to set up, secure, scale, back up, and monitor on their own. AWS abstracts all the operational complexities involved with...