Question 179:
As an AWS Solutions Architect, you are designing a new Java application in EC2 with a relational database deployed in RDS. During proof of concept, it has been found that the database encounters an extended number of write operations at certain times and cannot handle the load. Which of the following options is appropriate to improve the write performance?
Answer options:
A.Add a read replica to the RDS DB instance. B.Replace AWS RDS with DynamoDB.C.Use SQS to queue the database writes. D.Use SNS to send notification for the missed database writes and then add them manually at a later stage.