Question 5:
Your organization is planning to shift one of the high-performance data analytics applications running on Linux servers purchased from the 3rd party vendor to the AWS. Currently, the application works in an on-premises load balancer, and all the data is stored in a very large shared file system for low-latency and high throughput purposes. The management wants minimal disruption to existing service and also wants to do stepwise migration for easy rollback. Please select 3 valid options from below.
Answer options:
A.Save all the data on S3 and use it as shared storage. Use an application load balancer with EC2 instances to share the processing load. B.Create a RAID 1 storage using EBS and run the application on EC2 with application-level load balancers to share the processing load. C.Use the VPN or Direct Connect to create a link between your company premise and AWS regional data center. D.Create an EFS with provisioned throughput and share the storage between your on-premise instances and EC2 instances. E.Setup a Route 53 record to distribute the load between on-premises and AWS load balancer with the weighted routing policy.