Topic 1 Question 533
A developer is deploying an application on an Amazon Elastic Container Service (Amazon ECS) cluster that uses AWS Fargate. The developer is using a Docker container with an Ubuntu image.
The developer needs to implement a solution to store application data that is available from multiple ECS tasks. The application data must remain accessible after the container is terminated.
Which solution will meet these requirements?
Attach an Amazon FSx for Windows File Server volume to the container definition.
Specify the DockerVolumeConfiguration parameter in the ECS task definition to attach a Docker volume.
Create an Amazon Elastic File System (Amazon EFS) file system. Specify the mountPoints attribute and the efsVolumeConfiguration attribute in the ECS task definition.
Create an Amazon Elastic Block Store (Amazon EBS) volume. Specify the mount point configuration in the ECS task definition.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: C
EFS is the right approach
👍 10bdf3af2025/03/04
シャッフルモード