Question 238:
You are helping the development team to create an Aurora MySQL cluster for a new web application. The cluster was created with a Dev/Test template since it was unclear about the details of requirements. There was only one writer in the DB cluster, and there was no read replica. Recently, the Aurora database proved to be successful. You were told to configure the DB cluster to make it highly available. How should you set up the existing Aurora cluster?
Answer options:
A.In the RDS console, add Aurora Replicas to the DB cluster by actions -> add reader. B.Since an active Aurora cluster cannot configure read replicas, delete and recreate the Aurora cluster with a Production template. C.Use AWS CLI to configure cross-region replications for the DB cluster to make it highly available. D.Delete the cluster and create a new Aurora cluster with a serverless feature to make it highly available.