exam questions

Exam AWS Certified Database - Specialty All Questions

View all questions & answers for the AWS Certified Database - Specialty exam

Exam AWS Certified Database - Specialty topic 1 question 36 discussion

Exam question from Amazon's AWS Certified Database - Specialty
Question #: 36
Topic #: 1
[All AWS Certified Database - Specialty Questions]

A company is using Amazon with Aurora Replicas for read-only workload scaling. A Database Specialist needs to split up two read-only applications so each application always connects to a dedicated replica. The Database Specialist wants to implement load balancing and high availability for the read-only applications.
Which solution meets these requirements?

  • A. Use a specific instance endpoint for each replica and add the instance endpoint to each read-only application connection string.
  • B. Use reader endpoints for both the read-only workload applications.
  • C. Use a reader endpoint for one read-only application and use an instance endpoint for the other read-only application.
  • D. Use custom endpoints for the two read-only applications.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
SachinGoel
2 years, 4 months ago
Selected Answer: D
D is answer
upvoted 1 times
...
sachin
2 years, 10 months ago
Custome end points are usually used when custom load balancing is needed ,i.e. when specific read application should connect to comstom read replicat directed by custom rules in load balancing. When all RR are of same size, so need for custom end point reader end point will do .
upvoted 2 times
sachin
2 years, 10 months ago
So B is correct
upvoted 2 times
...
...
ryuhei
2 years, 11 months ago
Selected Answer: D
Answer:D
upvoted 1 times
...
novice_expert
3 years ago
Selected Answer: D
A custom endpoint for an Aurora cluster represents a set of DB instances (here replicas) that you choose. When you connect to the endpoint, Aurora performs load balancing and chooses one of the instances in the group to handle the connection. we can create like two custom endpoints: 1. With two specific read replicas for application A, another three read replicas for application B. HA and meet the requirements that A and B will connect to different replicas
upvoted 2 times
...
RotterDam
3 years, 2 months ago
Selected Answer: D
Definitely (D)
upvoted 2 times
...
guru_ji
3 years, 6 months ago
Answer is: D
upvoted 1 times
...
ChauPhan
3 years, 6 months ago
A is incorrect because it is not HA: "Use a specific instance endpoint for each replica" => if the specific instance is down, connection is lost B is incorrect because the demand requires 02 applications connect to different RO replicas. In case B, the traffic will be distributed among read replicas. C is same with A, using one endpoint or instance does not meet the HA requirement. D. Use custom endpoints for the two read-only applications. D is correct because we can create like two customer endpoints: 1. With two specific read replicas for application A, another three read replicas for application B. HA and meet the requirements that A and B will connect to different replicas
upvoted 2 times
...
Dip11
3 years, 6 months ago
Ans is D. In order for application to connect to specific instance, and also provide HA by flipping DNS in case of one read replica goes down.
upvoted 3 times
...
LMax
3 years, 6 months ago
No doubts that D is the answer.
upvoted 4 times
...
myutran
3 years, 6 months ago
Ans: D
upvoted 2 times
...
Exia
3 years, 7 months ago
A. For example, your client application might require more fine-grained load balancing based on workload type. In this case, you can configure multiple clients to connect to different Aurora Replicas in a DB cluster to distribute read workloads. https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Overview.Endpoints.html#Aurora.Endpoints.Viewing
upvoted 1 times
Exia
3 years, 7 months ago
The reader endpoint load-balances connections to available Aurora Replicas in an Aurora DB cluster. It doesn't load-balance individual queries. If you want to load-balance each query to distribute the read workload for a DB cluster, open a new connection to the reader endpoint for each query.
upvoted 1 times
...
...
JobinAkaJoe
3 years, 7 months ago
D - Custom endpoints allows distributing workload in a customized way by grouping read-replicas of various size, configuration and location
upvoted 1 times
...
Billhardy
3 years, 7 months ago
D, custom endpoints
upvoted 2 times
...
Ashoks
3 years, 7 months ago
D. Custom endpoint for custom requirements
upvoted 2 times
...
halol
3 years, 7 months ago
the answer is D , dedicated endpoint for each application by custom endpoint or each application has to use reader endoint not cluster reader and this option does not exists in the answers.
upvoted 1 times
...
awscamus
3 years, 7 months ago
D is the answer. Dedicated replica is the key
upvoted 2 times
...
Ebi
3 years, 7 months ago
Answer is D. B is not correct, reader endpoint of the cluster performs load balancing across all reader instances, questions say reader instances must be split up between to applications.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...