exam questions

Exam AWS Certified Database - Specialty All Questions

View all questions & answers for the AWS Certified Database - Specialty exam

Exam AWS Certified Database - Specialty topic 1 question 88 discussion

Exam question from Amazon's AWS Certified Database - Specialty
Question #: 88
Topic #: 1
[All AWS Certified Database - Specialty Questions]

A database specialist is responsible for an Amazon RDS for MySQL DB instance with one read replica. The DB instance and the read replica are assigned to the default parameter group. The database team currently runs test queries against a read replica. The database team wants to create additional tables in the read replica that will only be accessible from the read replica to benefit the tests.
Which should the database specialist do to allow the database team to create the test tables?

  • A. Contact AWS Support to disable read-only mode on the read replica. Reboot the read replica. Connect to the read replica and create the tables.
  • B. Change the read_only parameter to false (read_only=0) in the default parameter group of the read replica. Perform a reboot without failover. Connect to the read replica and create the tables using the local_only MySQL option.
  • C. Change the read_only parameter to false (read_only=0) in the default parameter group. Reboot the read replica. Connect to the read replica and create the tables.
  • D. Create a new DB parameter group. Change the read_only parameter to false (read_only=0). Associate the read replica with the new group. Reboot the read replica. Connect to the read replica and create the tables.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
jove
Highly Voted 3 years, 5 months ago
Selected Answer: D
https://aws.amazon.com/premiumsupport/knowledge-center/rds-read-replica/
upvoted 7 times
...
Pranava_GCP
Most Recent 1 year, 8 months ago
Selected Answer: D
D. Create new DB parameter group --> change parameter value --> associate replica with new param group --> reboot replica -- > connect to read replica then create tables.
upvoted 2 times
...
navkumin
1 year, 11 months ago
Selected Answer: D
Option D, as default parameter group cannot be modified.
upvoted 1 times
...
sk1974
2 years, 3 months ago
Any reason , its not B . https://aws.amazon.com/premiumsupport/knowledge-center/rds-read-replica/ . The replica has to be rebooted without a failover option . However, I do not understand what it mseans 'local_only MySQL'
upvoted 1 times
SeemaDataReader
2 years, 1 month ago
wont be B becoz Default groups cannot be modified
upvoted 3 times
...
...
Dantas
3 years ago
Selected Answer: D
Option D
upvoted 2 times
...
KaranGandhi30
3 years, 1 month ago
Selected Answer: D
Option D
upvoted 2 times
...
novice_expert
3 years, 1 month ago
Selected Answer: D
read_only in default parameter group can not be changed (possible in custom parameter group) https://aws.amazon.com/premiumsupport/knowledge-center/rds-read-replica/
upvoted 4 times
...
GMartinelli
3 years, 5 months ago
Selected Answer: D
Option D
upvoted 2 times
...
guru_ji
3 years, 7 months ago
This Q was asked in my exam.
upvoted 1 times
...
Hits_23
3 years, 7 months ago
D is correct answer due to default parameter changes are not allowed
upvoted 1 times
...
Dip11
3 years, 7 months ago
D is the correct ans.
upvoted 1 times
...
Aesthet
3 years, 7 months ago
D final answer
upvoted 1 times
...
shyamnsingh
3 years, 7 months ago
D For me
upvoted 3 times
...
Billhardy
3 years, 7 months ago
D for me
upvoted 1 times
...
wzlinux
3 years, 8 months ago
D is for me
upvoted 1 times
...
shantest1
3 years, 8 months ago
I think D? Default parameter group cannot be changed.
upvoted 3 times
shantest1
3 years, 8 months ago
Sorry B.
upvoted 1 times
shantest1
3 years, 8 months ago
Sorry C: - Do not think need to adjust anything like what is said in B: * We can edit default parameter group (no need of extra step of creating additional parameter group)
upvoted 1 times
shantest1
3 years, 8 months ago
Sorry again, default parameter cannot be changed. D: answer. No way to delete the comments, otherwise it will make it easy to update.
upvoted 3 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 ...