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

A company runs a production database on Amazon RDS for MySQL. The company wants to upgrade the database version for security compliance reasons. Because the database contains critical data, the company wants a quick solution to upgrade and test functionality without losing any data.

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

  • A. Create an RDS manual snapshot. Upgrade to the new version of Amazon RDS for MySQL.
  • B. Use native backup and restore. Restore the data to the upgraded new version of Amazon RDS for MySQL.
  • C. Use AWS Database Migration Service (AWS DMS) to replicate the data to the upgraded new version of Amazon RDS for MySQL.
  • D. Use Amazon RDS Blue/Green Deployments to deploy and test production changes.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
TariqKipkemei
Highly Voted 10 months, 2 weeks ago
Selected Answer: D
A blue/green deployment copies a production database environment to a separate, synchronized staging environment. You can make changes to the database in the staging environment without affecting the production environment. When you are ready, you can promote the staging environment to be the new production database environment, with downtime typically under one minute. https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/blue-green-deployments.html
upvoted 7 times
...
warp
Highly Voted 11 months, 2 weeks ago
Selected Answer: D
You can make changes to the RDS DB instances in the green environment without affecting production workloads. For example, you can upgrade the major or minor DB engine version, upgrade the underlying file system configuration, or change database parameters in the staging environment. You can thoroughly test changes in the green environment. https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/blue-green-deployments-overview.html
upvoted 5 times
...
cjace
Most Recent 4 months ago
Option A (Create an RDS manual snapshot and upgrade) is the most straightforward and least operationally intensive method to upgrade your Amazon RDS for MySQL instance while ensuring data safety and allowing thorough testing of application functionality post-upgrade. This approach leverages RDS's snapshot capabilities to provide a reliable rollback mechanism if needed, making it the recommended choice for your scenario.
upvoted 1 times
...
awsgeek75
9 months, 1 week ago
Selected Answer: D
Least overhead, only CD qualify and D is actually a managed solution for what is being proposed (hopefully) in C so it's better.
upvoted 3 times
...
foha2012
9 months, 2 weeks ago
C works for me
upvoted 1 times
...
potomac
11 months, 2 weeks ago
Selected Answer: D
D is the answer
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 ...