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

A company has an on-premises application that collects data and stores it to an on-premises NFS server. The company recently set up a 10 Gbps AWS Direct
Connect connection. The company is running out of storage capacity on premises. The company needs to migrate the application data from on premises to the
AWS Cloud while maintaining low-latency access to the data from the on-premises application.
What should a solutions architect do to meet these requirements?

  • A. Deploy AWS Storage Gateway for the application data, and use the file gateway to store the data in Amazon S3. Connect the on-premises application servers to the file gateway using NFS.
  • B. Attach an Amazon Elastic File System (Amazon EFS) file system to the NFS server, and copy the application data to the EFS file system. Then connect the on-premises application to Amazon EFS.
  • C. Configure AWS Storage Gateway as a volume gateway. Make the application data available to the on-premises application from the NFS server and with Amazon Elastic Block Store (Amazon EBS) snapshots.
  • D. Create an AWS DataSync agent with the NFS server as the source location and an Amazon Elastic File System (Amazon EFS) file system as the destination for application data transfer. Connect the on-premises application to the EFS file system.
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
EarlBrillantes061816
Highly Voted 3 years, 8 months ago
Q: When do I use AWS DataSync and when do I use AWS Storage Gateway? A: Use AWS DataSync to migrate existing data to Amazon S3, and subsequently use the File Gateway configuration of AWS Storage Gateway to retain access to the migrated data and for ongoing updates from your on-premises file-based applications. You can use a combination of DataSync and File Gateway to minimize your on-premises infrastructure while seamlessly connecting on-premises applications to your cloud storage. AWS DataSync enables you to automate and accelerate online data transfers to AWS Storage services. After the initial data transfer phase using AWS DataSync, File Gateway provides your on-premises applications with low latency access to the migrated data. When using DataSync with NFS shares, POSIX metadata from your source on-premises storage is preserved, and permissions from the source storage apply when accessing your files using File Gateway. Answer is A.
upvoted 48 times
Heyang
3 years, 7 months ago
yep.low-latency access + NFS=file gateway
upvoted 5 times
...
robertomartinez
3 years, 7 months ago
A does not address data migration, D is fine (I guess 10Gbps direct connect ~= low latency in a NFS context) as there is no better option available
upvoted 6 times
...
...
theEngineer
Highly Voted 3 years, 8 months ago
A The file gateway employs a local read/write cache to provide a low-latency access to data for file share clients in the same local area network (LAN) as the file gateway. https://docs.aws.amazon.com/whitepapers/latest/file-gateway-hybrid-cloud-storage-architectures/file-gateway-architecture.html
upvoted 12 times
...
Freedom01
Most Recent 2 years, 9 months ago
Selected Answer: D
I chose D
upvoted 1 times
...
cloud_collector
2 years, 10 months ago
Selected Answer: A
AWS Storage Gateway is a hybrid cloud storage service that gives you on-premises access to virtually unlimited cloud storage. Storage Gateway provides a standard set of storage protocols such as iSCSI, SMB, and NFS, which allow you to use AWS storage without rewriting your existing applications. It provides low-latency performance by caching frequently accessed data on premises, while storing data securely and durably in Amazon cloud storage services. https://aws.amazon.com/storagegateway/faqs/
upvoted 2 times
cloud_collector
2 years, 10 months ago
A S3 File Gateway simplifies file storage in Amazon S3, integrates to existing applications through industry-standard file system protocols, and provides a cost-effective alternative to on-premises storage. It also provides low-latency access to data through transparent local caching.
upvoted 1 times
cloud_collector
2 years, 10 months ago
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 AWS Cloud for scalable and cost-effective storage that helps maintain data security. AWS Storage Gateway offers file-based, volume-based, and tape-based storage solutions. https://docs.aws.amazon.com/filegateway/latest/files3/what-is-file-s3.html
upvoted 1 times
...
...
...
FF11
3 years, 4 months ago
Selected Answer: A
A is the correct one.
upvoted 1 times
...
shamg
3 years, 5 months ago
A IMO- preserving low-latency access to the data from the on-premises application is key DataSync is for one time migration.
upvoted 2 times
...
Akash7
3 years, 7 months ago
Answer is A Key words are: while maintaining low-latency access to the data from the on-premises application. DataSync is a migration tool, Storage gateway is better for a hybrid environment where on-premises apps still require access to the migrated data.
upvoted 5 times
...
Cotter
3 years, 7 months ago
A or D, please confirm us.
upvoted 1 times
...
Ayman_Aly33
3 years, 7 months ago
Answer: D https://aws.amazon.com/efs/faq/ Q. How do I load data into a file system? AWS DataSync provides a fast and simple way to securely sync existing file systems with Amazon EFS. DataSync works over any network connection, including with AWS Direct Connect or AWS VPN. AWS Direct Connect provides a high bandwidth and lower latency dedicated network connection, over which you can mount your Amazon EFS file systems. You can use AWS DataSync to copy files between two Amazon EFS file systems, including those in different AWS regions and those belonging to different AWS accounts. You can also use standard Linux copy tools to move data files to Amazon EFS.
upvoted 4 times
Ayman_Aly33
3 years, 7 months ago
Given that Direct Connect is already available
upvoted 1 times
...
...
Balki
3 years, 7 months ago
"While maintaining low latency access " - Storage gateway and then to S3. Answer is A
upvoted 4 times
...
soundarya_vs
3 years, 7 months ago
EFS does not provide cache in local, whereas file storage gateway does --- low latency A is correct
upvoted 2 times
...
Maddy_aws2020
3 years, 7 months ago
With this blog, it seems answer is D. https://aws.amazon.com/blogs/aws/amazon-efs-update-on-premises-access-via-direct-connect-vpc/ Any thoughts ?
upvoted 1 times
rav009
3 years, 6 months ago
According to the solution in this blog, you will not need datasync. Just mount and copy.
upvoted 1 times
...
rav009
3 years, 5 months ago
I chose D now. Using file gateway to copy is unstable.
upvoted 1 times
...
...
Vizz5585
3 years, 7 months ago
Once deployed in your data center and associated with your AWS account, your configured S3 buckets will be available as Network File System (NFS) mount points. Your applications read and write files and directories over NFS, interfacing to the gateway as a file server. In turn, the gateway translates these file operations into object requests on your S3 buckets. Like existing volume and tape gateways, your most recently used data is cached on the gateway for low-latency access, and data transfer between your data center and AWS is fully managed and optimized by the gateway. Once in S3, you can access the objects directly or manage them using features such as S3 Lifecycle Policies, object versioning, and cross-region replication.
upvoted 1 times
...
Vizz5585
3 years, 7 months ago
A https://aws.amazon.com/about-aws/whats-new/2016/11/aws-storage-gateway-provides-a-file-interface-to-objects-in-your-amazon-s3-buckets/
upvoted 2 times
...
iking
3 years, 7 months ago
It must be D. everytime I saw a question about NFS migration, using EFS is AWS recommended. I almost gonna go with A but D is also correct and it is using EFS. so D for me
upvoted 4 times
...
francisco_guerra
3 years, 7 months ago
Answer its A the direct connection it's a distraction the question says: maintaining low-latency access to the data from the on-premises application. This is gateway A. It's ok, seems to be the best B. We can't do this without direct connect C. Not volume D. Data sync is ok but we need low-latency access to the data from on-premise.
upvoted 6 times
...
abdelrhman
3 years, 7 months ago
my answer is D https://aws.amazon.com/datasync/?whats-new-cards.sort-by=item.additionalFields.postDateTime&whats-new-cards.sort-order=desc DataSync can copy data between Network File System (NFS) shares, Server Message Block (SMB) shares, self-managed object storage, AWS Snowcone, Amazon Simple Storage Service (Amazon S3) buckets, Amazon Elastic File System (Amazon EFS) file systems, and Amazon FSx for Windows File Server file systems.
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 ...