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

Exam AWS Certified Solutions Architect - Associate SAA-C03 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C03 exam

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 572 discussion

A company runs an application on AWS. The application receives inconsistent amounts of usage. The application uses AWS Direct Connect to connect to an on-premises MySQL-compatible database. The on-premises database consistently uses a minimum of 2 GiB of memory.

The company wants to migrate the on-premises database to a managed AWS service. The company wants to use auto scaling capabilities to manage unexpected workload increases.

Which solution will meet these requirements with the LEAST administrative overhead?

  • A. Provision an Amazon DynamoDB database with default read and write capacity settings.
  • B. Provision an Amazon Aurora database with a minimum capacity of 1 Aurora capacity unit (ACU).
  • C. Provision an Amazon Aurora Serverless v2 database with a minimum capacity of 1 Aurora capacity unit (ACU).
  • D. Provision an Amazon RDS for MySQL database with 2 GiB of memory.
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
Guru4Cloud
Highly Voted 1 year, 1 month ago
Selected Answer: C
The key reasons: Aurora Serverless v2 provides auto-scaling so the database can handle inconsistent workloads and spikes automatically without admin intervention. It can scale down to zero when not in use to minimize costs. The minimum 1 ACU capacity is sufficient to replace the on-prem 2 GiB database based on the info given. Serverless capabilities reduce admin overhead for capacity management. DynamoDB lacks MySQL compatibility and requires more hands-on management. RDS and provisioned Aurora require manually resizing instances to scale, increasing admin overhead.
upvoted 9 times
dkw2342
7 months ago
> It can scale down to zero when not in use to minimize costs. This part is not correct. Aurora Serverless v1 was able to scale to zero.
upvoted 1 times
...
...
kambarami
Highly Voted 1 year ago
the questions are hard from 500 +
upvoted 7 times
foha2012
9 months, 2 weeks ago
I dont think these are associate exam questions rather are from AWS professional exam
upvoted 2 times
awsgeek75
9 months, 1 week ago
Yes, I agree. I have been reading the pro questions and these are copy paste. On the bright side, it prepares you for the next step!
upvoted 6 times
...
...
...
emakid
Most Recent 3 months, 2 weeks ago
Selected Answer: C
C. Provision an Amazon Aurora Serverless v2 database with a minimum capacity of 1 Aurora capacity unit (ACU). Suitability: Amazon Aurora Serverless v2 is a good option for applications with variable workloads because it automatically adjusts capacity based on demand. It can handle MySQL-compatible databases and supports auto-scaling. You can set the minimum and maximum capacity based on your needs, making it highly suitable for handling unexpected workload increases with minimal administrative overhead.
upvoted 1 times
...
awsgeek75
9 months, 1 week ago
Selected Answer: C
LEAST administrative overhead = Aurora Serverless
upvoted 2 times
...
TariqKipkemei
10 months, 4 weeks ago
Selected Answer: C
LEAST administrative overhead = Serverless
upvoted 1 times
...
ibu007
1 year, 2 months ago
Selected Answer: C
serverless = LEAST overhead
upvoted 2 times
...
D10SJoker
1 year, 2 months ago
Why not D?
upvoted 1 times
wizcloudifa
5 months, 2 weeks ago
no autoscaling with RDS
upvoted 1 times
...
awsgeek75
9 months, 1 week ago
Because "LEAST administrative overhead" is a requirement. RDS configured with mem requirements is an admin overhead
upvoted 1 times
...
...
mrsoa
1 year, 2 months ago
Selected Answer: C
C seems to be the right answer Instead of provisioning and managing database servers, you specify Aurora capacity units (ACUs). Each ACU is a combination of approximately 2 gigabytes (GB) of memory, corresponding CPU, and networking. Database storage automatically scales from 10 gibibytes (GiB) to 128 tebibytes (TiB), the same as storage in a standard Aurora DB cluster https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v1.how-it-works.html https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html
upvoted 1 times
...
Bmaster
1 year, 2 months ago
C is correct. https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.how-it-works.html#aurora-serverless-v2.how-it-works.capacity
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 ...