easymultiple choiceObjective-mapped

A database administrator wants a regular backup of an Amazon RDS database so the team can restore to a recent point in time if needed. Which AWS feature should they use?

Question 1easymultiple choice
Full question →

A database administrator wants a regular backup of an Amazon RDS database so the team can restore to a recent point in time if needed. Which AWS feature should they use?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Best answer

RDS automated backups and snapshots

RDS automated backups and snapshots provide point-in-time recovery capability for the database.

B

Distractor review

Amazon Route 53 alias records

Route 53 alias records direct DNS traffic, but they do not back up database content.

C

Distractor review

Security groups

Security groups control network access, not backup retention or point-in-time restore.

D

Distractor review

AWS WAF rules

WAF helps filter web attacks, but it does not create recoverable database backups.

Common exam trap

Common exam trap: NAT rules depend on direction and matching traffic

NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.

Technical deep dive

How to think about this question

NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.

KKey Concepts to Remember

  • Static NAT maps one inside address to one outside address.
  • PAT allows many inside hosts to share one public address using ports.
  • Inside local and inside global describe the private and translated addresses.
  • NAT ACLs identify traffic for translation, not always security filtering.

TExam Day Tips

  • Identify inside and outside interfaces first.
  • Check whether the scenario needs static NAT, dynamic NAT or PAT.
  • Do not confuse NAT matching ACLs with normal packet-filtering intent.

Related practice questions

Related SAA-C03 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this SAA-C03 question test?

Static NAT maps one inside address to one outside address.

What is the correct answer to this question?

The correct answer is: RDS automated backups and snapshots — For Amazon RDS, automated backups and manual snapshots are the native backup tools. Automated backups enable point-in-time recovery within the retention window, which is exactly what teams need when they want to restore to a recent state after a problem. Snapshots also provide a durable backup copy that can be restored later. This is the easiest and most appropriate resilience feature for managed relational databases. Why others are wrong: Route 53 alias records affect DNS resolution, not data protection. Security groups are firewall rules at the instance or ENI level and do not store backup copies. AWS WAF protects web traffic, but it cannot restore lost or corrupted database records.

What should I do if I get this SAA-C03 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.