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 459 discussion

A company is preparing for a marketing campaign that will increase traffic to a new web application. The application uses Amazon API Gateway and AWS Lambda for the application logic. The application stores relevant user data in an Amazon Aurora MySQL DB cluster that has one Aurora Replica. Database queries for the application are 5% write and 95% read.

What should a SysOps administrator do to scale the database when traffic increases?

  • A. Configure Aurora Auto Scaling to add or remove Aurora Replicas in the cluster based on the average CPU utilization of the Aurora Replicas.
  • B. Configure Aurora Auto Scaling to increase or decrease the size of the Aurora Replicas based on the average CPU utilization of the Aurora Replicas.
  • C. Configure AWS Auto Scaling to monitor the Aurora cluster. Configure AWS Auto Scaling to add or remove Aurora Replicas in the cluster based on the average CPU utilization of the primary instance.
  • D. Configure AWS Auto Scaling to monitor the Aurora cluster. Configure AWS Auto Scaling to add or remove Aurora Replicas in the cluster based on the average CPU utilization of the existing Aurora Replica.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Toni2936
1 week, 6 days ago
Selected Answer: A
I go with A
upvoted 1 times
...
vaa2020
1 month, 1 week ago
Selected Answer: A
Answer B is incorrect because Aurora replicas always have the same DB instance size/class as the one used by the primary instance. Answer C is incorrect because in the Aurora Auto Scaling policy, you cannot select as metric the average CPU utilization of the primary instance (you must choose a predefined or custom metric that consider the status of ALL THE READ REPLICAS). Answer D is incorrect because in the Aurora Auto Scaling policy, you cannot select the average CPU utilization OF THE EXISTING Aurora Replica (you CANNOT CHOOSE a predefined or custom metric that consider only A SUBSET OF READ REPLICAS). Answer A is correct: you just need to define and apply an Aurora Auto Scaling policy, choosing Average CPU utilization of Aurora Replicas as the target metric.
upvoted 2 times
vaa2020
1 month, 1 week ago
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Integrating.AutoScaling.html
upvoted 2 times
...
...
aragon_saa
1 month, 1 week ago
Selected Answer: C
Answer is C
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 ...