Question 57:
A company is considering integrating its on-premises resources with AWS in a hybrid architecture without any security threats posed by the internet. Their goal is to run the customer-facing data collection processes in AWS. They have to transfer a huge volume of data from their on-premises environment to the EC2 instances running in an AWS VPC (with the data being stored in the volumes of the EC2 instances) daily using a high bandwidth connection which may save costs too. How can this be accomplished?
Answer options:
A.Provision a VPN connection between the on-premise data center and the AWS region using the VPN section of a VPC.B.Suggest provisioning a Direct Connect connection between the on-premise data center and the AWS region. C.Suggest using AWS import/export to transfer the TBs of data while synchronizing the new data as it arrives. D.Suggest leaving the data required for the application on-premise and use a VPN to query the on-premise database data from EC2 when required.