exam questions

Exam AWS Certified SysOps Administrator - Associate All Questions

View all questions & answers for the AWS Certified SysOps Administrator - Associate exam

Exam AWS Certified SysOps Administrator - Associate topic 1 question 158 discussion

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?

  • A. Configure the backup software to use Amazon S3 as the target for the data backups.
  • B. Configure the backup software to use Amazon S3 Glacier as the target for the data backups.
  • C. Use AWS Storage Gateway, and configure it to use gateway-cached volumes.
  • D. Use AWS Storage Gateway, and configure it to use gateway-stored volumes.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
skywalker
Highly Voted 1 year, 4 months ago
Selected Answer: D
Stored volumes make your entire data available locally on the gateway, while maintaining an asynchronous copy in the S3 bucket. Cached volumes store the full volume in the S3 bucket, while only keeping the recently used data in local cache.
upvoted 11 times
...
csG13
Highly Voted 1 year, 3 months ago
Selected Answer: D
The answer is D. A, B are clearly not suitable. In terms of C vs D, the questions states "All of the data must be available locally" When a volume gateway works in cached mode it only stores the frequently accessed data locally for low-latency access, not the entire dataset. On the other hand, with stored volume gateway you backup all your data locally.
upvoted 5 times
...
Christina666
Most Recent 10 months, 2 weeks ago
Selected Answer: D
data available on local-> stored volume
upvoted 2 times
...
edgardopm
1 year, 4 months ago
Selected Answer: D
Volume Gateway provides an iSCSI target, which enables you to create block storage volumes and mount them as iSCSI devices from your on-premises or EC2 application servers. The Volume Gateway runs in either a cached or stored mode. In the cached mode, your primary data is written to S3, while retaining your frequently accessed data locally in a cache for low-latency access. In the stored mode, your primary data is stored locally and your entire dataset is available for low-latency access while asynchronously backed up to AWS.
upvoted 5 times
...
MrMLB
1 year, 5 months ago
Selected Answer: C
C. Use AWS Storage Gateway, and configure it to use gateway-cached volumes. AWS Storage Gateway is a service that connects an on-premises data center to the cloud. It provides block-based storage that is compatible with the Portable Operating System Interface (POSIX) and can be used as a target for data backups. Gateway-cached volumes allow you to store your data locally, while asynchronously backing up that data to Amazon S3. This allows you to retain local access to your data, while still providing the benefits of cloud-based data storage and backup.
upvoted 2 times
...
michaldavid
1 year, 5 months ago
Selected Answer: D
dddddd
upvoted 1 times
...
Xelnak
1 year, 6 months ago
Selected Answer: D
https://docs.amazonaws.cn/en_us/storagegateway/latest/vgw/StorageGatewayConcepts.html By using stored volumes, you can store your primary data locally, while asynchronously backing up that data to Amazon. Stored volumes provide your on-premises applications with low-latency access to their entire datasets. At the same time, they provide durable, offsite backups.
upvoted 3 times
...
Liongeek
1 year, 6 months ago
Ans: D With Volume Stored Gateway all your data stays onprem and backups are sent to S3 as EBS snapshots. It's also POSIX compatible
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...