Question 48:
An organization has an Amazon Aurora RDS instance that handles all of its AWS-based e-commerce activity. The application accessing the database needs to create large sales reports on an hourly basis, running 15 minutes after the hour. This reporting activity is slowing down the e-commerce application. Which combination of actions should be taken to reduce the impact on the main e-commerce application? Select 2 answers from the options given below.
Answer options:
A.Point the reporting application to the read replica. B.Migrate the data to a set of highly available Amazon EC2 instances. C.Use SQS Buffering to retrieve data for reports. D.Create a read replica of the database. E.Create an SQS queue to implement SQS Buffering.