ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 461 - SAA-C03 discussion

Report
Export

A solutions architect is designing a highly available Amazon ElastiCache for Redis based solution. The solutions architect needs to ensure that failures do not result in performance degradation or loss of data locally and within an AWS Region. The solution needs to provide high availability at the node level and at the Region level.

Which solution will meet these requirements?

A.
Use Multi-AZ Redis replication groups with shards that contain multiple nodes.
Answers
A.
Use Multi-AZ Redis replication groups with shards that contain multiple nodes.
B.
Use Redis shards that contain multiple nodes with Redis append only files (AOF) tured on.
Answers
B.
Use Redis shards that contain multiple nodes with Redis append only files (AOF) tured on.
C.
Use a Multi-AZ Redis cluster with more than one read replica in the replication group.
Answers
C.
Use a Multi-AZ Redis cluster with more than one read replica in the replication group.
D.
Use Redis shards that contain multiple nodes with Auto Scaling turned on.
Answers
D.
Use Redis shards that contain multiple nodes with Auto Scaling turned on.
Suggested answer: A

Explanation:

This answer is correct because it provides high availability at the node level and at the Region level for the ElastiCache for Redis solution. A Multi-AZ Redis replication group consists of a primary cluster and up to five read replica clusters, each in a different Availability Zone. If the primary cluster fails, one of the read replicas is automatically promoted to be the new primary cluster. A Redis replication group with shards enables partitioning of the data across multiple nodes, which increases the scalability and performance of the solution. Each shard can have one or more replicas to provide redundancy and read scaling.

https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/AutoFailover.html

https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Shards.html

asked 16/09/2024
Mehdi BELGAS
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first