Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C03 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C03 exam

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 133 discussion

A company runs an Oracle database on premises. As part of the company’s migration to AWS, the company wants to upgrade the database to the most recent available version. The company also wants to set up disaster recovery (DR) for the database. The company needs to minimize the operational overhead for normal operations and DR setup. The company also needs to maintain access to the database's underlying operating system.
Which solution will meet these requirements?

  • A. Migrate the Oracle database to an Amazon EC2 instance. Set up database replication to a different AWS Region.
  • B. Migrate the Oracle database to Amazon RDS for Oracle. Activate Cross-Region automated backups to replicate the snapshots to another AWS Region.
  • C. Migrate the Oracle database to Amazon RDS Custom for Oracle. Create a read replica for the database in another AWS Region.
  • D. Migrate the Oracle database to Amazon RDS for Oracle. Create a standby database in another Availability Zone.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
ArielSchivo
Highly Voted 1 year, 11 months ago
Option C since RDS Custom has access to the underlying OS and it provides less operational overhead. Also, a read replica in another Region can be used for DR activities. https://aws.amazon.com/blogs/database/implementing-a-disaster-recovery-strategy-with-amazon-rds/
upvoted 41 times
KalarAzar
1 year, 4 months ago
You can't create cross-Region replicas in RDS Custom for Oracle: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-rr.html#custom-rr.limitations
upvoted 21 times
...
...
brushek
Highly Voted 2 years ago
Selected Answer: C
It should be C: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-custom.html and https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/working-with-custom-oracle.html
upvoted 20 times
bhgt
1 year ago
how it is C when the read replica is not meant for DR
upvoted 3 times
wsdasdasdqwdaw
11 months, 3 weeks ago
If the source DB instance fails, you can promote your Read Replica to a standalone source server.
upvoted 10 times
...
...
...
PaulGa
Most Recent 3 weeks, 6 days ago
Selected Answer: D
Ans D - use regular RDS Oracle; no need for RDS Custom because the question doesn't state and special customisations... the only bit unanswered is "...maintain access to company's underlying o/s"
upvoted 2 times
...
bignatov
1 month, 2 weeks ago
Selected Answer: C
Option C provides the right balance of managed service convenience, access to the underlying OS, and effective disaster recovery with cross-region read replicas
upvoted 1 times
...
MatAlves
1 month, 2 weeks ago
Selected Answer: A
"You can't create cross-Region RDS Custom for Oracle replicas." So it can't be C. https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-rr.html B and D don't provide access to underlying OS. So the only option left is A, which won't help minimize the operational overhead though.
upvoted 2 times
...
scaredSquirrel
2 months ago
Selected Answer: C
B, D - do not have access to underlying OS. Both A and C could work, but C is less Overhead. C - Amazon RDS Custom for Oracle actually supports creating read replicas. "Creating an RDS Custom for Oracle replica is similar to creating an RDS for Oracle replica, but with important differences." (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-rr.html). The read replica is not meant for disaster recovery, but it could work as such when no better options are available.
upvoted 1 times
MatAlves
1 month, 2 weeks ago
"You can't create cross-Region RDS Custom for Oracle replicas." https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-rr.html
upvoted 1 times
...
...
Abbas_Abi_AWS
2 months ago
Selected Answer: A
You can't create cross-Region RDS Custom for Oracle replicas.
upvoted 2 times
...
jaradat02
2 months, 3 weeks ago
Selected Answer: C
Since we need to have access to the underlying infrastructure, C makes sense.
upvoted 1 times
...
ChinthaGurumurthi
2 months, 3 weeks ago
Selected Answer: C
Its C Key : Access to underlying O.S - RDS custom can give you this feature General RDS for Oracle( or any) - you can't access underlying O.S So, definitely C considering this point in the question
upvoted 1 times
...
freedafeng
3 months ago
Defintely not C. You cannot create a read replica of RDS custom for Oracle in a different region: https://aws.amazon.com/blogs/database/build-high-availability-for-amazon-rds-custom-for-oracle-using-read-replicas/
upvoted 1 times
...
ChymKuBoy
3 months, 4 weeks ago
Selected Answer: C
C for sure
upvoted 1 times
...
andreadhelpra
5 months, 1 week ago
Selected Answer: B
Answer C is not correct as cross-Region replicas in RDS Custom for Oracle are not allowed as stated by a previous answe. Correct answer: B https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReplicateBackups.html Low operational overhead since the backup is automated.
upvoted 1 times
lofzee
4 months, 3 weeks ago
B doesnt give you access to the underlying OS
upvoted 2 times
...
...
ManikRoy
5 months, 2 weeks ago
Selected Answer: C
RDS Custom
upvoted 1 times
...
professorx123
5 months, 3 weeks ago
Selected Answer: C
C. Migrate the Oracle database to Amazon RDS Custom for Oracle. Create a read replica for the database in another AWS Region. Explanation: Amazon RDS Custom for Oracle: Amazon RDS Custom for Oracle allows the company to run Oracle databases on managed instances in the AWS Cloud. It provides managed services for tasks such as backups, patching, and monitoring, minimizing operational overhead for normal operations. Read Replica in Another AWS Region: By creating a read replica for the database in another AWS Region, the company can set up disaster recovery (DR) with minimal operational overhead. Amazon RDS automatically handles replication between the primary database and the read replica, ensuring data consistency and minimizing management tasks for DR setup.
upvoted 1 times
...
Solomon2001
5 months, 3 weeks ago
Selected Answer: A
A. Migrate the Oracle database to an Amazon EC2 instance. Set up database replication to a different AWS Region. Explanation: Migrating the Oracle database to an Amazon EC2 instance allows the company to maintain full control over the database, including access to the underlying operating system. Setting up database replication to a different AWS Region ensures disaster recovery with minimal operational overhead.
upvoted 3 times
...
f761d0e
6 months ago
Has to be C, since they need access to the OS: “ require access to the underlying OS and DB environment” https://aws.amazon.com/about-aws/whats-new/2021/10/amazon-rds-custom-oracle/
upvoted 2 times
...
Shobhit2021
6 months, 1 week ago
Selected Answer: A
"The company also needs to maintain access to the database's underlying operating system"
upvoted 1 times
NSA_Poker
5 months ago
(A) goes too far with EC2, increasing operational overhead for normal operations. (C) with RDS Custom for Oracle is better. see f761d0e post for link.
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...