ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

80 / 465

Question 80:

A very big company has provided financial consulting services to end-users. It uses the traditional MySQL database inside EC2 t2.medium instances which mainly deal with legacy services. As a business grows, read contention is becoming more and more frequent for the database. The AWS architect suggests using Aurora to scale as it is much cheaper and provides great read scalability. How would you use Aurora to scale up and ease the read contention issue? (Select THREE.)

Answer options:

A.Create an Amazon Aurora MySQL DB db.r5.16xlarge instance. Make sure that Multi-AZ deployment is enabled in different zones. Enable Aurora global tables.
B.Create an Amazon Aurora MySQL DB cluster. The Aurora DB cluster endpoint address will be used when referenced by the MySQL source instances to scale up.
C.Set up replication between a MySQL DB instance and an Amazon Aurora MySQL DB cluster. Monitor the replication to ensure that it remains healthy and repair it if necessary.
D.As Aurora does not support MySQL database running external to Amazon RDS, migrate the database from EC2 MySQL to RDS MySQL first and then use Aurora to scale the database.
E.Make the Aurora DB a replication slave of MySQL DB instances. This applies to the Amazon RDS MySQL DB instance, or a MySQL database running in EC2.