ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

123 / 465

Question 123:

A company runs a batch analysis with transactional reporting every hour on its main transactional DB running on an RDS MySQL instance to populate its central Data Warehouse running on Redshift. During the execution of the batch, their transactional applications are very slow. When the batch completes, they need to update the top management dashboard with the new data. The dashboard is produced by another system running on-premises that is currently started when a manually-sent email notifies that an update is required. The on-premises system cannot be modified because it is managed by another team.

Answer options:

A.Replace RDS with Redshift for the batch analysis and SNS to notify the on-premises system to update the dashboard.
B.Replace RDS with Redshift for the batch analysis and SQS to send a message to the on-premises system to update the dashboard.
C.Create an RDS Read Replica for the batch analysis and SNS to notify the on-premises system to update the dashboard.
D.Create an RDS Read Replica for the batch analysis and SQS to send a message to the on-premises system to update the dashboard.