exam questions

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

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

Exam AWS Certified Solutions Architect - Associate SAA-C02 topic 1 question 282 discussion

A company is backing up on-premises databases to local file server shares using the SMB protocol. The company requires immediate access to 1 week of backup files to meet recovery objectives. Recovery after a week is less likely to occur, and the company can tolerate a delay in accessing those older backup files.
What should a solutions architect do to meet these requirements with the LEAST operational effort?

  • A. Deploy Amazon FSx for Windows File Server to create a file system with exposed file shares with sufficient storage to hold all the desired backups.
  • B. Deploy an AWS Storage Gateway file gateway with sufficient storage to hold 1 week of backups. Point the backups to SMB shares from the file gateway.
  • C. Deploy Amazon Elastic File System (Amazon EFS) to create a file system with exposed NFS shares with sufficient storage to hold all the desired backups.
  • D. Continue to back up to the existing file shares. Deploy AWS Database Migration Service (AWS DMS) and define a copy task to copy backup files older than 1 week to Amazon S3, and delete the backup files from the local file store.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
toto059
Highly Voted 3 years, 8 months ago
B is correct because is on primes
upvoted 38 times
CCNPWILL
3 years, 8 months ago
SMB is Windows. The answer is A.
upvoted 10 times
LeBeano
3 years, 7 months ago
SMB can be used by Linux, MacOS or Linux...
upvoted 5 times
...
SFXY
3 years, 7 months ago
storage gateway file gateway supports configure S3 bucket using the SMB and NFS protocol
upvoted 2 times
...
Delooo
3 years, 7 months ago
Go and study the answer is B, File gateway is the answer, it doesn't mention any thing about windows or active directory
upvoted 10 times
...
...
SandyIndia
3 years, 8 months ago
Ans B is correct. File Gateway integrates On-Premises DB or Apps server using mounts share NFS or SMB to create interface to File Gateway to S3 to backup like .bak files in S3.
upvoted 12 times
noahsark
3 years, 8 months ago
for B, what if the SMB shares go down?
upvoted 1 times
...
...
Kevin333
3 years, 6 months ago
FSx need VPN (slow) or Direct Connect (not necessary for just backups)
upvoted 4 times
...
patriktre
3 years, 7 months ago
I would go with B. you make local cache to be able to hold 7 days backup: Local disk storage on the gateway is used to temporarily hold changed data that needs to be transferred to AWS, and to locally cache data for low-latency read access. File Gateway automatically manages the cache maintaining the most recently accessed data based on client read and write operations. Data is evicted from the cache only when space is needed to store more recently used data. To maximize write performance, the gateway uses a write-back mechanism where data is first persisted to disk and then asynchronously uploaded to S3. The gateway serves data from the local cache to maximize read performance. If not present, data is efficiently synchronously fetched from Amazon S3 using byte-range gets. The local cache should generally be sized for the working set of data that you need low-latency access to. If the cache is too small then read latencies will increase as data being requested must be fetched from S3, and writes could fail if there is no free cache space to store data locally pending upload to S3.
upvoted 13 times
...
...
nik351
Highly Voted 3 years, 8 months ago
https://aws.amazon.com/blogs/storage/back-up-your-on-premises-applications-to-the-cloud-using-aws-storage-gateway/
upvoted 8 times
...
philipessel
Most Recent 1 year, 8 months ago
Selected Answer: B
https://aws.amazon.com/storagegateway/file/
upvoted 1 times
...
BECAUSE
2 years ago
Selected Answer: B
B is the answer
upvoted 1 times
...
Chris22usa
2 years, 7 months ago
I choose B first, then I found A is right . Since B use storage gateway ,and storage gateway actually just put files just in two place, S3 or Fsx windows file sever. A just use the latter. A and B both work, but A need no gateway, so A has least operation overhead
upvoted 1 times
...
qax2022
2 years, 9 months ago
Selected Answer: A
least effort.
upvoted 1 times
...
ChiefArch
2 years, 9 months ago
I would question why AWS is involved at all here given the scenario, what value does introducing FSX or SGW provide here at all?
upvoted 1 times
...
queen101
2 years, 10 months ago
BBBBBBBBBBBBB
upvoted 1 times
...
marklovesaws143
2 years, 10 months ago
Selected Answer: B
BBBBBBBBBBBBB
upvoted 2 times
...
slcheng
2 years, 11 months ago
Selected Answer: A
Vote A. it has stated "LEAST amount of operational work possible". it similar to drive mapping, using HTTP. while B. need install a physical hardware or a virtual EC2 act as gateway.
upvoted 1 times
...
etheng1970
2 years, 11 months ago
Selected Answer: A
D => Totally wrong A, B and C are feasilbe, however base on elimination. 1) AWS EFS, it would be incorrect becasue we need a SMB Share. Athough we can create windows to acess NFS, but that will be additonal amound of operation work. So A is eliminated. 2) AWS Storage gateway and AWS Fx is technically feasilbe. However, AWS Storage would require setup of AWS Datasync, that will be addtioanl work. So B is elimated. The corect answer would be A (see) https://docs.aws.amazon.com/fsx/latest/WindowsGuide/getting-started-step2.html
upvoted 1 times
...
Mandalorian24
3 years, 1 month ago
This is a bad question, it is highly subject to interpretation. How fast does the backup need to be, must it be local speed (gateway) or is remote share fsx) fine? Which is harder to configure and maintain, a VPN to access your fsx share or a local appliance for file gateway? The way the question is worded I think B is the answer they are looking for.
upvoted 1 times
...
done7
3 years, 3 months ago
Selected Answer: B
On-perm-> Storage GW; EFS is a cloud only solution
upvoted 3 times
...
EricUzumaki
3 years, 4 months ago
Selected Answer: A
Cue : SMB protocol, supported by only s3 and Fsx. D (s3) is out of scope, thus A is the only answer.
upvoted 1 times
...
bojacktw
3 years, 4 months ago
Selected Answer: B
B is correct.
upvoted 2 times
...
SimoneP
3 years, 4 months ago
Selected Answer: B
local cache for 7 days backup is available with gateway storage solution
upvoted 2 times
...
SimoneP
3 years, 4 months ago
Selected Answer: C
ans C is right
upvoted 1 times
SimoneP
3 years, 4 months ago
no my fault, I mean File Gateway, so ANS is B
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 ...