From f00bb682560c6975df5aa5143edefaed873a7502 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Fri, 2 Aug 2024 18:06:41 +0200 Subject: [PATCH] chore(kb/rds): improve readibility --- .vscode/settings.json | 8 ++++++++ knowledge base/cloud computing/aws/rds.md | 16 +++++++++------- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 2091f78..4dfd969 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -108,6 +108,7 @@ "clamav", "clamd", "clamscan", + "clobs", "cloudinit", "cloudquery", "cloudzero", @@ -139,11 +140,13 @@ "dnsmasq", "dotfiles", "dpkg", + "dumpall", "duperemove", "eeprom", "epel", "essid", "execve", + "extname", "fallocate", "fargate", "fastboot", @@ -241,6 +244,7 @@ "pandoc", "passwordless", "pebcak", + "pgcrypto", "photoprism", "pihole", "pinentry", @@ -264,6 +268,7 @@ "quickstart", "radeon", "radicale", + "rdsadmin", "rego", "replicatedctl", "resolv", @@ -301,6 +306,7 @@ "sysctls", "sysrc", "systool", + "tablespace", "taskfile", "taskfiles", "tclsh", @@ -321,6 +327,7 @@ "turris", "twrp", "uncordon", + "unlogged", "urandom", "userdata", "userdel", @@ -337,6 +344,7 @@ "wodle", "xattr", "xkcd", + "xlarge", "yellowdog", "yubikey", "zstd" diff --git a/knowledge base/cloud computing/aws/rds.md b/knowledge base/cloud computing/aws/rds.md index ab7c342..b2a25e3 100644 --- a/knowledge base/cloud computing/aws/rds.md +++ b/knowledge base/cloud computing/aws/rds.md @@ -209,7 +209,7 @@ Automatic backups occur **daily** during the instances' backup window, configure require more time than allotted to the backup window, they will continue after the window ends and until they finish. Backups are retained for up to 35 days (_backup retention period_).
-One can recover DB instances to any point in time from the backup retention period. +One can recover DB instances to **any** point in time that sits inside the backup retention period. The backup window can't overlap with the weekly maintenance window for DB instance or Multi-AZ DB cluster.
During automatic backup windows storage I/O might be suspended briefly while the backup process initializes. @@ -223,11 +223,11 @@ are supposed to start. DB instances must be in the `available` state for automated backups to occur.
Automated backups don't occur while DB instances are in other states (i.e., `storage_full`). -Automated backups aren't created while a DB instance or cluster is stopped.
-RDS doesn't include time spent in the stopped state when the backup retention window is calculated. This means backups -can be retained longer than the backup retention period if a DB instance has been stopped. +Automated backups are **not** created while a DB instance or cluster is stopped.
+RDS does **not** include time spent in the stopped state when the backup retention window is calculated. This means that +backups can be retained longer than the backup retention period if a DB instance has been stopped. -Automated backups don't occur while a DB snapshot copy is running in the same AWS Region for the same database. +Automated backups will **not** occur while a DB snapshot copy is running in the same AWS Region for the same database. ### Manual backups @@ -376,7 +376,7 @@ aws rds restore-db-instance-from-db-snapshot \ RDS automatically integrates with AWS KMS for key management. -By default, RDS uses the RDS AWS managed key (`aws/rds`) for encryption.
+By default, RDS uses the _RDS AWS managed key_ (`aws/rds`) from KMS for encryption.
This key can't be managed, rotated, nor deleted by users. RDS will automatically put databases into a terminal state when access to the KMS key is required but the key has been @@ -674,15 +674,17 @@ Actions involving altering protected roles or changing protected attributes are Error message example: +> ```plaintext > Cannot execute SQL 'SELECT transport.import_from_server( > 'source.ab0123456789.eu-west-1.rds.amazonaws.com', > 5432, -> 'masta', +> 'mastarr', > '********', > 'sales', > '********', > true > );' None: remote user must have superuser (or rds_superuser if on RDS) +> ``` _Speculative_ root cause: RDS did not finish to properly apply the settings.