Auto-sync: 2026-04-20 07:08

This commit is contained in:
2026-04-20 07:08:14 +08:00
parent 31565fe752
commit d7bf4ae6de
126 changed files with 4731 additions and 18 deletions

24
wiki/entities/RDS.md Normal file
View File

@@ -0,0 +1,24 @@
---
title: "RDS"
type: entity
tags: [AWS, Database, IaC]
---
## Definition
Amazon Relational Database ServiceAWS 托管关系数据库服务,支持 MySQL、PostgreSQL、Oracle、SQL Server、MariaDB、Aurora 等多种数据库引擎。
## Key Attributes
- **类型**托管关系数据库服务PaaS
- **供应商**Amazon Web Services (AWS)
- **核心功能**:自动补丁更新、备份、复制、故障转移、加密、监控
- **部署方式**控制台、CLI、Terraform/Terragrunt
## Aliases
- Amazon RDS
- AWS RDS
## Connections
- [[AWS]] ← provides ← [[RDS]]
- [[RDS]] ← monitored_by ← [[CloudWatch]]
- [[RDS]] ← encrypted_by ← [[KMS]]
- [[Terragrunt]] ← deploys ← [[RDS]]