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

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

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

A company wants to migrate an on-premises data center to AWS. The data center hosts an SFTP server that stores its data on an NFS-based file system. The server holds 200 GB of data that needs to be transferred. The server must be hosted on an Amazon EC2 instance that uses an Amazon Elastic File System (Amazon EFS) file system.
Which combination of steps should a solutions architect take to automate this task? (Choose two.)

  • A. Launch the EC2 instance into the same Availability Zone as the EFS file system.
  • B. Install an AWS DataSync agent in the on-premises data center.
  • C. Create a secondary Amazon Elastic Block Store (Amazon EBS) volume on the EC2 instance for the data.
  • D. Manually use an operating system copy command to push the data to the EC2 instance.
  • E. Use AWS DataSync to create a suitable location configuration for the on-premises SFTP server.
Show Suggested Answer Hide Answer
Suggested Answer: AB 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
123jhl0
Highly Voted 1 year, 8 months ago
Selected Answer: AB
**A**. Launch the EC2 instance into the same Availability Zone as the EFS file system. Makes sense to have the instance in the same AZ the EFS storage is. **B**. Install an AWS DataSync agent in the on-premises data center. The DataSync with move the data to the EFS, which already uses the EC2 instance (see the info provided). No more things are required... C. Create a secondary Amazon Elastic Block Store (Amazon EBS) volume on the EC2 instance for the data. This secondary EBS volume isn't required... the data should be move on to EFS... D. Manually use an operating system copy command to push the data to the EC2 instance. Potentially possible (instead of A), BUT the "automate this task" premise goes against any "manually" action. So, we should keep A. E. Use AWS DataSync to create a suitable location configuration for the on-premises SFTP server. I don't get the relationship between DataSync and the configuration for SFTP "on-prem"! Nonsense. So, anwers are A&B
upvoted 55 times
Lalo
1 year, 4 months ago
CORRECT ANSWER: B&E Steps 4 &5 https://aws.amazon.com/datasync/getting-started/?nc1=h_ls
upvoted 15 times
...
RBSK
1 year, 6 months ago
will A,B work without E?
upvoted 3 times
...
Cizzla7049
1 year, 7 months ago
E is correct https://aws.amazon.com/blogs/storage/migrating-storage-with-aws-datasync/
upvoted 4 times
happpieee
4 months, 1 week ago
Use AWS Transfer Family instead of DataSync for SFTP. So E seems incorrect. When do I use AWS DataSync and when do I use AWS Transfer Family? A: If you currently use SFTP to exchange data with third parties, AWS Transfer Family provides a fully managed SFTP, FTPS, FTP, and AS2 transfer directly into and out of Amazon S3, while reducing your operational burden. If you want an accelerated and automated data transfer between NFS servers, SMB file shares, Hadoop clusters, self-managed or cloud object storage, AWS Snowcone, Amazon S3, Amazon EFS, and Amazon FSx, you can use AWS DataSync. DataSync is ideal for customers who need online migrations for active data sets, timely transfers for continuously generated data, or replication for business continuity.
upvoted 1 times
...
...
Iconique
9 months, 2 weeks ago
Just go to AWS Console, to DataSync and choose "Create Location Configuration". Locations configurations are endpoints used in DataSync task. A location can be the source endpoint of the task, e.g. a NFS on-premise filesystem. So E is helping in the automation process. A is not even part of this automation process, it is a solution already agreed to have EC2 with EFS, how you connect EC2 to EFS is not part of the solution!
upvoted 3 times
...
...
Buruguduystunstugudunstuy
Highly Voted 1 year, 6 months ago
Selected Answer: BE
Answer and HOW-TO B. Install an AWS DataSync agent in the on-premises data center. E. Use AWS DataSync to create a suitable location configuration for the on-premises SFTP server. To automate the process of transferring the data from the on-premises SFTP server to an EC2 instance with an EFS file system, you can use AWS DataSync. AWS DataSync is a fully managed data transfer service that simplifies, automates, and accelerates transferring data between on-premises storage systems and Amazon S3, Amazon EFS, or Amazon FSx for Windows File Server. To use AWS DataSync for this task, you should first install an AWS DataSync agent in the on-premises data center. This agent is a lightweight software application that you install on your on-premises data source. The agent communicates with the AWS DataSync service to transfer data between the data source and target locations.
upvoted 54 times
Buruguduystunstugudunstuy
1 year, 6 months ago
Next, you should use AWS DataSync to create a suitable location configuration for the on-premises SFTP server. A location represents a data source or a data destination in an AWS DataSync task. You can create a location for the on-premises SFTP server by specifying the IP address, the path to the data, and the necessary credentials to access the data. Once you have created the location configuration for the on-premises SFTP server, you can use AWS DataSync to transfer the data to the EC2 instance with the EFS file system. AWS DataSync handles the data transfer process automatically and efficiently, transferring the data at high speeds and minimizing downtime.
upvoted 17 times
Buruguduystunstugudunstuy
1 year, 6 months ago
Explanation of other options A. Launch the EC2 instance into the same Availability Zone as the EFS file system. This option is not wrong, but it is not directly related to automating the process of transferring the data from the on-premises SFTP server to the EC2 instance with the EFS file system. Launching the EC2 instance into the same Availability Zone as the EFS file system can improve the performance and reliability of the file system, as it reduces the latency between the EC2 instance and the file system. However, it is not necessary for automating the data transfer process.
upvoted 12 times
Buruguduystunstugudunstuy
1 year, 6 months ago
C. Create a secondary Amazon Elastic Block Store (Amazon EBS) volume on the EC2 instance for the data. This option is incorrect because Amazon EBS is a block-level storage service that is designed for use with Amazon EC2 instances. It is not suitable for storing large amounts of data that need to be accessed by multiple EC2 instances, like in the case of the NFS-based file system on the on-premises SFTP server. Instead, you should use Amazon EFS, which is a fully managed, scalable, and distributed file system that can be accessed by multiple EC2 instances concurrently.
upvoted 5 times
Buruguduystunstugudunstuy
1 year, 6 months ago
D. Manually use an operating system copy command to push the data to the EC2 instance. This option is not wrong, but it is not the most efficient or automated way to transfer the data from the on-premises SFTP server to the EC2 instance with the EFS file system. Manually transferring the data using an operating system copy command would require manual intervention and would not scale well for large amounts of data. It would also not provide the same level of performance and reliability as a fully managed service like AWS DataSync.
upvoted 5 times
...
...
...
...
...
jatric
Most Recent 2 days, 8 hours ago
Selected Answer: BE
A could be the right choice but here have to choose 2 options so alone with AB and with E it won't work so correct combination is BE
upvoted 1 times
...
ChymKuBoy
2 weeks, 4 days ago
Selected Answer: BE
BE for sure
upvoted 1 times
...
lofzee
1 month, 1 week ago
did think AB and now im thinking B and E. the questions and answers seem a bit vague like something is missing but have a look at the info on the AWS page. Use Datasync for migrations between NFS servers. Q: When do I use AWS DataSync and when do I use AWS Transfer Family? A: If you currently use SFTP to exchange data with third parties, AWS Transfer Family provides a fully managed SFTP, FTPS, FTP, and AS2 transfer directly into and out of Amazon S3, while reducing your operational burden. If you want an accelerated and automated data transfer between NFS servers, SMB file shares, Hadoop clusters, self-managed or cloud object storage, AWS Snowcone, Amazon S3, Amazon EFS, and Amazon FSx, you can use AWS DataSync. DataSync is ideal for customers who need online migrations for active data sets, timely transfers for continuously generated data, or replication for business continuity.
upvoted 1 times
...
soufiyane
2 months, 4 weeks ago
Selected Answer: AB
the questions says combinations of two steps, so AB makes more sense
upvoted 2 times
...
Risin42
4 months, 1 week ago
Selected Answer: AB
AWS DataSync does not support SFTP
upvoted 1 times
...
Ikki77
4 months, 1 week ago
Selected Answer: AE
The most appropriate combination of steps to automate the task of migrating the on-premises SFTP server to an Amazon EC2 instance using Amazon EFS is: A. Launch the EC2 instance into the same Availability Zone as the EFS file system. E. Use AWS DataSync to create a suitable location configuration for the on-premises SFTP server. Explanation: A. Launching the EC2 instance into the same Availability Zone as the EFS file system ensures optimal performance and low-latency access to the file system. E. AWS DataSync can be used to automate and accelerate the transfer of data between on-premises systems and AWS. Creating a suitable location configuration for the on-premises SFTP server with AWS DataSync facilitates the migration process. Therefore, options A and E together provide an efficient and automated approach to migrate the data.
upvoted 1 times
...
nntuan
4 months, 1 week ago
My choice is B and E. Data Sync is used to transfer data between on-premises and AWS. It is required to deploy AWS Data Sync Agent in on-premises and configure the location FROM/TO in AWS Data Sync.
upvoted 1 times
...
app12
5 months, 3 weeks ago
Apparently it's not B, as it says: "Install" an AWS DataSync agent in the on-premises data center. You actually don't install it. You deploy it as a vm or EC2. So I guess it's the terminology that hints at "E"
upvoted 2 times
...
awsgeek75
5 months, 3 weeks ago
***The question is confusing and misleading!!!*** This part of question remains unanswered: "The server must be hosted on an Amazon EC2 instance that uses an Amazon Elastic File System (Amazon EFS) file system" and A doesn't actually make sense. BE doesn't fulfil this requirement. AB doesn't work without a location. I think something is missing in the dump
upvoted 1 times
...
data_cloud_aws
5 months, 4 weeks ago
Selected Answer: BE
It's already given EC2 with EFS opted for the solution. Which combination of steps should a solutions architect take to automate this task? BE
upvoted 1 times
awsgeek75
5 months, 3 weeks ago
Are you saying the question is about automating the transfer and not migrating the SFTP server?
upvoted 1 times
...
...
Priyapani
5 months, 4 weeks ago
Correct answer BE A is not correct. EFS is region specific not AZ
upvoted 1 times
...
SaurabhTiwari1
6 months, 2 weeks ago
Selected Answer: BE
BE is correct
upvoted 1 times
...
djgodzilla
6 months, 2 weeks ago
Selected Answer: AB
Data Sync is agent based solution that allows to transfer between on-premises NFS/SMB shares and AWS, between AWS storage services and between different Clouds. it supports EFS,S3, and Fsx.. it requires an agent installation on-prem
upvoted 1 times
...
Cyberkayu
7 months ago
A because the statement in the question "The server must be hosted on an Amazon EC2 instance that uses an Amazon Elastic File System (Amazon EFS) file system." B answer is explained in every comment
upvoted 1 times
...
MiniYang
7 months, 2 weeks ago
Selected Answer: AE
Installing the AWS DataSync agent on the local data center, although it can be an efficient way, may be regarded as wasteful in this case, because the SFTP server already has a secure transport method, and DataSync is mainly used to simplify Data transfer in cross-domain transfer environment (local data center to AWS)Installing the AWS DataSync agent on the local data center, although it can be an efficient way, may be regarded as wasteful in this case, because the SFTP server already has a secure transport method, and DataSync is mainly used to simplify Data transfer in cross-domain transfer environment (local data center to AWS) and A. This ensures that EC2 instances and EFS file systems run in the same Availability Zone to maximize performance and reduce latency.
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 ...
ex Want to SAVE BIG on Certification Exam Prep?
close
ex Unlock All Exams with ExamTopics Pro 75% Off
  • arrow Choose From 1000+ Exams
  • arrow Access to 10 Exams per Month
  • arrow PDF Format Available
  • arrow Inline Discussions
  • arrow No Captcha/Robot Checks
Limited Time Offer
Ends in