Reader small image

You're reading from  AWS Certified Database – Specialty (DBS-C01) Certification Guide

Product typeBook
Published inMay 2022
PublisherPackt
ISBN-139781803243108
Edition1st Edition
Right arrow
Author (1)
Kate Gawron
Kate Gawron
author image
Kate Gawron

Kate Gawron is a full-time senior database consultant and part-time future racing driver. She was a competitor in Formula Woman, and she aspires to become a professional Gran Turismo (GT) racing driver. Away from the racetrack, Kate has worked with Oracle databases for 18 years and AWS for five years. She holds four AWS certifications, including the AWS Certified Database – Specialty certification as well as two professional Oracle qualifications. Kate currently works as a senior database architect, where she works with customers to migrate and refactor their databases to work optimally within the AWS cloud.
Read more about Kate Gawron

Right arrow

Maintaining an RDS instance

One of the main benefits of using RDS is that a lot of the normal maintenance tasks a DBA would carry out on-premises are handled for you by RDS. However, there are still some tasks that need to be handled.

Let's look at the most common tasks, starting with how to check database logs.

Checking database logs

It's common for databases to suffer from failures or generate errors that need to be investigated. On-premises, a DBA would look at the database logs stored on the server to start troubleshooting. However, on RDS, since there is no access to the operating system, we need to use a different method to access the logs.

There are three different methods we can use to check the database logs:

  • Use the RDS instance page on the AWS console.
  • Use a SQL query within the RDS instance.
  • Use CloudWatch logs.

CloudWatch is only available if you have enabled it. You can enable CloudWatch log publishing while provisioning the...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
AWS Certified Database – Specialty (DBS-C01) Certification Guide
Published in: May 2022Publisher: PacktISBN-13: 9781803243108

Author (1)

author image
Kate Gawron

Kate Gawron is a full-time senior database consultant and part-time future racing driver. She was a competitor in Formula Woman, and she aspires to become a professional Gran Turismo (GT) racing driver. Away from the racetrack, Kate has worked with Oracle databases for 18 years and AWS for five years. She holds four AWS certifications, including the AWS Certified Database – Specialty certification as well as two professional Oracle qualifications. Kate currently works as a senior database architect, where she works with customers to migrate and refactor their databases to work optimally within the AWS cloud.
Read more about Kate Gawron