96.5k views
0 votes
A company runs an application in an on-premises data center that collects environmental data from production machinery. The data consists of JSON files stored on network attached storage (NAS) and around 5 TB of data is collected each day. The company must upload this data to Amazon S3 where it can be processed by an analytics application. The data must be transferred securely.

Which solution offers the MOST reliable and time-efficient data transfer?

User Claudijo
by
7.8k points

1 Answer

7 votes

Final answer:

The most reliable and time-efficient solution for transferring the company's environmental data from the on-premises data center to Amazon S3 securely can be achieved using AWS DataSync.

Step-by-step explanation:

The most reliable and time-efficient solution for transferring the company's environmental data from the on-premises data center to Amazon S3 securely can be achieved using AWS DataSync.

AWS DataSync is a managed data transfer service that simplifies and accelerates moving data between on-premises storage systems and AWS storage services like Amazon S3. It encrypts data during transfer and provides options for using AWS Identity and Access Management (IAM) roles to control access to the S3 bucket.

By using AWS DataSync, the company can ensure the reliable and secure transfer of the large amount of JSON data to Amazon S3, enabling the data to be efficiently processed by the analytics application.

User Jeffrey Ray
by
8.5k points