SAP-C02 · Question #29
An online retail company hosts its stateful web-based application and MySQL database in an on- premises data center on a single server. The company wants to increase its customer base by conducting…
The correct answer is B. Migrate the database to Amazon Aurora MySQL. Deploy the application in an Auto Scaling group. You would not store session state in Amazon Neptune. ElastiCache for Redis is a perfect fit for storing session state.
Question
An online retail company hosts its stateful web-based application and MySQL database in an on- premises data center on a single server. The company wants to increase its customer base by conducting more marketing campaigns and promotions. In preparation, the company wants to migrate its application and database to AWS to increase the reliability of its architecture. Which solution should provide the HIGHEST level of reliability?
Options
- AMigrate the database to an Amazon RDS MySQL Multi-AZ DB instance. Deploy the application in
- BMigrate the database to Amazon Aurora MySQL. Deploy the application in an Auto Scaling group
- CMigrate the database to Amazon DocumentDB (with MongoDB compatibility). Deploy the
- DMigrate the database to an Amazon RDS MariaDB Multi-AZ DB instance. Deploy the application
How the community answered
(42 responses)- A5% (2)
- B81% (34)
- C10% (4)
- D5% (2)
Explanation
You would not store session state in Amazon Neptune. ElastiCache for Redis is a perfect fit for storing session state.
Community Discussion
No community discussion yet for this question.