SOA-C03 · Question #68
A company is running an application on premises and wants to use AWS for data backup. All of the data must be available locally. The backup application can write only to block-based storage that is…
The correct answer is D. Use AWS Storage Gateway, and configure it to use gateway-stored volumes. The Storage Gateway service enables hybrid cloud backup by presenting local block storage that synchronizes with AWS cloud storage. For scenarios where all data must remain available locally while still backed up to AWS, the correct mode is gateway-stored volumes. "Use stored…
Question
A company is running an application on premises and wants to use AWS for data backup. All of the data must be available locally. The backup application can write only to block-based storage that is compatible with the Portable Operating System Interface (POSIX). Which backup solution will meet these requirements?
Options
- AConfigure the backup software to use Amazon S3 as the target for the data backups.
- BConfigure the backup software to use Amazon S3 Glacier Flexible Retrieval as the target for the
- CUse AWS Storage Gateway, and configure it to use gateway-cached volumes.
- DUse AWS Storage Gateway, and configure it to use gateway-stored volumes.
How the community answered
(51 responses)- A12% (6)
- B4% (2)
- C6% (3)
- D78% (40)
Explanation
The Storage Gateway service enables hybrid cloud backup by presenting local block storage that synchronizes with AWS cloud storage. For scenarios where all data must remain available locally while still backed up to AWS, the correct mode is gateway-stored volumes. "Use stored volumes if you want to keep all your data locally while asynchronously backing up point-in-time snapshots to Amazon S3 for durable storage." These volumes expose an iSCSI interface compatible with POSIX file systems, allowing direct use by on-premises backup software. Gateway-cached volumes (Option C) store primary data in AWS with limited local cache, violating the "all data must be available locally" requirement. Options A and B are object-based storage solutions, not compatible with POSIX or block-based backup applications. Therefore, Option D fully satisfies CloudOps reliability and continuity best practices by ensuring local availability, cloud durability, and POSIX compatibility for backups.
Topics
Community Discussion
No community discussion yet for this question.