mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-04 23:59:11 +00:00
355 B
355 B
AWS Databases - Aurora DB
Objectives
- Create an Aurora database with the following properties
- Edition: MySQL
- Instance type: db.t3.small
- A reader node in a different AZ
- Public access should be enabled
- Port should be set to 3306
- DB name: 'db'
- Backup retention: 10 days
- How many instances does your DB cluster has?