Files
nexus/wiki/entities/RDS.md
2026-04-20 07:08:14 +08:00

24 lines
720 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]]