Auto-sync: 2026-04-20 07:08
This commit is contained in:
24
wiki/entities/RDS.md
Normal file
24
wiki/entities/RDS.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
title: "RDS"
|
||||
type: entity
|
||||
tags: [AWS, Database, IaC]
|
||||
---
|
||||
|
||||
## Definition
|
||||
Amazon Relational Database Service,AWS 托管关系数据库服务,支持 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]]
|
||||
Reference in New Issue
Block a user