An SAP HANA database on AWS requires a backup strategy that includes incremental backups to minimize storage costs. The database is large (2 TB) and the backup window is short. Which AWS service or feature is most suitable for performing incremental backups of SAP HANA?
EBS Snapshots are incremental and capture only changed blocks, ideal for large databases.
Why this answer
D is correct because Amazon EBS Snapshots provide native incremental backup capability at the block level, which is ideal for large SAP HANA databases (2 TB) with short backup windows. Snapshots capture only changed blocks since the last snapshot, minimizing storage costs and backup time, and can be automated via AWS Backup or custom scripts.
Exam trap
The trap here is that candidates may choose AWS Backup (Option B) because it is a managed backup service, but it does not natively provide the block-level incremental efficiency of EBS Snapshots for large databases like SAP HANA, and the question specifically asks for the most suitable service for incremental backups with minimal storage costs.
How to eliminate wrong answers
Option A is wrong because Amazon S3 Lifecycle policies manage object lifecycle transitions (e.g., moving to Glacier) but do not perform backups or incremental snapshots of SAP HANA data. Option B is wrong because AWS Backup supports EBS snapshots but does not natively perform SAP HANA application-consistent backups without additional scripting or integration; it is a management service, not the most suitable for direct incremental backup of SAP HANA. Option C is wrong because SAP HANA backup to Amazon S3 uses file-based backups (e.g., via SAP HANA Backint), which are not inherently incremental at the block level and require full backups or log backups, leading to higher storage costs and longer backup windows compared to EBS Snapshots.