exam questions

Exam AWS Certified Solutions Architect - Professional All Questions

View all questions & answers for the AWS Certified Solutions Architect - Professional exam

Exam AWS Certified Solutions Architect - Professional topic 1 question 29 discussion

You're running an application on-premises due to its dependency on non-x86 hardware and want to use AWS for data backup. Your backup application is only able to write to POSIX-compatible block-based storage. You have 140TB of data and would like to mount it as a single folder on your file server. Users must be able to access portions of this data while the backups are taking place.
What backup solution would be most appropriate for this use case?

  • A. Use Storage Gateway and configure it to use Gateway Cached volumes.
  • B. Configure your backup software to use S3 as the target for your data backups.
  • C. Configure your backup software to use Glacier as the target for your data backups.
  • D. Use Storage Gateway and configure it to use Gateway Stored volumes.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
G3
Highly Voted 3 years, 7 months ago
The question states “access **portions **of this data while the backups are taking place” meaning that in theory the whole data set does not need to stored on premise and can be streamed back from S3 on demand as required. A cached volume still presents the files as if they were present on the file system. Answer is A.
upvoted 37 times
JJu
3 years, 6 months ago
I agree with you. Refer this link ---- https://docs.aws.amazon.com/storagegateway/latest/userguide/StorageGatewayConcepts.html#volume-gateway-concepts ---------------------------------- You can find at cached volume....=> ''You can take incremental backups, called snapshots, of your storage volumes in Amazon S3.''
upvoted 1 times
...
gerhardbl
2 years, 8 months ago
I also support A, because there is a >backup application< that apparently copies data from somewhere else. If it copied to a Stored Volume, that would mean there are now 3 copies of that data (1 original, 1 in the Stored Volume, 1 replicated to S3). Since this is backup, I find Cached Volumes more likely. I would use a Stored Volume if I wanted a POSIX compliant volume to store my data locally and still have it backed up automatically to S3.
upvoted 2 times
...
manoj101
3 years, 6 months ago
I agree with you. "Users must be able to access portions of this data while the backups are taking place" This is the condition which can be fulfilled by option A.
upvoted 3 times
...
Emmanuel23
1 year, 3 months ago
What if the portion they’re trying to access isn’t cached ?
upvoted 1 times
...
...
JAWS1600
Highly Voted 3 years, 6 months ago
D . Stored volume keep all the data on site and can be mounted on site. All teh files are backed up to S3. It is a backup solution In cached only "portion of the data - cached" is kept on site and rest of the data lies on S3 It is a storage "extension" solution. If customer like to "backup" - It is likely that they want Stored volume, instead of cache
upvoted 7 times
...
Chinta
Most Recent 7 months, 1 week ago
D is the correct one
upvoted 1 times
...
amministrazione
8 months, 3 weeks ago
A. Use Storage Gateway and configure it to use Gateway Cached volumes.
upvoted 1 times
...
Mahesh430
1 year ago
A. Use Storage Gateway and configure it to use Gateway Cached volumes. Short Explanation: AWS Storage Gateway: This service integrates on-premises environments with cloud storage for backups and data archiving. Gateway Cached Volumes: This configuration caches frequently accessed data on-premises while storing the entire dataset in the cloud. It presents a native file system interface and provides low-latency access to data, making it suitable for scenarios where users need to access data during backup processes. Block-based Storage: Storage Gateway supports block-based storage, which is necessary since your backup application requires POSIX-compatible block-based storage. Scalability and Cost Efficiency: Using Gateway Cached volumes allows for efficient use of on-premises storage, as only the most frequently accessed data is kept on-premises, while the bulk of the data is stored in AWS, reducing overall storage costs.
upvoted 1 times
...
2cool2touch
1 year, 1 month ago
It's A. Storage Gateway with Gateway Cached volumes provides a virtual storage gateway that appears as a POSIX-compliant block device to your on-premises backup application. D - Gateway Stored Volumes are not directly POSIX-compatible.
upvoted 1 times
...
JPA210
1 year, 2 months ago
Selected Answer: A
I choose A, because it is said that Customer still wants to access portions of the data, so a cached volume will serve this requisite, better than a store one.
upvoted 1 times
...
Greanny
1 year, 3 months ago
It says "Users must be able to access portions of this data" Answer is A not D
upvoted 1 times
...
kaws8902
1 year, 4 months ago
Since the use-case is calling for Backup to AWS, I chose D. Storage Gateway Stored volume is for a backup use-case to AWS. Whereas Cached volume use-case is to use AWS as primary storage platform which isn't mentioned in the question.
upvoted 1 times
...
SkyZeroZx
1 year, 10 months ago
Selected Answer: A
I vote A for 'to access portions of this data'
upvoted 1 times
...
CloudLeader
2 years ago
I also go with option A, not sure why the answer is given as D
upvoted 1 times
...
hollie
2 years, 3 months ago
Selected Answer: A
Someone thinks 140T would be a problem for cached gateway. However, according to https://aws.amazon.com/storagegateway/faqs/?nc=sn&loc=6, "Each Volume Gateway can support up to 32 volumes. In cached mode, each volume can be up to 32 TB for a maximum of 1 PB of data per gateway (32 volumes, each 32 TB in size). In stored mode, each volume can be up to 16 TB for a maximum of 512 TB of data per gateway (32 volumes, each 16 TB in size)." If cached gateway can't handle 140T as a folder, neither can stored gateway.
upvoted 1 times
...
TigerInTheCloud
2 years, 4 months ago
Selected Answer: A
I vote A for 'to access portions of this data'
upvoted 1 times
...
TigerInTheCloud
2 years, 4 months ago
Selected Answer: A
POSIX-compatible block-based storage: volume Portion: Cached. Cached Volume.
upvoted 2 times
...
Christoph2
2 years, 5 months ago
"Backup should be mounted as single directory". This requirements suggests to use single volume? But max size of single storage gareway volume is 32TB.
upvoted 2 times
...
siju13
2 years, 7 months ago
D. In stored mode, each volume can be up to 16 TB for a maximum of 512 TB of data per gateway (32 volumes, each 16 TB in size) While cache mode only 16 TB
upvoted 1 times
...
skywalker
2 years, 8 months ago
A.. coz Stored volumes make your entire data available locally on the gateway, while maintaining an asynchronous copy in the S3 bucket. This make entire copy avaliable for access. D is just a backup solution and keeping just a portion of data on-prem. This is not suitable for this use case.
upvoted 1 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago