- Learning AWS(Second Edition)
- Aurobindo Sarkar Amit Shah
- 191字
- 2021-06-30 18:53:00
Amazon Relational Database Service (RDS)
Amazon Relational Database Service (RDS) provides an easy way to set up, operate, and scale a relational database in the cloud. Database options available from AWS include MySQL, Oracle, SQL Server, PostgreSQL, and Amazon Aurora. With RDS, you can launch a DB instance and get access to a full-featured MySQL database and not worry about managing or administering it. Amazon RDS can significantly reduce effort on common database administration tasks, such as backups and patch management.
Launching a database requires you to select a database engine, license type, an instance class, and storage capacity. The RDS instances are preconfigured for the DB instance you choose. It is equally easy to monitor and scale your database instance (for both compute and storage capacities).
For production-grade availability, you can choose the Multi-AZ deployment option. In Multi-AZ deployments Amazon RDS automatically creates a primary DB instance and then synchronously replicates the data to another instance located in a different availability zone. In this setup, the RDS can automatically failover to the standby instance. For consistent IOPS, you can choose SSD storage and provision IOPS as per your requirements.
- Application Development with Qt Creator(Second Edition)
- 物聯(lián)網(wǎng)智慧安監(jiān)技術(shù)
- Django 2 by Example
- HTML5 Game development with ImpactJS
- 區(qū)塊鏈輕松上手:原理、源碼、搭建與應(yīng)用
- Yii Application Development Cookbook(Second Edition)
- Mastering TypeScript 3
- SAE原理與網(wǎng)絡(luò)規(guī)劃
- 網(wǎng)絡(luò)綜合布線(第2版)
- 云工廠:開啟中國(guó)制造云時(shí)代
- 全聯(lián)網(wǎng)標(biāo)識(shí)服務(wù)
- Qt5 Python GUI Programming Cookbook
- 工業(yè)以太網(wǎng)技術(shù):AFDX/TTE網(wǎng)絡(luò)原理、接口、互連與安全
- 智能物聯(lián)網(wǎng):區(qū)塊鏈與霧計(jì)算融合應(yīng)用詳解
- Python Web Scraping Cookbook