跳至內容

Multi-AZ roadmap for RDS Custom for Oracle

0

Are there any upcoming plans to support Multi-AZ deployments in RDS Custom for Oracle?

AWS
已提問 5 個月前檢視次數 154 次
4 個答案
2
已接受的答案

Hi,

As highlighted by the re:post AI agent, Amazon RDS Custom for Oracle does not support Multi-AZ deployments at this time as mentioned in the public AWS Documentation. While AWS continuously evaluates service enhancements based on customer feedback, the Multi-AZ feature may available sometime in future, but unable to provide any timelines for this feature.

As mentioned, you can use read replicas to build a high availability solution with both synchronous and asynchronous data replication options.

Similar to on-perm oracle database environment, you can use the Oracle database feature of Fast-Start Failover (FSFO) for automated failure detection in primary and failover to read replica as an alternative to Multi-AZ. You would need Oracle Enterprise Edition with Active Data Guard option license.

Below blog post explains the steps in detail on how to configure FSFO in RDS Custom for Oracle Configure Fast-Start Failover.

AWS
已回答 5 個月前
AWS
支援工程師
已審閱 4 個月前
1

Currently, Amazon RDS Custom for Oracle does not support Multi-AZ deployments. There are no publicly announced plans or roadmap items indicating that Multi-AZ support will be added to RDS Custom for Oracle in the near future.

However, it's important to note that while RDS Custom for Oracle doesn't offer native Multi-AZ support, there are alternative ways to achieve high availability:

  1. You can use read replicas to manually build a high availability (HA) solution. This approach allows for both synchronous and asynchronous data replication, depending on your specific design requirements.

  2. RDS Custom for Oracle supports up to five managed read replicas, which can be created automatically through the AWS Management Console or AWS CLI.

  3. You have the flexibility to create manually configured external Oracle replicas. These can be hosted on Amazon EC2 instances in the same or another AWS Region, or even in an on-premises environment.

  4. External replicas don't count toward the instance limit within your AWS account and are outside the RDS Custom support perimeter.

While these options don't provide the same automatic failover capabilities as a true Multi-AZ deployment, they do offer ways to implement high availability and disaster recovery solutions for RDS Custom for Oracle databases.

If Multi-AZ deployment is a critical requirement for your Oracle database workloads, you might want to consider using standard Amazon RDS for Oracle, which does support Multi-AZ deployments with automatic failover during planned maintenance and unplanned disruptions.
Sources
High availability - AWS Prescriptive Guidance
Multi-AZ DB instance deployments for Amazon RDS - Amazon Relational Database Service

已回答 5 個月前
0
AWS
已回答 2 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。