List of questions
Related questions
Question 915 - SAA-C03 discussion
A gaming company is building an application that uses a database to store user data. The company wants the database to have an active-active configuration that allows data writes to a secondary AWS Region. The database must achieve a sub-second recovery point objective (RPO).
Which solution will meet these requirements?
Deploy an Amazon ElastiCache (Redis OSS) cluster. Configure a global data store for disaster recovery. Configure the ElastiCache cluster to cache data from an Amazon RDS database that is deployed in the primary Region.
Deploy an Amazon DynamoDB table in the primary Region and the secondary Region. Configure Amazon DynamoDB Streams to invoke an AWS Lambda function to write changes from the table in the primary Region to the table in the secondary Region.
Deploy an Amazon Aurora MySQL database in the primary Region. Configure a global database for the secondary Region.
Deploy an Amazon DynamoDB table in the primary Region. Configure global tables for the secondary Region.
0 comments
Leave a comment first