Topic 1 Question 632
A company is creating a new application that will store a large amount of data. The data will be analyzed hourly and will be modified by several Amazon EC2 Linux instances that are deployed across multiple Availability Zones. The needed amount of storage space will continue to grow for the next 6 months.
Which storage solution should a solutions architect recommend to meet these requirements?
Store the data in Amazon S3 Glacier. Update the S3 Glacier vault policy to allow access to the application instances.
Store the data in an Amazon Elastic Block Store (Amazon EBS) volume. Mount the EBS volume on the application instances.
Store the data in an Amazon Elastic File System (Amazon EFS) file system. Mount the file system on the application instances.
Store the data in an Amazon Elastic Block Store (Amazon EBS) Provisioned IOPS volume shared between the application instances.
ユーザの投票
コメント(3)
C is correct Shared File System: Amazon EFS allows multiple Amazon EC2 instances to mount the same file system simultaneously, making it easy for multiple instances to access and modify the data concurrently.
👍 3AF_12212023/11/01- 正解だと思う選択肢: C
Multiple Linux instances = Amazon Elastic File System (Amazon EFS) with multiple mount targets.
👍 2TariqKipkemei2023/11/30 - 正解だと思う選択肢: C
C is correct
👍 1potomac2023/11/06
シャッフルモード