-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathrds
20 lines (16 loc) · 748 Bytes
/
rds
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Amazon Relational Database Service (Amazon RDS)
- Amazon Relational Database Service (Amazon RDS) provides an easy way to setup, operate, and scale a relational database in the cloud.
- Database options available from AWS include
- MySQL.
- Oracle.
- MS-SQL Server.
- PostgreSQL.
- Amazon Aurora.
- MariaDB,
- Oracle,
- DynamoDB.
- Managed relational database service.
- Handles routines database task such as provisioning, patching, backup, recovery, failure detection, and repair.
- Multi-AZ for production applications.
- Allows failover to standby.
- You can launch a DB instance and get access to a full-featured database, while reducing effort on common database administration tasks like backups, patch management, and so on.