
Answer-first summary for fast verification
Answer: Order an AWS Snowcone device, including an Amazon Linux 2 AMI. Connect the device to the local network. Launch an Amazon EC2 instance on the device. Install and configure an FTP server on the EC2 instance. Configure the sensors to upload data to the EC2 instance. After the experiment, return the device to AWS so that the data can be loaded into Amazon S3.
The correct answer is option C. The AWS Snowcone device includes an Amazon Linux 2 AMI, which can be used to run an Amazon EC2 instance. By installing and configuring an FTP server on the EC2 instance, the sensors can upload their data to the instance. Once the data is collected, the device can be returned to AWS, where the data can be loaded into Amazon S3. This approach directly addresses the requirement to collect data via FTP and transfer it to AWS Cloud storage promptly.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A company is conducting an experiment in a remote location without internet connectivity. The experiment involves sensors connected to a local network that will generate 6 TB of data in a proprietary format over one week. These sensors can be configured to upload data files to an FTP server periodically, but they lack their own FTP server and do not support other protocols. The company requires a solution to centrally collect this data and transfer it to object storage in the AWS Cloud promptly after the experiment. Which solution meets these requirements?
A
Order an AWS Snowball Edge Compute Optimized device. Connect the device to the local network. Configure AWS DataSync with a target bucket name, and unload the data over NFS to the device. After the experiment, return the device to AWS so that the data can be loaded into Amazon S3.
B
Order an AWS Snowcone device, including an Amazon Linux 2 AMI. Connect the device to the local network. Launch an Amazon EC2 instance on the device. Create a shell script that periodically downloads data from each sensor. After the experiment, return the device to AWS so that the data can be loaded as an Amazon Elastic Block Store (Amazon EBS) volume.
C
Order an AWS Snowcone device, including an Amazon Linux 2 AMI. Connect the device to the local network. Launch an Amazon EC2 instance on the device. Install and configure an FTP server on the EC2 instance. Configure the sensors to upload data to the EC2 instance. After the experiment, return the device to AWS so that the data can be loaded into Amazon S3.
D
Order an AWS Snowcone device. Connect the device to the local network. Configure the device to use Amazon FSx. Configure the sensors to upload data to the device. Configure AWS DataSync on the device to synchronize the uploaded data with an Amazon S3 bucket. Return the device to AWS so that the data can be loaded as an Amazon Elastic Block Store (Amazon EBS) volume.