An SAP administrator is designing a backup strategy for SAP HANA on AWS. Which THREE practices should be implemented to ensure reliable backups?
Consistent snapshots ensure data integrity.
Why this answer
Consistent EBS snapshots of HANA volumes after quiescing the database ensure crash-consistent backups, which are essential for SAP HANA's data integrity. Quiescing flushes all in-memory data to disk and freezes I/O, allowing the snapshot to capture a point-in-time state that HANA can recover from without corruption. Without quiescing, snapshots may be inconsistent and lead to database failures during restore.
Exam trap
The trap here is that candidates may think S3 One Zone-IA is acceptable for backups due to lower cost, but AWS explicitly recommends Standard or Standard-IA for critical backups, and the exam tests awareness of durability requirements for SAP workloads.