Question 181:
The new mobile application that you are building will accept images and videos from the mobile app and will store, enhance, watermark, and deliver them to other users. As per the initial research, it seems that EFS will be a suitable option as the application will be running behind a load balancer. The file system will be shared among the instances so that the data can be delivered fast. Your company has decided to use the CloudFront before the load balancer to geocache the contents and serve it faster. Which of the following statements of EFS are correct when working with the application? (Select TWO.)
Answer options:
A.EFS is not highly-available and will require periodic backup to ensure no data is at a loss. B.The throughput of EFS increases with storage capacity, so the download is always faster with more data. C.The EFS is mounted in the local file system of EC2 instances and your application needs to handle all the upload/download processing. D.Encryption in transit and at the storage level is not available. So in the future, if your application needs encryption, EFS will not be the right choice. E.EFS performance is dependent on storage size. Under heavy load such as when the throughput limit exceeds 1024 MiB/s, EFS may start to throttle unexpectedly.