Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
How AWS RDS ensure high availability and reliability?
Home
AWS
How AWS RDS ensure high availability and reliability?
+1
vote
asked
Aug 4, 2023
in
AWS
by
DavidAnderson
How AWS RDS ensure high availability and reliability?
aws--intervierw-qustion-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 4, 2023
by
DavidAnderson
AWS RDS allows
multi-AZ deployment
to ensure high availability and reliability.
With the use of multi-AZ deployment feature, AWS automatically provisions and maintains a
synchronous standby replica
in a different Availability Zone.
AWS synchronously
replicates the data
from the primary to the secondary database instance.
Failover Support:
In case if the primary database instance fails or gets shut down in any way, AWS will automatically fail over to another secondary database instance.
...