Prisma Certified Cloud Security Engineer (PCCSE) — Question 139
Given an existing ECS Cluster, which option shows the steps required to install the Console in Amazon ECS?
Answer options
- A. The console cannot natively run in an ECS cluster. A onebox deployment should be used.
- B. Download and extract the release tarball Ensure that each node has its own storage for Console data Create the Console task definition Deploy the task definition
- C. Download and extract release tarball Download task from AWS Create the Console task definition Deploy the task definition
- D. Download and extract the release tarball Create an EFS file system and mount to each node in the cluster Create the Console task definition Deploy the task definition
Correct answer: D
Explanation
The correct answer is D because it specifies creating an EFS file system, which is essential for persistent storage required by the Console in an ECS environment. Option A is incorrect as it states the console cannot run in ECS, while B and C do not mention the necessary EFS setup for data storage, leading to potential data loss.