Architectual Trad-off Decisions Flashcards

1
Q

Database trad0off options

A

Running database on EC2 instances vs Managed RDS database.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Running databases on EC2 instances

A
  • have to manage the underlying OS
  • have to build for high availability
    • Have to apply your own back ups
    • Can use additional software to cluster My SQL
    • Requires more time to manage than RDS
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Managed RDS database

A

Provides:

  • Fully managed database updates and does not require managing of the underlying OS.
  • automatic point in time backups.
  • Easily enable multiAZ failover, and when a failover occurs the DNS is switched from the primary instance to the standby instance.
  • if multi Az is enabled then backups are taken against the stand-by to reduce I/O freezes and updates are applied to the standby then is switched to th eprimary.
    • easily create read replicas.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly