AWS Certified Solutions Architect – Professional (SAP-C02) — Question 441

A company needs to gather data from an experiment in a remote location that does not have internet connectivity. During the experiment, sensors that are connected to a local network will generate 6 TB of data in a proprietary format over the course of 1 week. The sensors can be configured to upload their data files to an FTP server periodically, but the sensors do not have their own FTP server. The sensors also do not support other protocols. The company needs to collect the data centrally and move the data to object storage in the AWS Cloud as soon as possible after the experiment.

Which solution will meet these requirements?

Answer options

Correct answer: C

Explanation

AWS Snowcone supports launching Amazon EC2 instances locally, which allows the company to host an FTP server to receive files from the sensors that only support FTP uploads. Since the sensors cannot act as FTP servers themselves, a local FTP server must be hosted on the Snowcone device using an Amazon Linux 2 AMI. Once the experiment concludes, returning the Snowcone device to AWS allows the collected data to be imported directly into Amazon S3, fulfilling the object storage requirement.