スキップしてコンテンツを表示

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ヶ月前155ビュー
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
サポートエンジニア
レビュー済み 5ヶ月前
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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

関連するコンテンツ