Files
nexus/wiki/entities/Amazon-RDS.md
2026-04-28 16:03:03 +08:00

46 lines
1.6 KiB
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: "Amazon RDS"
type: entity
tags:
- AWS
- Database
- Relational
- Managed
sources:
- ctp-topic-51-architecting-with-aws-purpose-built-databases
last_updated: 2026-04-28
---
## Overview
Amazon RDSRelational Database Service是 AWS 的全托管关系型数据库服务,支持 MySQL、PostgreSQL、MariaDB、Oracle、SQL Server 多种引擎,自动处理备份、补丁、故障恢复等运维任务。
## Aliases
- RDS
- Amazon RDS
- Amazon Relational Database Service
## Description
- **类型**:全托管关系型数据库服务
- **支持的引擎**MySQL · PostgreSQL · MariaDB · Oracle · SQL Server
- **核心价值**:自动化运维(备份/补丁/故障恢复)· 数据端点简化应用访问 · 多可用区高可用
- **适用场景**:传统 Web 应用 · 企业应用 · 需要固定 schema 和引用完整性的场景
## Key Properties
| 属性 | 说明 |
|------|------|
| 部署选项 | 单 AZ / 多 AZ |
| 自动备份 | 自动备份保留期可配置 |
| 只读副本 | 支持 MySQL/PostgreSQL/MariaDB |
| 加密 | KMS 透明加密 |
| 监控 | CloudWatch 集成 |
| 参数组 | 可定制数据库参数 |
## Connections
- [[Amazon-Aurora]]Aurora 是 RDS 的云原生演进,提供更高性能和更低运维成本
- [[Amazon-DynamoDB]]RDS关系型vs DynamoDBNoSQL— 根据数据结构选择
- [[Amazon-ElastiCache]]RDS + ElastiCache 组合 — 数据库层 + 缓存层
- [[Multi-Database-Architecture]]RDS 在多数据库架构中承担传统关系型数据层
## Referenced In
- [[ctp-topic-51-architecting-with-aws-purpose-built-databases]]