Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C03 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C03 exam

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 9 discussion

A company is running an SMB file server in its data center. The file server stores large files that are accessed frequently for the first few days after the files are created. After 7 days the files are rarely accessed.
The total data size is increasing and is close to the company's total storage capacity. A solutions architect must increase the company's available storage space without losing low-latency access to the most recently accessed files. The solutions architect must also provide file lifecycle management to avoid future storage issues.
Which solution will meet these requirements?

  • A. Use AWS DataSync to copy data that is older than 7 days from the SMB file server to AWS.
  • B. Create an Amazon S3 File Gateway to extend the company's storage space. Create an S3 Lifecycle policy to transition the data to S3 Glacier Deep Archive after 7 days.
  • C. Create an Amazon FSx for Windows File Server file system to extend the company's storage space.
  • D. Install a utility on each user's computer to access Amazon S3. Create an S3 Lifecycle policy to transition the data to S3 Glacier Flexible Retrieval after 7 days.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Sinaneos
Highly Voted 2 months ago
Answer directly points towards file gateway with lifecycles, D is wrong because utility function is vague and there is no need for flexible storage.
upvoted 54 times
gianola
3 months, 3 weeks ago
I think B is wrong because they are not asking you to add more room, they are asking you to have more room available.
upvoted 1 times
...
Udoyen
1 year, 11 months ago
Yes it might be vague but how do we keep the low-latency access that only flexible can offer?
upvoted 5 times
SuperDuperPooperScooper
1 year, 3 months ago
Low-latency access is only required for the first 7 days, B maintains that fast access for 7 days and only then are the files sent to Glacier Archive
upvoted 3 times
Nava702
1 year, 2 months ago
It says low-latency is required for the most recently accessed files, not new ones. So if an older file is retrieved from deep archive, it should then readily be accessible, according to the question, which points toward Flexible retrieval. However the utility portion in the answer D is vague.
upvoted 4 times
Ander927
11 months, 1 week ago
file gateway comes with a cache volume on-premise wich ensures the low latency for the most recently accessed files
upvoted 7 times
...
...
...
...
...
javitech83
Highly Voted 2 months ago
Selected Answer: B
B answwer is correct. low latency is only needed for newer files. Additionally, File GW provides low latency access by caching frequently accessed files locally so answer is B
upvoted 35 times
...
Sandy4v
Most Recent 1 month, 3 weeks ago
B is correct
upvoted 1 times
...
HayLLlHuK
2 months ago
The same question and answer explanation exists in a Udemy course. Correct answer is B. Amazon S3 File Gateway provides a seamless way to connect to the cloud to store application data files and backup images as durable objects in Amazon S3 cloud storage. Amazon S3 File Gateway offers SMB or NFS-based access to data in Amazon S3 with local caching. It can be used for on-premises data-intensive Amazon EC2-based applications that need file protocol access to S3 object storage. Lifecycle policies can then transition the data to S3 Glacier Deep Archive after 7 days. D is wrong because is involves too much extra configuration which is unnecessary.
upvoted 5 times
...
Selected Answer: B
Option B, creating an Amazon S3 File Gateway and an S3 Lifecycle policy to transition data to S3 Glacier Deep Archive, would meet the requirements specified in the prompt. The S3 File Gateway allows you to store and retrieve objects in Amazon S3 using standard file system protocols, such as SMB and NFS. This would provide additional storage space for the company's data and allow for low-latency access to the most recently accessed files, as the data would still be stored on the SMB file server.
upvoted 6 times
Buruguduystunstugudunstuy
1 year, 10 months ago
Option A, using AWS DataSync to copy data that is older than 7 days from the SMB file server to AWS, would not provide additional storage space for the company's data and would not allow for low-latency access to the most recently accessed files. Option C, creating an FSx for Windows File Server file system, would provide additional storage space but would not include file lifecycle management. Option D, installing a utility on each user's computer to access Amazon S3 and creating an S3 Lifecycle policy, would not provide additional storage space on the company's file server.
upvoted 5 times
...
...
gx2222
2 months ago
Selected Answer: B
Explanation: Since the company needs to increase available storage space while maintaining low-latency access to recently accessed files and implement file lifecycle management to avoid future storage issues, the best solution is to use Amazon S3 with a File Gateway. Using an Amazon S3 File Gateway, the company can access its SMB file server through an S3 bucket. This provides low-latency access to recently accessed files by caching them on the gateway appliance. The solution also supports file lifecycle management by using S3 Lifecycle policies to transition files to lower cost storage classes after they haven't been accessed for a certain period of time. In this case, the company can create an S3 Lifecycle policy to transition files to S3 Glacier Deep Archive after 7 days of not being accessed. This would allow the company to store large amounts of data at a lower cost, while still having easy access to recently accessed files.
upvoted 3 times
...
PhucVuu
2 months ago
Selected Answer: B
Keywords: - After 7 days the files are rarely accessed. -The total data size is increasing and is close to the company's total storage capacity. - Increase the company's available storage space without losing low-latency access to the most recently accessed files. -> (for rarely accessed files we can access it with high-latency) - Must also provide file lifecycle management to avoid future storage issues. A: Incorrect - Don't mention how to increase company's available storage space. B: Correct - extend storage space and fast access with S3 File Gateway (cache recent access file), reduce cost and storage by move to S3 Glacier Deep Archive after 7 days. C: Incorrect - Didn't handle file lifecycle management. D: Incorrect - Don't mention about increase the company's available storage space.
upvoted 11 times
...
McLobster
2 months ago
Selected Answer: A
according to documentation the minimum storage timeframe for an object inside S3 before being able to transition using lifecycle policy is 30 days , so those 7 days policies kinda seem wrong to me Transition actions – These actions define when objects transition to another storage class. For example, you might choose to transition objects to the S3 Standard-IA storage class 30 days after creating them, or archive objects to the S3 Glacier Flexible Retrieval storage class one year after creating them. For more information, see Using Amazon S3 storage classes. I was thinking of option A using DataSync as a scheduled task? am i wrong here?
upvoted 1 times
...
Andreshere
2 months ago
A. DataSync is focused on transferring data when we need synchronization (for example, from an on-premises DB that updates daily to a DB in AWS). In this case, we don’t need to transfer data or synchronize data, we only need to increase the storage. So, this option is not correct. B. S3 File Gateway allows communication between a File System/Server and S3, and it supports SMB protocol. We can use S3 FGW to move files from the FS to the S3 bucket. Then, the question says that files older than seven days are rarely accessed, so we can transition to S3 Glacier for those files to archive, in a costly-efficient way. So, this option is correct. C. You have two different storages for saving the files, making the interoperability unnecessarily more complex (and you need constant data synchronization, regarding to option A). D. This is a mess. The solution is not scalable and It depends on the number of users, which is not a static number. Additionally, Flexible Retrieval is unnecessary.
upvoted 5 times
...
akshay243007
2 months ago
Selected Answer: B
answwer is correct. low latency is only needed for newer files. Additionally, File GW provides low latency access by caching frequently accessed files locally so answer is B
upvoted 1 times
...
CHM3
2 months, 3 weeks ago
Selected Answer: B
B is correct
upvoted 1 times
...
PaulGa
3 months, 1 week ago
Ans B: Low latency is only required for recent files in last 7 days; the rest can effectively be archived.
upvoted 1 times
...
Sebbster
3 months, 2 weeks ago
I'm new to this site, B is obviously correct, so how can D be shown as the "Correct Answer"? Makes no sense..
upvoted 2 times
...
WMF0187
4 months, 1 week ago
B: Explanation: Amazon S3 File Gateway: This service provides a seamless and secure integration between on-premises environments and the Amazon S3 cloud storage, allowing users to store and retrieve objects in S3 using the standard file protocols. S3 Lifecycle policy: By creating a lifecycle policy, you can automatically transition data that is older than 7 days to a more cost-effective storage class like S3 Glacier Deep Archive, which is suitable for infrequently accessed data.
upvoted 1 times
...
aquarian_ngc
4 months, 1 week ago
Best answer opt C
upvoted 1 times
...
jhg96
4 months, 1 week ago
Selected Answer: B
File gateway has a cache and when hybrid is needed always think a storage gateway solution
upvoted 1 times
...
williamsmith95
4 months, 4 weeks ago
Selected Answer: B
Option B: Use an Amazon S3 File Gateway to extend storage space and create an S3 Lifecycle policy to transition data to S3 Glacier Deep Archive after 7 days. This solution provides seamless storage expansion, low-latency access for recent files, and cost-effective lifecycle management for older data.
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 ...