ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 831 - SAA-C03 discussion

Report
Export

A company runs its production workload on an Amazon Aurora MySQL DB cluster that includes six Aurora Replicas. The company wants near-real-time reporting queries from one of its departments to be automatically distributed across three of the Aurora Replicas. Those three replicas have a different compute and memory specification from the rest of the DB cluster.

Which solution meets these requirements?

A.
Create and use a custom endpoint for the workload.
Answers
A.
Create and use a custom endpoint for the workload.
B.
Create a three-node cluster clone and use the reader endpoint.
Answers
B.
Create a three-node cluster clone and use the reader endpoint.
C.
Use any of the instance endpoints for the selected three nodes.
Answers
C.
Use any of the instance endpoints for the selected three nodes.
D.
Use the reader endpoint to automatically distribute the read-only workload.
Answers
D.
Use the reader endpoint to automatically distribute the read-only workload.
Suggested answer: A

Explanation:

In Amazon Aurora, a custom endpoint is a feature that allows you to create a load-balanced endpoint that directs traffic to a specific set of instances in your Aurora DB cluster. This is particularly useful when you want to route traffic to a subset of instances that have different configurations or when you want to isolate specific workloads (e.g., reporting queries) to certain instances.

Custom Endpoint: The correct solution is to create a custom endpoint that includes the three Aurora Replicas that the department wants to use for near-real-time reporting. This custom endpoint will distribute the reporting queries only across the three selected replicas with the specified compute and memory configurations, ensuring that these queries do not affect the rest of the DB cluster.

Other Options:

Option B (Create a three-node cluster clone): This would create a separate cluster with its own resources, but it is not necessary and could incur additional costs. Also, it doesn't leverage the existing replicas.

Option C (Use any of the instance endpoints): This would involve manually managing connections to individual instances, which is not scalable or automatic.

Option D (Use the reader endpoint): The reader endpoint would distribute the read queries across all replicas in the cluster, not just the selected three. This would not meet the requirement to limit the reporting queries to only three specific replicas.

AWS

Reference:

Amazon Aurora Endpoints - Provides detailed information on the different types of endpoints available in Aurora, including custom endpoints.

Custom Endpoints in Amazon Aurora - Specific documentation on how to create and use custom endpoints to direct traffic to selected instances in an Aurora cluster.

asked 16/09/2024
John Hammonds
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first