ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 144 - SAA-C03 discussion

Report
Export

A company recently started using Amazon Aurora as the data store for its global ecommerce application When large reports are run developers report that the ecommerce application is performing poorly After reviewing metrics in Amazon CloudWatch, a solutions architect finds that the ReadlOPS and CPUUtilization metrics are spiking when monthly reports run. What is the MOST cost-effective solution?

A.
Migrate the monthly reporting to Amazon Redshift.
Answers
A.
Migrate the monthly reporting to Amazon Redshift.
B.
Migrate the monthly reporting to an Aurora Replica
Answers
B.
Migrate the monthly reporting to an Aurora Replica
C.
Migrate the Aurora database to a larger instance class
Answers
C.
Migrate the Aurora database to a larger instance class
D.
Increase the Provisioned IOPS on the Aurora instance
Answers
D.
Increase the Provisioned IOPS on the Aurora instance
Suggested answer: B

Explanation:

https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Replication.html #Aurora.Replication.Replicas Aurora Replicas have two main purposes. You can issue queries to them to scale the read operations for your application. You typically do so by connecting to the reader endpoint of the cluster. That way, Aurora can spread the load for read-only connections across as many Aurora Replicas as you have in the cluster. Aurora Replicas also help to increase availability. If the writer instance in a cluster becomes unavailable, Aurora automatically promotes one of the reader instances to take its place as the new writer. https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Overview.html

asked 16/09/2024
Manoj Balan
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first