Question 85:
A database administrator needs to move an Oracle database deployed on EC2 from one region to another. What steps must the administrator perform to accomplish this?
Answer options:
A.It is not possible to move an EC2 instance from one region to another. B.Create a read-replica of the RDS database in another region. Promote the replica to a primary database. C.Shut down the EC2, then take the AMI and copy it in another region. Launch a new EC2 instance from the AMI. D.Configure a Multi-AZ for the database. Promote a Multi-AZ node to a primary database.