- Ansible 2 Cloud Automation Cookbook
- Aditya Patawari Vikas Aggarwal
- 185字
- 2021-06-24 18:43:40
Getting ready
Before we get started with Amazon RDS, we need to familiarize ourselves with a few terms:
- DB instance: A DB instance is a basic component of Amazon RDS. It's an isolated database engine in the cloud. It can be accessed using standard clients, provided our security group allows for it. Amazon RDS has different offerings in terms of memory and computation power, which is determined by its DBInstance class.
- Regions and availability zones: AWS offers various hosting options across the globe called regions and multiple availability zones inside each region (also referenced as different physical data centers within the same region). This feature enables us to deploy highly available services.
- Security groups: We have discussed security groups in the previous chapter. Security groups can also be attached to a DB instance and restrict access to limited IP addresses, subnets, or even instances in other security groups.
- DB Parameters Groups: In order to configure DB engine parameters, RDS provides a service called DB Parameter Groups, which allows us to configure DB engine parameters and use the same DB Parameter Group with multiple DB instances.
推薦閱讀
- Visual C# 2008開發技術詳解
- OpenStack Cloud Computing Cookbook(Second Edition)
- 四向穿梭式自動化密集倉儲系統的設計與控制
- 3D Printing for Architects with MakerBot
- 自動控制理論(非自動化專業)
- PostgreSQL 10 Administration Cookbook
- Google SketchUp for Game Design:Beginner's Guide
- 啊哈C!思考快你一步
- Mastering Ceph
- Windows安全指南
- 機床電氣控制與PLC
- 典型Hadoop云計算
- ADuC系列ARM器件應用技術
- Machine Learning with Spark(Second Edition)
- 人工智能云平臺:原理、設計與應用