Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified SysOps Administrator - Associate All Questions

View all questions & answers for the AWS Certified SysOps Administrator - Associate exam

Exam AWS Certified SysOps Administrator - Associate topic 1 question 469 discussion

Users of a company's internal web application recently experienced application performance issues for a brief period. The application includes frontend web servers that run in an Amazon Elastic Kubernetes Service (Amazon EKS) cluster. The application also includes a backend Amazon Aurora PostgreSQL DB cluster that includes one DB instance.

A SysOps administrator determines that the source of the performance issues was high utilization of the DB cluster. The single writer instance experienced more than 90% utilization for 11 minutes. The cause of the high utilization was an automated report that is scheduled to run one time each week.

What should the SysOps administrator do to ensure that users do not experience performance issues each week when the report runs?

  • A. Increase the size of the DB instance. Monitor the performance during the next scheduled run of the report.
  • B. Add a reader instance. Change the database connection string of the report application to use the newly created reader instance.
  • C. Add another writer instance. Change the database connection string of the report application to use the newly created writer instance.
  • D. Configure auto scaling for the DB cluster. Set the minimum capacity units, maximum capacity units, and target utilization.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
numark
2 days, 6 hours ago
ChatGPT states Answer is B:
upvoted 1 times
...
Aamee
3 weeks, 3 days ago
Selected Answer: A
It def. can't be B since the issue has with the Writer operations and not with the Read one. Option A looks to be a bit more relevant for this scenario..
upvoted 2 times
...
Slays
1 month ago
Selected Answer: B
Adding a reader instance will offload read-heavy operations (such as generating reports) from the writer instance, which is responsible for handling write transactions. This will prevent the report from overloading the writer instance during its execution. Changing the connection string of the report application to use the reader instance ensures that the report runs against the read replica, leaving the primary writer instance available for regular transactional operations without causing high utilization issues.
upvoted 2 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 ...