- AWS Tools for PowerShell 6
- Ramesh Waghmare
- 151字
- 2021-07-15 17:09:17
Relational Database Service
AWS Relational Database Service (RDS) provides a way to set up, operate, and scale relational databases in the cloud. Currently, RDS supports MySQL, Postgres, Aurora, MariaDB, Oracle, and the SQL Server database engine. RDS helps to speed up the development process by allowing quick access to the full featured database engine without the need to install or configure the software. As part of the RDS service, AWS takes care of backups and storing the backups for a configurable retention period and enables point in time recovery. By utilizing the multi-AZ setup, you can achieve a highly available and fault tolerant database. RDS also allows you create the read replicas for some of the database engine, which helps to ease the burden on the read intensive database. AWS also takes care of the patch and security management of the RDS instance, which eases the burden of ongoing database administration.
- Django+Vue.js商城項目實戰
- Python編程自學手冊
- 零基礎搭建量化投資系統:以Python為工具
- 小創客玩轉圖形化編程
- Unity 5.x By Example
- Linux Device Drivers Development
- 硅谷Python工程師面試指南:數據結構、算法與系統設計
- 計算機應用基礎案例教程
- Linux Shell核心編程指南
- Visualforce Developer’s guide
- Get Your Hands Dirty on Clean Architecture
- H5頁面設計與制作(全彩慕課版·第2版)
- Developer,Advocate!
- 菜鳥成長之路
- TensorFlow+Keras深度學習算法原理與編程實戰