Shrestha Rajat

Search

Search IconIcon to open search

Last updated Jul 9, 2023 Edit Source

# RDS

#aws #cloud #sql #databases #rdbms

A fully managed Relational Database Service by AWS. RDS runs on an EC2 instance. A managed relational Database service which supports many RDMS engine which are easy to scale, maintain and update easily.

# Backups

There are 2 types of backups, Automated Backups and Manual Backup.

# Automated Backups

Choose a Retention Period between 1 and 35 days, stores transaction logs throughout the day and Automated backups are enabled by default. All data is stored in S3. There is no additional charge for backup storage. You can define your backup window

# Manual Backup

Manual backups the entire DB instance.

# Maintainance

# Restoring Backups

When recovering AWS it will restore it via the most recently taken snapshot. It never restores on top of running instance. You will need to create a new RDS to restore on top of it

# RDS Security

# Encryption

You can turn encryption for all RDS engines

# Multi AZ

# Read Replica

# Multi AZ vs Read Replicas

# Performance Insights

Gives you a rich performance insights of your database.

# When not to use RDS?

Pasted image 20220724010918

Pasted image 20220724011034