Application Connections after PITR Aurora Postgres or DynamoDB

0

Hi! First question on this forum and it may seem trivial, but I'm trying to get around seamless reconnections of applications and interfaces after Point in Time Recovery. PITR of Aurora Instances and DynamoDB tables always result in new instances of either being created. Potentially these could be hosting connections from many targets. My experience (more that 2 decades) is with the likes Oracle and SQL Server and in situ restores/recoveries so no need to repoint applications. How are people handling the change of database target if they have to performs such a recovery?

(We are thinking of going RDS rather than Aurora because we can understand the process there, but this seems like a poor reason to choose one over the other).

Thanks, John

1개 답변
1

I can answer in terms of DynamoDB but not the relational tables as they both use a different means of connections. For DynamoDB its common to use Parameter Store to store the table name. Your application would always retrieve the table name from the parameter store, meaning if you need to restore the table to one with a new name, that just means you need to update one value in parameter store and your applications will automatically resolve the correct table name.

profile pictureAWS
전문가
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠