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

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

A large financial services company is using AWS Database Migration Service (AWS DMS) to migrate databases from on-premises to the AWS Cloud. During the migration of one of the databases, the AWS DMS replication instance entered a storage-full status. A database administrator needs to troubleshoot and fix the issue.

Which options would help the database administrator resolve this issue? (Choose two.)

  • A. Change the size of the replication instance to a larger supported instance type.
  • B. Use the AWS Management Console to modify the replication task settings to the limited large binary object (LOB) mode and set the value to 16.
  • C. Use the AWS CLI to modify the replication task settings with ‘{“Logging”: {“DeleteTaskLogs”: true}}’.
  • D. Use the AWS CLI to modify the replication task settings with ‘{“Logging”: {“CloudWatchLogGroup”: null}}’.
  • E. Use the modify-replication-instance API to increase the amount of storage allocated to the replication instance.
Show Suggested Answer Hide Answer
Suggested Answer: AE 🗳️

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
tsangckl
1 year, 2 months ago
Selected Answer: CE
Base on comments
upvoted 1 times
...
missipssamarsh
1 year, 3 months ago
Selected Answer: CE
https://repost.aws/knowledge-center/dms-replication-instance-storage-full
upvoted 2 times
Doox
1 year, 2 months ago
video clearly states that we can't DeleteTaskLogs if instance is in "storage-full" status. Has to be in "Available" status.
upvoted 1 times
Doox
1 year, 2 months ago
thanks for sharing the video link
upvoted 2 times
...
...
...
MultiAZ
1 year, 5 months ago
Selected Answer: CE
C+E We need to provide more storage, not bigger instances. Also, deleting the logs will help
upvoted 2 times
...
Sathish_dbs
1 year, 9 months ago
Selected Answer: AE
If the replication DB instance is in a storage-full status, you can’t delete logs.
upvoted 1 times
...
roymunson
1 year, 9 months ago
Selected Answer: AE
While C is a good action to prevent full storage you simply can't delete logs when you've already recieved the status of full stroage. So C is out. "If the replication DB instance is in a storage-full status, you can't delete logs. You must increase the allocated storage size, or delete the replication task. To increase the storage size of a replication DB instance:" It's A and E: Just check: https://repost.aws/knowledge-center/dms-replication-instance-storage-full
upvoted 2 times
...
DanShone
1 year, 9 months ago
Selected Answer: CE
https://repost.aws/knowledge-center/dms-replication-instance-storage-full https://docs.aws.amazon.com/cli/latest/reference/dms/modify-replication-instance.html
upvoted 1 times
...
tonyro2
1 year, 10 months ago
Selected Answer: AC
https://repost.aws/knowledge-center/dms-replication-instance-storage-full
upvoted 2 times
Skarlex77
1 year, 5 months ago
in the link you provided it is mentionned : "If the replication DB instance is in a storage-full status, you can't delete logs. You must increase the allocated storage size, or delete the replication task. " and they specifically say you should Increase the storage size of the replication DB instance in that case. Read carefully so you don't mislead people
upvoted 2 times
...
...
Monknil
1 year, 11 months ago
Answer is C,E.
upvoted 1 times
...
rn30
1 year, 11 months ago
CE https://repost.aws/knowledge-center/dms-replication-instance-storage-full https://docs.aws.amazon.com/cli/latest/reference/dms/modify-replication-instance.html
upvoted 2 times
Windy
1 year, 11 months ago
In the first link you provided, it says that "If the replication DB instance is in a storage-full status, you can't delete logs. You must increase the allocated storage size, or delete the replication task". This statement makes C not possible because the replication instance entered storage-full status.
upvoted 3 times
Monknil
1 year, 11 months ago
Thanks Windy. I now feel A,E is the right answer.
upvoted 1 times
MultiAZ
1 year, 5 months ago
Not really. Once you provide more storage (coming from E), you can also delete some logs (this is C). So C+E is the correct answer. The instance size will add CPU and RAM, not storage.
upvoted 1 times
koki2847
1 year, 3 months ago
But this quotation asks which option works and not a combination of options. So A and E is right because they basically do the same.
upvoted 1 times
koki2847
1 year, 3 months ago
I changed my mind. As MultiAZ says, changing instance type by itself does nothing with the problem. Modifying MemoryLimitTotal and MemoryKeepTime values is also needed to avoid swapping. So C and E are more feasible. But the question actually looks for a help to solve, we don't have to resolve directly. The wording is too vague.
upvoted 1 times
...
...
...
...
...
...
Windy
1 year, 11 months ago
The answer is AE.
upvoted 1 times
...
TQM__9MD
1 year, 11 months ago
Selected Answer: AE
A,E is answer A. Change the size of the replication instance to a larger instance type supported. If the replication instance has reached the storage full status, it indicates that the size of the replication instance may be insufficient for the storage capacity. By changing the instance size to a larger supported type, you can increase the storage capacity. E. Increase the amount of storage allocated to the replication instance using the modify-replication-instance API. If the replication instance has reached the storage full status, it suggests that the allocated storage for the replication instance might be insufficient. By using the modify-replication-instance API, you can increase the amount of storage to address the issue. Therefore, the options that would be helpful to resolve this issue are A and E.
upvoted 4 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 ...