Given an existing ECS Cluster, which option shows the steps required to install the Console in Amazon ECS?
Given an existing ECS Cluster, which option shows the steps required to install the Console in Amazon ECS?
To install the Console in Amazon ECS, you need to follow specific steps: First, download and extract the release tarball. Then, create an EFS (Elastic File System) and mount it to each node in the cluster as consoles require persistent storage, which EFS provides. After setting up the storage, you will need to create the Console task definition, which describes the containers required for the task. Finally, deploy the task definition to start running the Console on ECS.
D https://docs.paloaltonetworks.com/prisma/prisma-cloud/21-08/prisma-cloud-compute-edition-admin/install/install_amazon_ecs
https://docs.prismacloud.io/en/compute-edition/30/admin-guide/install/deploy-console/console-on-amazon-ecs
The correct answer is: D. Download and extract the release tarball, create an EFS (Elastic File System) file system and mount it to each node in the cluster, create the Console task definition, and deploy the task definition.
Yes, option is correct. https://docs.paloaltonetworks.com/prisma/prisma-cloud/21-08/prisma-cloud-compute-edition-admin/install/install_amazon_ecs
option D*