Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
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 807 discussion

A company has an on-premises Microsoft SQL Server database that writes a nightly 200 GB export to a local drive. The company wants to move the backups to more robust cloud storage on Amazon S3. The company has set up a 10 Gbps AWS Direct Connect connection between the on-premises data center and AWS.
Which solution meets these requirements MOST cost-effectively?

  • A. Create a new S3 bucket. Deploy an AWS Storage Gateway file gateway within the VPC that is connected to the Direct Connect connection. Create a new SMB file share. Write nightly database exports to the new SMB file share.
  • B. Create an Amazon FSx for Windows File Server Single-AZ file system within the VPC that is connected to the Direct Connect connection. Create a new SMB file share. Write nightly database exports to an SMB file share on the Amazon FSx file system. Enable nightly backups.
  • C. Create an Amazon FSx for Windows File Server Multi-AZ file system within the VPC that is connected to the Direct Connect connection. Create a new SMB file share. Write nightly database exports to an SMB file share on the Amazon FSx file system. Enable nightly backups.
  • D. Create a new S3 bucket. Deploy an AWS Storage Gateway volume gateway within the VPC that is connected to the Direct Connect connection. Create a new SMB file share. Write nightly database exports to the new SMB file share on the volume gateway, and automate copies of this data to an S3 bucket.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Firelord
Highly Voted 2 years, 9 months ago
The question explicitly says S3, so I think it's A
upvoted 9 times
user0001
2 years, 5 months ago
A, because file is cheaper than volume https://aws.amazon.com/storagegateway/pricing/
upvoted 1 times
...
...
Chungies
Most Recent 2 months ago
A is correct because AWS Storage Gateway connects an on-premises software appliance with cloud-based storage to provide seamless integration with data security features between your on-premises IT environment and the AWS storage infrastructure. You can use the service to store data in the Amazon Web Services Cloud for scalable and cost-effective storage that helps maintain data security. AWS Storage Gateway offers file-based File Gateways (Amazon S3 File and Amazon FSx File), volume-based (Cached and Stored), and tape-based storage solutions.
upvoted 1 times
...
sumaju
9 months, 3 weeks ago
Selected Answer: D
Correct answer is D. Here the goal is "backups to more robust cloud storage on Amazon S3". So first take backup on SMB and then move it to S3.
upvoted 1 times
...
ggrodskiy
1 year, 2 months ago
Correct A.
upvoted 2 times
...
janvandermerwer
1 year, 11 months ago
Selected Answer: A
A - seems to be a good option. D seems overkill - copy data to the file share attached via volume gateway, then copy that data again to s3. - Volume gateway is already hosted on s3 as a backend? And Two lots of copies are probably going to be more expensive than One (Question A) B&C are likely expensive.
upvoted 2 times
...
AwsBRFan
1 year, 11 months ago
Selected Answer: A
https://docs.aws.amazon.com/filegateway/latest/files3/CreatingAnSMBFileShare.html
upvoted 2 times
...
kadev
2 years, 1 month ago
you have 10GBs DX. Why not use aws-cli put data to S3 for cheap lol
upvoted 2 times
...
foureye2004
2 years, 1 month ago
Selected Answer: A
B,C not related to S3 => incorrect D: if use Volume Gateway, we have to attach the new volume to the server located db, but it this option does not mention about the attachment. => incorrect So, A is correct
upvoted 1 times
...
asfsdfsdf
2 years, 2 months ago
Selected Answer: A
Only A is valid Need to transfer to s3 so B and C are out D will not work SMB is not for volume GW only file gateway - in order to make D work need to use iscsi and SAN storage.
upvoted 2 times
...
Anhdd
2 years, 4 months ago
Selected Answer: A
The answer should be A. Since, SMB & NFS protocole is for File gateway. While Volume gateway's protocole is iSCSI
upvoted 4 times
...
jinxiao2010
2 years, 4 months ago
Selected Answer: D
Should be D, because S3 is much more cost effetive and also match the resillent requirement.
upvoted 1 times
...
Yamchi
2 years, 6 months ago
more resilient and use of S3 >>>>> answer is D
upvoted 1 times
...
jyrajan69
2 years, 7 months ago
Both B and C, requires you bring a new Fsx Server, does not address the cost issue. Since this is likely a Windows System, then it Storage Gateway (https://aws.amazon.com/storagegateway/file/) so answer A
upvoted 3 times
jyrajan69
2 years, 6 months ago
Must revise my answer, the first line states that the files are stored locally, so given a choice between A and D. There is no requirement for NFS here, so that eliminates A, leaving D as the only possible answer. The answer is D.
upvoted 2 times
...
...
RVivek
2 years, 7 months ago
Answer A. Question explicitly states backup to S3. hnece "S3 File gateway should be used" https://aws.amazon.com/storagegateway/file/?nc=sn&loc=2&dn=2
upvoted 4 times
...
Juks
2 years, 8 months ago
D is correct. It is asking for backups in AWS.
upvoted 2 times
...
Buggie
2 years, 9 months ago
it is A. Fsx for windows
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 ...