
Ultimate access to all questions.
A development team is evaluating the use of Amazon ElastiCache for Redis to implement an in-memory caching layer for their relational database in order to improve read performance and reduce database load.
Which two of the following options are correct when configuring Amazon ElastiCache for Redis? (Select two)
A
All the nodes in a Redis cluster must reside in the same region
B
While using Redis with cluster mode enabled, asynchronous replication mechanisms are used to keep the read replicas synchronized with the primary. If cluster mode is disabled, the replication mechanism is done synchronously
C
If you have no replicas and a node fails, you experience no loss of data when using Redis with cluster mode enabled
D
While using Redis with cluster mode enabled, you cannot manually promote any of the replica nodes to primary
E
You can scale write capacity for Redis by adding replica nodes