What is our cross-region DR solution with 0s RPO?

0

Do we have a RDBMS solution in combination with other features/products/services that we can offer to our customer, guaranteeing Zero RPO across regions?

3 réponses
3
Réponse acceptée

I don't know if we can "guarantee" a RPO=0, (think 11 9s but not 100%). However, you can layer different approaches together to get close. Starting with standard approaches in RDS such as multi AZ, and read replicas helps get us closer to RPO=0. After this you can start thinking about the design of the entire workload. A good example is https://aws.amazon.com/blogs/publicsector/a-pragmatic-approach-to-rpo-zero/. You can even add more tools to your pipeline to add redundancy to capture data that is inflight such as SQS for example. You have to be careful, of course, not to over engineer the solution but that depends on the customer's requirements.

répondu il y a 2 ans
EXPERT
John_F
vérifié il y a 2 ans
1

The speed of light is still a problem. In theory, you could have your system ensure that the replication has been completed before returning success (ACID compliance), but in practice, the performance across distance makes this an impractical solution. Both Amazon Aurora (PostgreSQL) and Amazon S3 offer the ability to manage an RPO, but they are non-zero.

profile pictureAWS
répondu il y a 2 ans
0

Yes.. We have solution here. Please checkout. https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-multi-master.html

We refer to this type of availability as continuous availability, to distinguish it from the high availability

AWS
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions