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 880 discussion

A company is planning to migrate an application from on premises to the AWS Cloud. The company will begin the migration by moving the application's underlying data storage to AWS. The application data is stored on a shared file system on premises, and the application servers connect to the shared file system through
SMB.
A solutions architect must implement a solution that uses an Amazon S3 bucket for shared storage. Until the application is fully migrated and code is rewritten to use native Amazon S3 APIs, the application must continue to have access to the data through SMB. The solutions architect must migrate the application data to
AWS to its new location while still allowing the on-premises application to access the data.
Which solution will meet these requirements?

  • A. Create a new Amazon FSx for Windows File Server file system. Configure AWS DataSync with one location for the on-premises file share and one location for the new Amazon FSx file system. Create a new DataSync task to copy the data from the on-premises file share location to the Amazon FSx file system.
  • B. Create an S3 bucket for the application. Copy the data from the on-premises storage to the S3 bucket.
  • C. Deploy an AWS Server Migration Service (AWS SMS) VM to the on-premises environment. Use AWS SMS to migrate the file storage server from on premises to an Amazon EC2 instance.
  • D. Create an S3 bucket for the application. Deploy a new AWS Storage Gateway file gateway on an on-premises VM. Create a new file share that stores data in the S3 bucket and is associated with the file gateway. Copy the data from the on-premises storage to the new file gateway endpoint.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
sb333
Highly Voted 2 years ago
Selected Answer: A
The answer is A. You cannot migrate data to S3 at this time per the question. You must copy the data to AWS to a solution that allows SMB. Later, once they modify the application to use S3, will they then migrate the data to S3. AWS DataSync was built for a solution like this. It can migrate from an on-premises SMB server to FSx for Windows File Server. DataSync will replicate on a schedule and keep the target in sync with the Source based on that replication schedule. https://docs.aws.amazon.com/datasync/latest/userguide/how-datasync-works.html
upvoted 6 times
...
WhyIronMan
Most Recent 2 months, 3 weeks ago
Selected Answer: D
D) must MIGRATE the application data to AWS to its new location WHILE still allowing the on-premises application to access the data
upvoted 1 times
...
aewis
9 months, 1 week ago
Selected Answer: D
The scenario didn't indicate the need of windows integration!
upvoted 1 times
...
rodrod
1 year ago
Selected Answer: D
They want to use S3 now but through SMB. Later they will switch to pure S3. Can't be A add it does not support S3...
upvoted 2 times
...
rsn
1 year, 2 months ago
Selected Answer: A
Assuming that underlying data on prem will continue to be updated during the migration proccess, "A" works better than "D". Option "D" does not talk about keeping the data in synch
upvoted 1 times
vn_thanhtung
1 year, 1 month ago
The solutions architect must migrate the application data to AWS to its new location while still allowing the on-premises application to access the data. => D match
upvoted 1 times
...
...
Jesuisleon
1 year, 4 months ago
Selected Answer: D
The question emphasize " the application must continue to have access to the data through SMB", A failed to fulfill this .
upvoted 1 times
...
hobokabobo
1 year, 6 months ago
Selected Answer: A
D would work if it weren't windows. It will not really work well. A on the other hand works. Yes we have costs for FX and we need the datasync but it works even with windows.
upvoted 2 times
...
Heer
1 year, 8 months ago
One solution that can meet these requirements is to use Amazon S3 with the AWS Storage Gateway service. AWS Storage Gateway is a hybrid storage service that allows you to store data both on-premises and in the AWS cloud. It provides file-based storage, using the SMB protocol, which is compatible with the on-premises application's existing file access method. The Storage Gateway service can be configured as a File Gateway, which provides a SMB file share that is backed by an Amazon S3 bucket.
upvoted 1 times
...
breathingcloud
1 year, 11 months ago
Question clearly states "must implement a solution that uses an Amazon S3 bucket for shared storage " so the answer is D
upvoted 1 times
...
dcdcdc3
2 years ago
Selected Answer: D
Since question states that app will be rewritten to use native S3 APIs, I would not pick FSX, rather, use Storage GW/File Gateway and the data will reside in S3. https://stackoverflow.com/questions/71413007/aws-fsx-vs-s3-file-gateway SMB over SGW/FGW is reported way slower than FSX but this is not an issue within the question.
upvoted 4 times
joancarles
1 year, 11 months ago
Answer D. SMB it's supported for Storage Gateway to store and retrieve files from S3 bucket: https://aws.amazon.com/about-aws/whats-new/2018/06/aws-storage-gateway-adds-smb-support-to-store-objects-in-amazon-s3/?nc1=h_ls
upvoted 1 times
...
...
Ell89
2 years ago
Selected Answer: D
D because if you use Datasync, then you are maintaining two locations and have not actually migrated anything, just replicating. D will allow a migration and permanent switch from on prem to AWS storage.
upvoted 1 times
...
JohnPi
2 years ago
Selected Answer: D
File Gateway appliance is a virtual machine to bridge between your NFS and S3
upvoted 3 times
...
Ni_yot
2 years ago
Will go with D. B and C ruled out as you need to continue accessing the data during copy. A does migrate date to S3.
upvoted 1 times
...
asg76
2 years ago
Answer D
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 ...