跳至内容

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 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。