An SAP system is deployed on EC2 instances with EBS volumes. The operations team needs to implement a backup strategy that provides point-in-time recovery for the EBS volumes with minimal downtime. Which AWS service should they use?
EBS Snapshots are designed for point-in-time backup of EBS volumes.
Why this answer
Option A is correct because EBS Snapshots provide point-in-time backups and can be taken while the volume is attached and in use (with some performance impact). Option B is wrong because AWS Backup can orchestrate snapshots but is not the service that directly creates them. Option C is wrong because S3 is object storage, not for EBS backups.
Option D is wrong because Storage Gateway is for hybrid storage, not for backing up EBS volumes.